.ddsmoothmenu-v ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
 
.ddsmoothmenu-v ul li {
	position:relative;
	padding:6px 0 5px 0;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a {
	display:block;
	padding:0 !important;
	/*overflow:auto; force hasLayout in IE7 */
	text-decoration:none;
}

.ddsmoothmenu-v ul li a {
}
.ddsmoothmenu-v ul li.current-menu-parent a {
	color:#002046 !important;
}
.ddsmoothmenu-v ul li.current-menu-item a {
	color:#002046 !important;
}

.ddsmoothmenu-v ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
}

.ddsmoothmenu-v ul li a:hover {
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul {
	position:absolute;
	width:330px; /*Sub Menu Items width */
	top:0;
	font-weight:normal;
	text-transform:none !important;
	margin:-2px 0 0 20px;
	padding:5px 10px 10px 10px;
	visibility:hidden;
	background:none repeat scroll 0 0 #062147;
}
.ddsmoothmenu-v ul li ul li {
	padding:5px 0;
	border-bottom:1px solid #868686;
}
.ddsmoothmenu-v ul li ul li.menu-item-object-page a {
	color:#868686 !important;
}
.ddsmoothmenu-v ul li ul li a:hover {
	color:#fff !important;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li  { float:left; height:1%; }
* html .ddsmoothmenu-v ul li a  { height:1%; }
/* End */