html{

	overflow-y: scroll;
}

.ddsmoothmenu-v{
	border-top: 0px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-top: 0px;
	margin-left: -4px;
	padding-top: 10px;
	width: 162px; /* Main Menu Item widths */
	background-color: #fff;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 167px; /* Main Menu Item widths */
list-style-type: none;
font-weight: bold;

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

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: hidden; /*force hasLayout in IE7 */
color: #000;
text-decoration: none;
padding: 5px;
border-bottom: 1px solid #fff;
border-right: 0px solid #fff;
white-space: nowrap;

}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #fff; /*background of menu items (default state)*/
color: #000;
-moz-opacity: 50%;
font-weight: bold;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #fff; 
color: #00ADEF;
}

.ddsmoothmenu-v ul li a:hover{
background: #fff; /*background of menu items during onmouseover (hover state)*/
color: #00ADEF;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{





position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
border: 0px solid #000;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
margin-right: 0px;
margin-top: -1px;

}


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