/* GET INTERNET EXPLORER TO WORK WITH LI:HOVER */
body
{	behavior:url("/StyleGuide/php/javascript/csshover.htc");
}
/* PUT THE MENU ABOVE EVERYTHING ELSE */
div#header2menus, div#globalnav
{z-index:10;}

/*********************************************************/
/*************** GOLD MENU SECTION ***********************/
/*********************************************************/

/******************* GENERAL BEHAVIORS *******************/
div#gold-menu *
{	padding:0px;			margin:0px;
}
div#gold-menu
{	position:relative;		z-index:5;
	padding:0px;			margin:0px;
	width:767px;			height:25px;
	overflow:visible;		white-space:nowrap;
	background-color:#ffcc33;
	padding-left:33px;
}
/** html div#gold-menu
{	width:800px;
}*/
div#gold-menu ul
{	list-style:none;	}

div#gold-menu a
{	color:#000000;			font-family: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-weight:bold;		font-size:11px;
	text-decoration:none;	display:block;
}
div#gold-menu a:hover
{	color:#990033;	}
div#gold-menu img#expand
{	display:inline;			border:none;
	float:right;
	position:relative;		top:-12px;
}
/******************* MENU FUNCTION ***********************/
/* HIDE MENUS NOT IN USE */
div#gold-menu ul ul, div#gold-menu li:hover ul ul
{	display:none;	}
/* SHOW MENUS IN USE */
div#gold-menu li:hover ul, div#gold-menu li:hover li:hover ul
{	display:block;	}
/****************** LEVEL 1 MENU (HEADERS) **************/
div#gold-menu ul li
{	float:left;	position:relative;	/*z-index:15;*/}
div#gold-menu ul li a
{	padding: 5px 5px 4px 10px;
	background-image:url(/StyleGuide/php/css/images/vertical-bar-black.gif);
	background-position:left center; background-repeat:no-repeat;
	line-height:16px;
}
/****************** LEVEL 2 MENUS ***********************/
div#gold-menu ul ul
{	position:absolute;		z-index:10;
	left:0px;				top:25px;
	border-top:4px solid #990033;
}
div#gold-menu ul ul a
{	background-color:#ffcc33;	background-image:none;
	width:100px;	line-height:1.5em;	overflow:hidden;
	height:18px;
	padding:2px 5px 2px 10px;
	opacity:0.9;		/* CSS3 standard */
	-moz-opacity:0.9;	/* for Mozilla */
	position:relative;		z-index:10;
}
* html div#gold-menu ul ul a
{	filter:alpha(opacity=90);	/* IE transparency */
}
/****************** LEVEL 3 MENUS ***********************/
div#gold-menu ul ul ul
{	left:130px;	top:0px;	border-top:none;	}
/****************** SPECIAL MENUS ***********************/
div#gold-menu ul#aboutgpc
{	left:-33px;	}
div#gold-menu ul#insideGPC
{	left:-73px;	}
div#gold-menu ul#insideGPC ul#openLeft
{	left:-115px !important;	}
/****************** IE HACKS FOR FRONT PAGE *************/
* html div#homepagewrapper div#gold-menu
{ width:767px;}
/****************** IE HACKS FOR SUBPAGES ***************/
/** html div#pagewrapper div#gold-menu ul ul a
{height:21px;}
* html div#pagewrapper div#gold-menu ul ul ul a
{left:-15px;}
* html div#pagewrapper div#gold-menu ul#insideGPC ul#openLeft
{left:-85px !important;}
* html div#pagewrapper div#gold-menu ul#insideGPC
{left:-58px;}*/

/*********************************************************/
/**************** RED MENU SECTION ***********************/
/*********************************************************/

/******************* GENERAL BEHAVIORS *******************/
div#red-menu *
{	padding:0px;			margin:0px;
}
div#red-menu
{	position:relative;		z-index:6;
	padding:0px;			margin:0px;
	padding-left:30px;		width:328px;
	height:40px;
	overflow:visible;		white-space:nowrap;
	background-color:#990033;	float:left;
}
/** html div#red-menu
{	width: 328px;
}*/
div#red-menu ul
{	list-style:none;	}
div#red-menu a
{	color:#FFFFFF;			font-family: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-weight:bold;		font-size:11px;
	text-decoration:none;	display:block;
}
div#red-menu a:hover
{	color:#FFCC33;	}
div#red-menu img#expand
{	display:inline;			border:none;
	float:right;
	position:relative;		top:-11px;
}
/******************* MENU FUNCTION ***********************/
/* HIDE MENUS NOT IN USE */
div#red-menu ul ul, div#red-menu li:hover ul ul
{	display:none;	}
/* SHOW MENUS IN USE */
div#red-menu li:hover ul, div#red-menu li:hover li:hover ul
{	display:block;	}
/****************** LEVEL 1 MENU (HEADERS) **************/
div#red-menu ul li
{	float:left;	position:relative;	/*z-index:15;*/	}
div#red-menu ul li a
{	margin-top:10px;
	padding: 2px 5px 2px 10px;
	background-image:url(/StyleGuide/php/css/images/vertical-bar-white.gif);
	background-position:left center; background-repeat:no-repeat;
	line-height:16px;
}
/****************** LEVEL 2 MENUS ***********************/
div#red-menu ul ul
{	position:absolute;		z-index:20;
	left:0px;				top:28px;
}
div#red-menu ul ul a
{	margin-top:0px;
	background-color:#990033;	background-image:none;
	width:100px;	height:18px;	overflow:hidden;
	line-height:1.5em;
	padding:2px 5px 2px 10px;
	opacity:0.9;		/* CSS3 standard */
	-moz-opacity:0.9;	/* for Mozilla */
}
* html div#red-menu ul ul a
{	filter:alpha(opacity=90);	/* IE transparency */
}
/****************** LEVEL 3 MENUS ***********************/
div#red-menu ul ul ul
{	left:130px;			top:0px;
	border-top:none;
}
/****************** SPECIAL MENUS ***********************/


/****************** IE HACKS FOR FRONT PAGE *************/
* html div#homepagewrapper div#red-menu
{ width:328px;}
/****************** IE HACKS FOR SUBPAGES ***************/
/** html div#pagewrapper div#red-menu ul ul a
{ height:21px; }
* html div#pagewrapper div#red-menu ul ul ul a
{	position:relative;
	left:-15px; 
}*/

