.ddsmoothmenu-v ul{
margin: 0;
padding: 0px 0px 0px 0px;
width: 204px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
background:url(../images/arrow.gif);
background-repeat:no-repeat;

}
 
.ddsmoothmenu-v ul li{
position: relative;

}

/* 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-bottom: 1px solid #FFFFFF;

}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background:url(../images/arrow.gif);
background-repeat:no-repeat; /*background of menu items (default state)*/
color: #275b2d;
padding-left: 15px;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #275b2d;
}

.ddsmoothmenu-v ul li a:hover{
color: #275b2d;
text-decoration:underline;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
right:170px;
background:#638005;
}
.ddsmoothmenu-v ul li ul a:link{
background:#638005;
color:#FFFFFF;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: right; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
