.ddsmoothmenu-v ul{
margin: 0;
width: 230px; /* Main Menu Item widths */
list-style-type: none;
font: bold 13px Arial, sans-serif;
color: #662300;
}

#subtitle {
font: normal 11px Arial, sans-serif;
cursor: pointer;
color: #7B844B;
border-bottom-color: #C5C097;
border-bottom-style: dashed;
border-bottom-width: 1px;
padding-bottom: 6px;
}
 
.ddsmoothmenu-v ul li{
position: relative;
clear: both;
}

.ddsmoothmenu-v ul li img{
margin-right: 6px;
margin-left: 4px;
margin-bottom: 5px;
}

#navinset {
	padding-top: 2px;
	cursor: pointer;
	color: #662300;
}

/* 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;
}

.ddsmoothmenu-v ul li ul a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
}


.ddsmoothmenu-v ul li ul a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #DEDAB5; 
}

.ddsmoothmenu-v ul li ul a:hover{
background: #F7F1DB; /*background of menu items during onmouseover (hover state)*/
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
font: bold 11px Verdana;
background: #DEDAB5;
position: absolute;
width: 190px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
