.ddsmoothmenu-v ul{
margin: 0;
margin-top:-1px;
padding: 0;
width: 305px; /* Main Menu Item widths */
list-style-type: none;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000;
font-weight:bold;
text-decoration: none;
line-height:48px;
padding-left:30px;
background-image:url(../images/lmb-bg.gif);
border-bottom:1px solid #c3d1d9;
}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #f2f5f6; 
}
.ddsmoothmenu-v ul li a:hover{
background: #f2f5f6; /*background of menu items during onmouseover (hover state)*/
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 260px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	border:1px solid #c3d1d9;
	border-left:0px;
	padding-left:1px;
	background-image:url(../images/submenu-bg-left.gif);
	margin-top:-1px;
	background-position: 0px 48px;
	background-repeat: no-repeat;
	background-color: #f2f5f6;
}
.ddsmoothmenu-v ul li ul li a {
	background: #f2f5f6;
	color:#494949;
	font-weight:normal;
	line-height: normal;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:0px;
	padding-right:0px;
	margin-left:15px;
	margin-right:15px;
	border-bottom:1px dotted #c3d1d9;
}
.ddsmoothmenu-v ul li ul li .last { border-bottom:0px; }
.ddsmoothmenu-v ul li ul li a:hover { color:#14aac3; }

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