.ddsmoothmenu{
font-family:"Tahoma", Arial, Helvetica, sans-serif;
font-weight:bold; font-size:12px;
width:100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background:url(../images/menu-seprator.gif) no-repeat right 14px;
}

.ddsmoothmenu ul li a{
display: block;
background: #ffffff;
color: white;
padding:0 10px;
color: #000000;
height:39px; font-size:13px; font-weight:bold;
line-height:39px;
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: #000000;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#234d81; 
color: #ffffff!important;
}

.ddsmoothmenu ul li a:hover{
background:#234d81; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden; border-top:5px solid #234d81;
}

.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px "Tahoma", Arial, Helvetica, sans-serif;
width: 200px; /*width of sub menus*/
padding: 5px 5px; font-size:12px; height:20px; line-height:20px;
margin: 0;
/* border-top: 5px solid #234d81;*/
background:#e1e1e1;
}
.ddsmoothmenu ul li ul li a:hover{
font: normal 12px "Tahoma", Arial, Helvetica, sans-serif;
width: 200px; /*width of sub menus*/
padding: 5px 5px; font-size:12px; height:20px; line-height:20px;
margin: 0;
/* border-top: 5px solid #234d81;*/
background:#d2d2d2;
color:#234d81;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
