.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 196px; /* Main Menu Item widths */
list-style-type: none;
font: bold 15px Verdana;
background:#ffffff;
position: relative;
z-index:1000;
float:right;
text-align:right;
}
 
.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;
width:179px;
padding: 3px 10px 0px 7px;
height:21px;
margin-bottom:6px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background:url('../images/menu_bg.jpg') no-repeat; /*background of menu items (default state)*/
color: #172933;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url('../images/menu_bg1.jpg') no-repeat;
color: #7b4401;
}

.ddsmoothmenu-v ul li a:hover{
background:url('../images/menu_bg1.jpg') no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #7b4401;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 196px; /*Sub Menu Items width */
top: 0;
margin-left:1px;
margin-top:-6px;
padding-top:6px;
padding-left:6px;
font-weight: bold;
visibility: hidden;
text-align:left;
}
.ddsmoothmenu-v ul li ul a{
  padding-left:15px; font-weight:normal;}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
