.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 174px; /* Main Menu Item widths */
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

.ddsmoothmenu-v ul ul{
	background-color:#333;
}

.ddsmoothmenu-v ul ul li{
	margin:0px;
	padding:6px;
}
 
.ddsmoothmenu-v ul li{
	position: relative;
}

.ddsmoothmenu-v ul li{
	margin-bottom:22.5px;
	padding-bottom:1px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #ffcc66;
	text-decoration: none;
	font-size:16px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	background: #333; /*background of menu items (default state)*/
	color: #ffcc66;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #333; 
	color: #ffcc66;
}

.ddsmoothmenu-v ul li a:hover{
	background: #333; /*background of menu items during onmouseover (hover state)*/
	color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 125px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	text-align:left;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */