.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 228px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
/*background:url(../images/bg.jpg);*/
border-bottom:0px solid #ccc;
}

.ddsmoothmenu-v ul {
position: relative;

}
.ddsmoothmenu-v li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display:inline-block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
padding: 6px 6px 6px 10px;
border-bottom: 1px solid #778;
border-right: 0px solid #778;
height:20px;
background-image:url(../images/dot.gif);
background-repeat:repeat;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background:url(../images/menu_aboutus_bg.jpg) repeat-x;*/ /*background of menu items (default state)*/
color: black;
display:block;
padding-top:8px;
}

.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background:url(../images/menu_over_aboutus_bg.jpg) repeat-x; */
color: black;
}

.ddsmoothmenu-v ul li a:hover{
/*background:url(../images/menu_over_aboutus_bg.jpg) repeat-x;*/  /*background of menu items during onmouseover (hover state)*/
color:#fff;

background-color:#666666;

}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width:auto; /*Sub Menu Items width */
min-width:200px;
top: 0;
font-weight: normal;
visibility: hidden;
background-color:#ccc;
}
.ddsmoothmenu-v ul li ul
{
	border-top:1px solid #666666;
	margin-left:0px;
	
}
.ddsmoothmenu-v ul li ul li a, .ddsmoothmenu-v ul li ul li a:hover
{
	border-bottom:1px solid #666666;
	font-weight:bold;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	overflow:hidden;
}
.ddsmoothmenu-v ul li ul li a:hover
{
	background-color:#666666;
	
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
