.ddsmoothmenu-v ul{
	margin: 0;
	padding: 5px 5px 5px; /* Main Menu Item widths */
	list-style-type: none;
	font: bold 12px verdana;
}
 
.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: #333333;
	text-decoration: none;
	padding: 0px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	background: white; /*background of menu items (default state)*/
	color: #999999;
	padding: 0px;
	width: 50px;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: white;
	color: #000000;
}

.ddsmoothmenu-v ul li a:hover{
	background: white; /*background of menu items during onmouseover (hover state)*/
	color: #000000;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute; /*Sub Menu Items width */
	top: 0px;
	font-weight: normal;
	visibility: hidden;
	width: 50px;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li {
	float: left;
	height: auto;
	width: 50px;
}
* html .ddsmoothmenu-v ul li a {
	height: auto;
	width: 50px;
}
/* End */
