.ddsmoothmenu-v {
font-family: Georgia;
font-size: 14px;
text-align: right;
}

/*.ddsmoothmenu-v {
width:257px;
font-family: Georgia;
font-size: 14px;
text-align: right;
padding: 10px 10px 0 0;
background: #91A6A5;
}*/

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 257px; /* Main Menu Item widths */
list-style-type: none;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding: 4px 6px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited {
background: #91A6A5;
color: #000;
}

.ddsmoothmenu-v ul li a.selected, .ddsmoothmenu-v ul li.current_page_item a, .ddsmoothmenu-v ul li.current_page_item a:visited {
background: #3C321B; 
color: #fff;
}

.ddsmoothmenu-v ul li.current_page_item ul li a, .ddsmoothmenu-v ul li.current_page_item ul li a:link, .ddsmoothmenu-v ul li.current_page_item ul li a:visited {
background: #786436;
color: #000;
}

.ddsmoothmenu-v ul li a:hover{
background: #3C321B;
color: #fff;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
margin-top:0;
margin-left: 2px;
visibility: hidden;
font-size: 12px;
}

.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited {
background: #786436;
color: #000;
border-bottom:1px solid #000;
}

.ddsmoothmenu-v ul li ul li a:hover, .ddsmoothmenu-v ul li.current_page_item ul li a:hover {
background: #DCD8CF;
color: #000;
}

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