.ddsmoothmenu-v ul{
padding:1px 0 1px 0;
	margin:0 0 0 0;	
}
 
.ddsmoothmenu-v ul li{
position: relative;
display:block;
background:url(../images/nav_devider.gif) 0 24px repeat-x;
	width:214px;
	height:25px;
	font:normal 12px/24px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	padding:0 0 0 0;
	margin:0;

}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
background:url(../images/nav_icon.gif) 10px 4px no-repeat;
	text-decoration:none;
	color:#ffffff;
	padding:0 0 0 20px;
	
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
text-decoration:none;
	color:#ffffff;
	
}


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

}

.ddsmoothmenu-v ul li a:hover{
	color:#004800;
	background-color:inherit;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
 /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
padding:0;
margin:0;


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