.ddsmoothmenu {
	font: normal 12px Arial, Helvetica, sans-serif;
	background:none; /*background of menu bar (default state)*/
	width:730px;
	margin:0;
	position:relative;
	z-index:3000;
}
*+html .ddsmoothmenu {
	font: normal 12px Arial, Helvetica, sans-serif;
	background:none; /*background of menu bar (default state)*/
	width:775px;
	margin:0 auto;


}
 @media \0screen {
.ddsmoothmenu {
	font: normal 12px Arial, Helvetica, sans-serif;
	background:none; /*background of menu bar (default state)*/
	width:980px;
	margin:0 auto;


	
}
}
 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
head~body .ddsmoothmenu {
font: normal 12px Arial, Helvetica, sans-serif;
background:none; /*background of menu bar (default state)*/
width:980px;
margin:0 auto;


}
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding:  0 0 0 10px;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	
	/*background:url(../images/nav-divider.gif) right center no-repeat;
padding:0 8px 0 8px !important;*/
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	/*background: #414141; /*background of menu items (default state)*/
color:#7b7b7b !important;
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight: bold;
	text-decoration: none;
	padding:0px 10px 0px 10px !important;
}
.ddsmoothmenu ul li.no-bg {
	background-image:none;
	padding:0 8px 0 8px
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	padding:0 8px 0 8px
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: white;
}
.ddsmoothmenu ul li a.active { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:#b7b7b7;
	color: white;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.active, .ddsmoothmenu ul li:hover a {
	/*background: #333132; background of menu items during onmouseover (hover state)*/
	
	border-bottom:1px solid #be4431;
	background:none !important;
	padding:0px 10px 0px 10px;
	
}

.ddsmoothmenu ul li a.selected	{color: #be4431 !important;}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: -17px !important;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	padding:0 0 0;/*top:25px !important; 
left:-20px !important;*/
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	background-image:none !important;
	padding:0 0 0 0 !important;
	background:#7b7b7b !important;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	left:0;
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font: normal 13px Arial, Helvetica, sans-serif;
	color:/*#bec6b2*/#7b7b7b !important;
	width: 150px !important; /*width of sub menus*/
	display:block;
	background:#476816 !important;
	border-bottom: 1px solid #687e48 !important;
	padding: 7px 10px 7px 10px !important;
	margin: 0;
	border-top-width: 0;
	background:#476816 !important;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.9;
}
.ddsmoothmenu ul li ul li a:hover {
	background:#be4431 !important;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.9;
	color:#7b7b7b !important;
}
.ddsmoothmenu ul.menu-space {
	/*margin-left:-75px;*/
}
*+html .ddsmoothmenu ul.menu-space {
	position:relative;
	z-index:100;
	/*left:-70px;*/
}
 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
head~body .ddsmoothmenu ul.menu-space {
/*margin-left:-75px;*/
}
}
 @media \0screen {
.ddsmoothmenu ul.menu-space {
	position:relative;
	z-index:100;
	left:0px;
}
}
