.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 121px; /* Main Menu Item widths */
list-style-type: none;
font:12px Verdana;
margin-bottom:1px;
color: #444;
background:#dbf2ff;
}
 .ddsmoothmenu-v ul li{
position: relative;
background:#dbf2ff;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
/*overflow: auto; /*force hasLayout in IE7 */
line-height:25px;
text-decoration: none;
padding: 0px;
margin-bottom:3px;
border:1px solid #dbf2ff;
height:25px;
color: #444;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background:none; /*background of menu items (default state)*/
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(../themes/default/images/newbgmn_ov.jpg) no-repeat left top #dbf2ff; 
color: #dbf2ff;

}

.ddsmoothmenu-v ul li a:hover{
background:url(../themes/default/images//newbgmn_ov.jpg) no-repeat left top #dbf2ff;  /*background of menu items during onmouseover (hover state)*/
color: #444;

}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position:absolute;
width: 120px; /*Sub Menu Items width */
font: 12px arial;
text-align:left;
color: #444;
visibility: hidden;
background:#dbf2ff;
}
.ddsmoothmenu-v ul li ul li a{
	color: #444;
	padding-left:18px;
	background:#dbf2ff;
	line-height:25px;
	border-bottom: 1px solid #dbf2fffff;
}
.ddsmoothmenu-v ul li ul li a:hover{
	background:#dbf2ff;
	padding-left:18px;
	line-height:25px;
	color: #444;
	border:1px solid #dbf2ff;
}
