.ddsmoothmenu-v ul{
margin: 0px;
padding: 0px;
width: 146px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px arial;
border-bottom: 0px solid #ccc;
}
 
.ddsmoothmenu-v ul li{
position: relative;
top:0px;

}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-top: 0px dashed #2A6C84;
border-bottom: 1px dashed #2A6C84;
border-right: 0px solid #03536E;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: White; /*background of menu items (default state)*/
color: #2A6C84;
}

.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #03536E; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: white; /*background of menu items during onmouseover (hover state)*/
color: #660033;
font: bold 12px arial ;
}

/*Sub level menu items */
.ddsmoothmenu-v li ul a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: red;
text-decoration: none;
padding: 6px;
border-top: 0px dashed #2A6C84;
border-bottom: 1px solid gray;
border-right: 0px solid #03536E;
border-left: 0px solid #03536E;
}

.ddsmoothmenu-v li ul a:link,  .ddsmoothmenu-v li ul a:visited,  .ddsmoothmenu-v li ul a:active{
background: #D3D6D7; /*background of menu items (default state)*/
color: #2A6C84;
font: bold 12px arial ;
}

.ddsmoothmenu-v li ul a:hover{
background: #03526D; /*background of menu items during onmouseover (hover state)*/
color: white;
font: bold 12px arial ;
}

.ddsmoothmenu-v li ul a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
}


.ddsmoothmenu-v  li ul{
color: red;
position: absolute;
width: 168px; /*Sub Menu Items width */
top: 0;
font-weight: bold;
visibility: hidden;
}

/*force hasLayout in IE7 */
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
