.ddsmoothmenu-v ul{
margin: 0;
width: 184px; /* Main Menu Item widths */
list-style-type: none;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
padding:11px;
text-align:center;
}
 
.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:18px 8px 9px 0px;
}
.ddsmoothmenu-v ul li ul a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding:8px 8px 9px 0px;
background:url(../images/bg.jpg);

}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background: #414141; /*background of menu items (default state)*/
color: #999999;

}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
padding:18px 8px 9px 0px;
color: #a98910;
}
.ddsmoothmenu-v ul li ul a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
padding:8px 8px 9px 0px;
color: #a98910;
}
.ddsmoothmenu-v ul li a:hover{
padding:18px 8px 9px 0px;
color: #a98910;
}
.ddsmoothmenu-v ul li ul a:hover{
padding:8px 8px 9px 0px;
background:#a98910;
color: white;
}/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute; /*Sub Menu Items width */
top: 0;
font-weight: normal;
background:url(../images/menu_bg.jpg) repeat-x;
visibility: hidden;
margin-top:8px;
}
.ddsmoothmenu-v ul li ul{
position: absolute;
/*Sub Menu Items width */
top: 0;
font-weight: normal;
background:none;
visibility: hidden;
padding:0;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

