.ddsmoothmenu-v ul{
    margin: 0px;
    padding: 0px;
    width: 206px; /* Main Menu Item widths */
    list-style-type: none;
    float:left;
}

.ddsmoothmenu-v ul li{
    position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	margin:0px;
    display: block;
    color: #333;
	text-align:left;
    text-decoration: none;
    border-bottom: 1px solid #76a744;
	width:160px;
	line-height:31px;
	font-weight:bold;

}
.ddsmoothmenu-v ul li a.noline{
    display: block;
    text-decoration: none;
    border-bottom: 0px solid #fff;
    width: 197px;
	

    /*background: #3f006c url(menubg.png) 5px 8px no-repeat;*/
}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    color: #ffffff;
    border-bottom: 1px solid #76a744;
	width:160px;
	line-height:31px;
}

.ddsmoothmenu-v ul li a.current{
    color: #000;
    border-bottom: 1px solid #76a744;
	width:175px;
	line-height:31px;
	background:url(../bgimgs/hover_category.png) right repeat;

	
}

.ddsmoothmenu-v ul li.noseperate a{
   color: #000;
   border-bottom: 0px solid blue;
   width:160px;
   line-height:31px;
   background:url(star_symbol.png) no-repeat left center;
   
}

.ddsmoothmenu-v ul li.noseperate a:hover{
   color: #ffff35;
   border-bottom: 0px solid blue;
   background:url(star_symbol.png) no-repeat left center;
   width:206px;
   line-height:31px;
   

}

.ddsmoothmenu-v ul li.noseperate a:selected{
   line-height:31px;
   width:185px;
   color: #ffff35;
}


/*for mouse over*/
.ddsmoothmenu-v ul li a:hover{
    color: #F00;
	width:175px;
	line-height:31px;
	background:url(../bgimgs/hover_category.png) right repeat;


}
.ddsmoothmenu-v ul li ul{
    position: absolute;
    width:185px; /*Whole Sub Menu Items width */;
    visibility: hidden;
	border:0px solid #fff;
	background:#eeeeee;
	
}

.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li  ul li a:visited, .ddsmoothmenu-v ul li  ul li a:active{
    color: #ffffff;
    background: #32540f;
    border-bottom: 1px solid #76a744;
	width:160px;
	line-height:31px;
	margin-left:-1px;


}


.ddsmoothmenu-v ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
                                        background: #254406;
										width:160px;
										padding-left:20px;
                                        color: #ffff35;
										line-height:31px;
										
}


.ddsmoothmenu-v ul li ul li a.current{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
                                       background: #5b9d18;
                                       color: #ffff35;
									   line-height:31px;
										width:160px;
										padding-left:20px;
}

.ddsmoothmenu-v ul li ul li a:hover{
    color: #ffff35;
	margin-left:0px;
	padding-left:20px;
	border-bottom: 1px solid #76a744;
	width:160px;
	line-height:31px;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */