.ddsmoothmenu-v ul{
margin: 0px;
padding: 0;
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 */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	padding-left:5px;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
}

.ddsmoothmenu-v ul li a:hover{
	color: #FFFFFF;
	background-color: #0066a6;	
}


/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	font-weight: normal;
	visibility: hidden;
	background-color:#0066A6;
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	width:auto;
	top: 0;
	
}

.ddsmoothmenu-v ul li ul a{
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	width:100px;
}

.ddsmoothmenu-v ul li ul a:hover{
	color: #000000;
	background-color: #E4E4E4;	
}


 

