/*Menu Outer Wrapper*/
.headerh04 {
/*	width: 790px;*/
	width: 940px;
	margin: 0 auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(header/img/carbon_root2.jpg); 
	background-repeat: repeat-x;
	background-color: #000;
	text-align: left;
	line-height: normal;

}
/*Hide Sub-Menu in Design View*/
.headerh04 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.headerh04 ul {
	margin: 0;
	padding: 0;
}
.headerh04 li {
	list-style-type: none;
	float: left;
	width: 120px;

}
/* Hide from IE5 Mac \*/
.headerh04 li {
	width: auto;
}
/*Top Level Links*/
.headerh04 a {
	display: block;
	text-decoration: none;
	padding: 8px 18px 8px 12px;
	color: #EEE !important;
	border-right: 1px solid #000;
	text-align: left;
text-shadow: #000 2px 2px 2px;
}
.headerh04 a:hover {
	color: #000 !important;
	background-color: #DFDFDF;
text-shadow: #000 0 0 0 ;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.headerh04 ul a.pmmfirst {

}
.headerh04 ul a.pmmlast {
}
.headerh04 ul li.pmmfirst {

}
.headerh04 ul li.pmmlast {
}
/*First Sub Level*/
.headerh04 ul ul {
	z-index: 10000;
	background-color: #999;
	width: 250px; /* originally 200px */
	background-image: url(header/img/carbon_subs.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	



}
.headerh04 ul ul li {
	float: none;
	background-image: none;



}
.headerh04 ul ul a {
	padding: 4px 12px;
	color: #000 !important;
	border-right: 0;
	background-image: none;
	text-align: left;
	overflow: hidden;
text-shadow: #fff 0 0 0 ;
}
.headerh04 ul ul a:hover {
	background-color: #424242 !important;
	color: #FFF !important;
	background-image: none;

}
/*Third Level (Flyouts in horizontal menu)*/
.headerh04 ul ul ul {
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #E0E0E0;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.headerh04 img {
	border: 0;
}
.headerh04 .header_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*/
.headerh04 ul a.trig_closed, .headerh04 ul a.trig_closed_left {
	background-image: url(header/img/south_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.headerh04 ul a.trig_closed_up {
	background-image: url(header/img/north_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.headerh04 ul a.trig_open, .headerh04 ul a.trig_open_up {
	color: #000 !important;
	background-color: #DFDFDF !important;
	text-shadow: #fff 0 0 0  ;
}

.headerh04 ul ul a.trig_closed {
	background-image: url(header/img/east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.headerh04 ul ul a.trig_closed_left {
	background-image: url(header/img/west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.headerh04 ul ul a.trig_open {
	color: #FFF !important;
	background-color: #424242 !important;
}
/*The Current Marker (You are here) links*/
.headerh04 .current_mark {
	font-weight: bold;
	color: #EEE !important;
}
.headerh04 ul ul .current_mark {
	color: #FFF !important;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.headerclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
