.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:20px;

}
 
.ddsmoothmenu-v ul li{
position: relative;
padding:0px;
margin:0px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:20px;
font-style:italic;
float:left;
margin-left:15px;
list-style:none;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding-left:10px;
padding-right:10px;
color:#4b4b4b;
text-transform:lowercase;
}

.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:#4b4b4b;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#666;
}

.ddsmoothmenu-v ul li a:hover{
color:#f6b944;
text-decoration:none;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

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