.ddsmoothmenu-v ul{
margin: 0;
padding-top:3px;
padding-left:6px;
width:190px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;


}
.ddsmoothmenu-v h1{
	margin:0px 0 0 5px;
	background:url(images/heading-bg.jpg) no-repeat;
	width:180px;
	height:26px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding:12px 0px 0px 10px;
	text-transform:uppercase;
} 
.ddsmoothmenu-v ul li{
position: relative;
border-bottom:1px dashed #CCC;
z-index:9000;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #666;
text-decoration: none;
padding: 6px;
background:#FFF;
border-bottom:0px;
}
.ddsmoothmenu-v ul li.last{
	border-bottom:0px dashed #CCC;
}
.ddsmoothmenu-v ul li ul li{
position: relative;
border-bottom: 1px solid #666;
}

.ddsmoothmenu-v ul li ul{
	background:#333333;
	color:#FFF;
	padding-left:0px;
	padding-top:1px;
}


.ddsmoothmenu-v ul li:visited{
	background:#FFF;
	color:#666;
}
.ddsmoothmenu-v ul li a:active{
background: #333333; /*background of menu items (default state)*/
color: #FFF;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#656565; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: #333; /*background of menu items during onmouseover (hover state)*/
color: #FFF;

}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font: normal 11px Verdana;
visibility: hidden;
margin-left:2px;
}
.ddsmoothmenu-v ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFF;
text-decoration: none;
background: #333333;
padding:5px;
}
.ddsmoothmenu-v ul li ul li a:hover{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFF;
text-decoration: none;
background:#666666;
padding:5px;

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