/*Menu Outer Wrapper*/
.dropMenuh10 {
	width: auto;
	margin: 0 auto;
	font-size: inherit;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.dropMenuh10 ul div {
	display: none;
}
.dropMenuh10 ul a {
	display: block;
	text-decoration: none;
	text-align: left;
	border: 0;
}
/*
TOP LEVEL MENU
*/
.dropMenuh10 ul {
	margin: 0;
	padding: 0;
}
.dropMenuh10 li {
	list-style-type: none;
	float: left;
}
/*First Sub Level*/
.dropMenuh10 ul ul {
	width: 165px;
	margin: 5px 0 0 20px;
}
#nav1 ul { margin-left: 0; }
.dropMenuh10 ul ul li {
	float: none;
	background: #efd06b url(/images/menu-child-back1.jpg) no-repeat left top;
	border-right: #ca6f12 solid 1px;
}
.dropMenuh10 ul ul li.pmmlast { border-bottom: #ca6f12 solid 1px; }
.dropMenuh10 ul ul a {
	color: #1b2d83!important;
	text-decoration: none!important;
	font-weight: bold;
	
	padding: 8px 10px;
	text-align: left;
/*	background-color: #27B6D4;
	border-top: 1px solid #43C1DC;
	border-right: 1px solid #229DB7;
	border-bottom: 1px solid #229DB7;
	border-left: 1px solid #43C1DC;
*/}
.dropMenuh10 ul ul a:hover {
	background: #d8bb67 url(/images/menu-child-back2.jpg) no-repeat left top!important;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.dropMenuh10 img {
	border: 0;
	vertical-align: bottom;
}
.dropMenuh10 .dropMenu_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/

/*Sub Level*/
.dropMenuh10 ul ul a.trig_closed {
	background-image: url(img/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.dropMenuh10 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.dropMenuh10 ul ul a.trig_open {
	color: #FFF !important;
	background-color: #000 !important;
}
/*The Current Marker (You are here) links*/
.dropMenuh10 ul ul .current_mark {
	background: #d8bb67 url(/images/menu-child-back2.jpg) no-repeat left top!important;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.dropMenuclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
