.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 110px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
}
 
.ddsmoothmenu-v ul li{
position: relative;
height:26px;
text-align:center;
vertical-align:middle;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #003366;
text-decoration: none;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
  background-color:#fef7f1;
  border:1px solid #ece5d3;  
   height: 26px;
   cursor:pointer;	    
color: #003366;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-color:#f7cdb5;
  border:1px solid #f5d8c8; 
}

.ddsmoothmenu-v ul li a:hover{
background-color:#f7cdb5;
  border:1px solid #f5d8c8; 
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 110px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
margin-top:-26px !important;
margin-left:50px;
}

.rightarrowclass-v
{
    margin-left:8px;
top: 6px;
right: 5px;
    }

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */