.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
text-align:left;

width: 220px; /* Main Menu Item widths */
list-style-type: none;

}
 
.ddsmoothmenu-v ul li{
background-image:url(../images/enquiry.jpg);
font-family:Trebuchet MS;
	font-size: 13pt;
	font-weight: normal;
	color: #012d6b;
	text-decoration: none;
	font-weight:none;


position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
background-image:url(../images/enquiry.jpg);
display: block;
vertical-align:top;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding: 4px 4px 4px 4px;
border-bottom: 0px solid #778;
border-right: 0px solid #778;
}

.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)*/

font-family:Trebuchet MS;
	font-size: 13pt;
	
	color: #012d6b;
	text-decoration: none;
	font-weight:none;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*background: black; */
color: #003399;
}

.ddsmoothmenu-v ul li a:hover{
	/*background: black; background of menu items during onmouseover (hover state)*/
color: #000066;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 220px; /*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 */
