.navigation {
	width:100%;
	float:left;
	height:100%px;
	font-family:Georgia;
	font-size:16px;
	background-image:url(../images/menu_bg.gif);
	background-position:right top;
	padding-top:6px;
	background-repeat:no-repeat;
}
.ddsmoothmenu {
	width: 100%;
}
.ddsmoothmenu ul {
	z-index:9999;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	background-image:url(../images/menusep.png);
	background-position:right;
	background-repeat:no-repeat;
	z-index:9999 !important;
}/*Top level menu link items style*/
.ddsmoothmenu ul li:hover {
	background-image:url(http://chimpstudio.co.uk/themeforest/club/club4/lime/images/hover.gif);
	background-repeat:repeat-x;
	color: white;
}
.ddsmoothmenu ul li a {
	display: block;
	color: white;
	font-size:16px;
	padding:21px 17px 22px 22px;
	margin-right:1px;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#ffff00;
}
.ddsmoothmenu ul li a:hover {
	color:#ffff00;
}
.ddsmoothmenu ul li.dropdown a:hover {
	background-image:url(../images/arrow.gif);
	background-position:center 48px;
	background-repeat:no-repeat;
}
.ddsmoothmenu ul li.dropdown a.selected {
	background-image:url(../images/arrow.gif);
	background-position:center 48px;
	background-repeat:no-repeat;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	margin-top:-5px;
	background-image:url(../images/submenuimg.gif)!important;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#0b0c0e;
	width: 147px!important;
	padding-top:11px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	z-index:-1;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	border-bottom: 1px solid #27282a;
	background-image:none!important
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	position:absolute;
	background-image:none!important;
	top:0px;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	/*width of sub menus*/
line-height:30px !important;
	font-size:12px;
	background:none!important;
	margin:0 !important;
	padding:0!important;
	padding-left:16px !important;
	color:#999999!important;
}
.ddsmoothmenu ul li ul li a:hover {
	/*width of sub menus*/
	margin: 0 !important;
	color:#ffff00!important;
}
.ddsmoothmenu ul li ul li a.selected {
	/*width of sub menus*/
	margin: 0 !important;
	color:#ffff00;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 23px;
	right: 23px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}
.nbbdr {
	border-bottom: 0px !important;
}
