.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 165px; /* Main Menu Item widths */
list-style-type: none;
}
 
.ddsmoothmenu-v ul li{
position: relative;
list-style:none;margin:0 0 2px 0;padding:0;border-left:10px solid #fff;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
background:#04496c;width:165px;margin:0;line-height:30px;padding:0 10px;font-size:13px;font-weight:normal;color:#ffffff;text-shadow: black 0.1em 0.1em 0.2em;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited{
background:#04496c;width:165px;margin:0;line-height:30px;padding:0 10px;font-size:13px;font-weight:normal;color:#ffffff;text-shadow: black 0 0 0;
}

.ddsmoothmenu-v ul li a:active{
background:#04496c;width:165px;margin:0;line-height:30px;padding:0 10px;font-size:13px;font-weight:normal;color:#003752;font-weight:bold;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #ffffff; 
color: #000;
}

.ddsmoothmenu-v ul li a:hover{
background:#ffffff;color:#003752;text-decoration:none;text-shadow: white 0em 0em 0em;padding-right:10px;font-weight:normal;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 240px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
background: url(../images/arrowSubNavi.png) no-repeat left top;
 margin:0 0 0 20px;
}

.ddsmoothmenu-v ul li ul li{
 width: 260px; /*Sub Menu Items width */
 margin:0 0 0 10px;
 border: none;
 }
 
 /* Top level menu links style */
.ddsmoothmenu-v ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
background:#ffffff;width:285px;margin:0;line-height:30px;padding:0 10px;font-size:13px;font-weight:normal;color:#000000;border-bottom:1px solid #003752;
}

.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active{
background:#ffffff;width:285px;margin:0;line-height:30px;padding:0 10px;font-size:13px;font-weight:normal;color:#000000;
}


.ddsmoothmenu-v ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #ffffff; 
color: #000;
}

.ddsmoothmenu-v ul li ul li a:hover{
background:#00466a;color: #D5F3FF;text-decoration:none;text-shadow: white 0em 0em 0em;font-weight:bold;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */