.ddsmoothmenu {
	font:bold 12px Verdana;
  
  
 
/*background of menu bar (default state)*/
	width:100%;
	height: 38px;
}
 
 
.round_bottom {
	list-style-type:none;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
  	
}
.ddsmoothmenu ul {
z-index:60;
}

	
/*Top level list items*/

	
/*Top level menu link items style*/
.ddsmoothmenu ul li {
	list-style-type:none;
	padding-top:2px;
	*padding-top:2px;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
	/* height:38px; */
	background-position:-1px 0;
	background-image:url(/img/menu_button.png);
	background-repeat:no-repeat;
	position:relative;
	width:157px;
	text-align:center;
	float:left;
 
 


}

.ddsmoothmenu ul li:hover {
	background-position:-158px 0;
	background-image:url(/img/menu_button.png);
	background-repeat:no-repeat;
}

.ddsmoothmenu .activemenu {
	background-position:-158px 0;
	background-image:url(/img/menu_button.png);
	background-repeat:no-repeat;

}

 
.ddsmoothmenu ul li a {
	background-repeat:no-repeat;
	display:block;
	
/*background of menu items (default state)*/
	color:white;
	padding:8px 10px;
	color:#2d2b2b;
	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:link,.ddsmoothmenu ul li a:visited {
	/*color:white;*/
	font-size: 13px;
	                
	color: white;
             
}

.ddsmoothmenu ul  a.selected {

	
/*CSS class that's dynamically added to the currently active menu items' LI A element*/

	
                                                                                       
}

.ddsmoothmenu ul li a:hover {

	
/*background of menu items during onmouseover (hover state)*/

	
                                                             

	
                                                             
	color: black;

	
                                                             

	
                                                             

	
                                                             
	background-position:0;
}


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
 
 
	border-top-color: #ceb88f;
 
 
	border-left-width: 0px;
 
 
	border-bottom-width: 0px;
 
 
	border-top-width: 1px;
 
 
	border-right-width: 0px;
 
 
	border-top-style: solid;
 
 
	background-position: 0 bottom;
	background-image: url(/img/submenu_ul_bg.png);
	background-repeat: no-repeat;
	position:absolute;
	left:0;
	display:none;
	visibility:hidden;
	padding-top: 2px;
	padding-bottom:10px; ;



}


.round{
	
	display: block;
	opacity:0.9;
	filter:alpha(opacity=90);
}


	
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
/*
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
*/
	padding:10px -5px 5px 10px;
	
	
	width: 175px;
	background-position:10px top;
	background-repeat:no-repeat;
	background-image:url(/img/submenu_bg.png);
	display:list-item;
	float:none;
	text-align:left;
		
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	
	 
	/* border:solid 1px red; */
 
}





.ddsmoothmenu ul li ul li:first-child  {
	background:none;
}

.ddsmoothmenu ul li ul li:first-child:hover {
	background:none;
}

.ddsmoothmenu ul li ul li:hover {
	background-position:10px top;
	background-repeat:no-repeat;
	background-image:url(/img/submenu_bg.png);
 
}


	
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top:0;
}



 
	
/* Sub level menu links style */
 
.ddsmoothmenu ul li ul li a {
	display:block;
}


	
/* Sub level menu links style */
 
.ddsmoothmenu ul li ul li a:hover {
	color: #4d0f12;
}


	
/* 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:12px;
	right:7px;
}

.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;
}

.toplevelshadow {

	
/*shadow opacity. Doesn't work in IE*/
	opacity:0.9;filter:alpha(opacity=90);
}