.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 204px; /* Main Menu Item widths */
list-style-type: none;
font: 12px 'Trebuchet MS';
z-index:1000;
}
 
.ddsmoothmenu-v ul li{
position: relative;
text-align:center;

}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000;
text-decoration: none;
padding: 10px 5px 8px;
height: 18px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: url('/images/update/side_nav_off2.gif');
background-color:#CCCCCC;
color: #000;
text-transform:uppercase;
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: url('/images/update/side_nav_on.gif');
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: url('/images/update/side_nav_on.gif');
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
top: 0px;
width:244px; /*Sub Menu Items width */
font-weight: normal;
visibility: hidden;
font-size:12px;
/*border:#FF0000 1px solid;*/
}

/*.ddsmoothmenu-v ul li ul{
background: url('/images/update/side_nav_on.gif') no-repeat top center; background:#018309;
}*/
 
.rightarrowclass { margin-top:8px; }

.ddsmoothmenu-v ul li ul img.rightarrowclass { margin-top:6px; }

.ddsmoothmenu-v ul li ul { background:url('/images/update/side_nav_sub.png') repeat-x; padding:3px 0;  }
.ddsmoothmenu-v ul li ul li a, .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: none; padding:8px 5px 4px; color:#FFFFFF; }

.ddsmoothmenu-v ul li ul li a:hover { color:#FFFFFF; margin:0 3px; background:url('/images/update/side-nav-overlay-black.png') repeat-x center center; }

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

