.ddsmoothmenu-v {
	background:#b9e546;
	border-left:1px solid #79A631;
	border-right:1px solid #79A631;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;

list-style-type: none;
font: bold 12px Arial;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
background:url(../images/menu_list.gif) no-repeat scroll top left #b9e546;

color:#016502;
font-weight:bold;
line-height:30px;
padding-left:23px;

}
.ddsmoothmenu-v ul li.act-cat a {
    background:url("../images/menu_list_over.gif") no-repeat scroll left top transparent;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
color:#016502;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	height:30px;
	background:url(../images/menu_list_over.gif) no-repeat scroll top left;
	display:block;;
}

.ddsmoothmenu-v ul li a:hover{
	text-decoration:none;
	background:url(../images/menu_list_over.gif) no-repeat scroll top left #b9e546;
	color:#FFFFFF;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*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 */