.ddsmoothmenu-v {margin-left:89px;}
.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width:128px; /* Main Menu Item widths */

list-style-type: none;
font: bold 12px Verdana;
}
 
.ddsmoothmenu-v ul li{
position: relative;
line-height:22px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFBA9;
text-decoration: none;
padding-left:20px;
 background:url(../../../images/icon2.gif) no-repeat 5px 10px; 
 width:90px;
 overflow:hidden;
}

.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: #FFFBA9;

}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display:inline;
}
.ddsmoothmenu-v ul li .rightarrowclass{ display:none;}
.ddsmoothmenu-v ul li ul li .rightarrowclass{ display:inline;}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

color: white;
}

.ddsmoothmenu-v ul li a:hover{
 /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
left:0;
}
.ddsmoothmenu-v ul li ul li a
{width: 150px;
    border-top:1px solid #ee4f54;
    border-bottom: 1px solid #be1011;
border-right: 1px solid #be1011;
background:url(../../../images/sorbg.png) repeat-y left;
    }
 .ddsmoothmenu-v ul li ul li a:hover{background:url(../../../images/sorbghover.png) repeat-y left;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */