.ddsmoothmenu-v ul{

}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display:block;
	text-align:left;
	background-image:url('../images/submenu-bg.jpg');
	background-repeat: no-repeat;
	background-color:transparent;	
	width:165px;
	height:26px;
	font-size:12px;
	text-decoration: none;
	color: #fff;
	//padding-left:5px;	
	line-height: 25px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #414141; /*background of menu items (default state)*/
background-image:url('../images/submenu-bg.jpg');
color: white;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black;
background-image:url('../images/submenu-active-bg.jpg'); 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background-image:url('../images/submenu-active-bg.jpg');
	background-repeat: no-repeat;
	background-color:transparent;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 171px; /*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 */background-image:url('../images/submenu-bg.jpg');