.ddsmoothmenu-v ul{
margin: 0px;
padding: 0;
width: 210px; /* Main Menu Item widths */
list-style-type: none;


}
 
.ddsmoothmenu-v ul li{
position: relative;
border-bottom: 1px dotted #fff;
background-image: url(../images/menuarrow2.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;	
	margin-left:5px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #fff;
	text-decoration: none;
	padding: 5px;
	padding-left:25px;
	font-size:11px;
	


}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background: #6480a7; /*background of menu items (default state)
color:#555555;*/
font-weight:bold;

}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #fff600;

}

.ddsmoothmenu-v ul li a:hover{
 /*background of menu items during onmouseover (hover state)*/
color: #fff600;
border-left-color: #5a6a11;

}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: auto; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	background-color:#6480a7;
	padding-right:5px;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */