.ddsmoothmenu-v ul{
margin: 0;
padding-left:0px;
 /* Main Menu Item widths */
list-style-type: none;
font-family:Verdana;
font-size:12px;
}
 
.ddsmoothmenu-v ul li{
position: relative;
padding-left:0px;
text-decoration:none;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffffff;
width:100px;
text-decoration:none;
padding:5px 0px 7px 0px;
}

.ddsmoothmenu-v ul li ul{
position: relative;
padding-left:10px;
text-decoration:none;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li ul a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff;
width:150px;
text-decoration: none;
padding:7px 10px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
 /*background of menu items (default state)*/
color: #D5CD8A;
width:150px;
text-decoration:none;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background:url(../images/menu_hover.png) no-repeat;*/
background-color:#3BA4C7;
width:140px;
color: #ffffff;
text-decoration:none;
}

.ddsmoothmenu-v ul li a:hover{
/*background:url(../images/menu_hover.png) 0px 5px;*/ /*background of menu items during onmouseover (hover state)*/
color: white;
background-color:#3BA4C7;
width:140px;
text-decoration:none;
}

.ddsmoothmenu-v ul li ul a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background:url(../images/menu_hover.png) no-repeat;*/
background-color:#3BA4C7;
width:140px;
color: #ffffff;
text-decoration:none;
}

.ddsmoothmenu-v ul li ul a:hover{
/*background:url(../images/menu_hover.png) 0px 5px;*/ /*background of menu items during onmouseover (hover state)*/
color: white;
background-color:#3BA4C7;
width:150px;
text-decoration:none;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width:180px; /*Sub Menu Items width */
top: 0; left:5px;
visibility: hidden;
text-decoration:none;
/*background-color:#14406F;*/
background:url(../images/menu_bgr.png) repeat-x;
}

.ddsmoothmenu-v ul li ul li ul{
position: absolute;
width:170px; /*Sub Menu Items width */
top: 0; left:0;
visibility: hidden;
text-decoration:none;
/*background-color:#14406F;*/
background:url(../images/menu_bgr.png) repeat-x;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */