.ddsmoothmenu_vert ul {
	margin: 0;
	padding: 0;
	width: 100%; /* Main Menu Item widths */
	list-style-type: none;
	font-weight: normal;
	font-size: 1.0em;
	z-index: 0;
}

.ddsmoothmenu_vert ul li { position: relative; z-index: 0; }

/* Top level menu links style */
.ddsmoothmenu_vert ul li a {
	display: block;
	overflow: auto; /* force hasLayout in IE7 */
	color: #fff;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
	border-bottom: 1px dotted #666;
}

.ddsmoothmenu_vert ul li a:link, .ddsmoothmenu_vert ul li a:visited, .ddsmoothmenu_vert ul li a:active {
	background: #fff; /* background of menu items (default state) */
	color: #000;
}

.ddsmoothmenu_vert ul li a.selected {
	/* CSS class that's dynamically added to the currently active menu items' LI A element */
	background: #f4f4f4;
	color: #000;
}

.ddsmoothmenu_vert ul li a:hover {
	background: #f4f4f4; /* background of menu items during onmouseover (hover state) */
	color: #000;
}

/* Sub level menu items */
.ddsmoothmenu_vert ul li ul {
	position: absolute;
	width: 210px; /* Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu_vert ul li { float: left; height: 1%; }
* html .ddsmoothmenu_vert ul li a { height: 1%; }
/* End */

.rightarrowclass { float: right; padding-top: 3px; }

