table { text-align:left; }

ul { margin-left:20px; }       			/* kill default 50px left padding and set 20px */
li { margin-bottom:1em; }         		/* set default inter-item vertical spacing */
.tightlist li { margin-bottom:0.25em; } /* tighter list for simple bullets */


/* our default page-width div */
div.topmenu 	{ border-bottom: none; }

/* menu icon */
.menuicon		{ border: none; height:12px; float:right; padding: 1px 0px; d\isplay:none; }
.submenuicon	{ border: none; height:16px; text-align:left; padding: 1px 1px; }

/* regular links */
#menuRegularLinksHelp	{ float:left; }
#menuRegularLinks		{ float:left; }
#menuRegularLinks a img	{ filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60; }
#menuRegularLinks a img:hover
						{ filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00; }

 /*================= STYLES FOR THE GRC MASTHEAD & CONTROLS ==================*/

.menuminwidth0 {            /* for all browsers (non-IE) that obey min-width */
	position:relative;
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:57px;			/* 36px masthead height + 18px button height + 1px lower border*/
	min-width:770px;
}

/* suppress our whole menu when not an interactive mode (when printing, etc.) */
@media print, projection { .menuminwidth0 { d\isplay:none; } }

* html .menuminwidth1 { 	/* this allows IE5/6 to simulate min-width capability */
	position:relative;  	/* we can simulate a minimum width by creating a large */
	float:left;          	/* border in this first div, then placing our content */
	height: 1px;          	/* into a second nested div (see 2nd nested div next */
}

* html .menuminwidth2 {    /* used to simulate min-width capability for IE5/6 */
	position:relative;
	margin-left:-560px;
	height: 1px;
}


 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	position:relative;		/* establish a menu-relative positioning context */
	margin:0px 0px 0px 0px;
	padding:0;
	border:none;
	height:30px;            /* the menu's overall height */
	width:560px;         	/* we always want our menu to fill the available space */
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size:12px;         /* this (and also below) sets the menu's font size */
	z-index: 5;				
	background:url('../images/menu/top/menu-background.jpg') repeat-x #000 ;
}

.menuEnd {
	background:url('../images/menu/top/menu-background.jpg') repeat-x #000;
	float:right;
	width:440px;
	height:30px;
}

.menu active	{ font-color: #ffff00; }
.menu img 		{ vertical-align: top; }    /* prevent images from being pushed down by text */
.menu #topmenusize	
				{ float:right; text-align:center; text-align:-moz-center; #text-align:center; width:30px; margin-right:2px; }

.menu ul {
	font-weight: normal;
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;   /* we don't want to view the list as a list */
	line-height:1.5em;      /* globally set the menu's item spacing. note */
}                           /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;    			/* this creates the side-by-side array of top-level buttons */
	position:relative;    	/* create local positioning contexts for each button */
	margin:0;
	background:url('../images/menu/top/button-background-80.jpg') no-repeat;
}

.menu li.left {
	background:url('../images/menu/top/button-background-80.jpg') no-repeat;
	font-size:11px;
}

.menu ul li table {
	margin:-1px 0;          /* IE5 needs -1px top and bottom table margins */
	m\argin:0;              /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:11px;        	/* this sets the base font size for our entire menu */
}

.drop {
	display:block;
	padding:0px 0.33em;		/* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   	/* this right alignment goes with the float:left below */
	cursor:pointer;      	/* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           	/* IE5 only knows about "hand", so set it both ways */
}

.drop span {        		/* this simultaneously left and right aligns the text and */
	float:left;       		/* the >> in the drop-down menus which link to sub-menus */
}

.toprow {
	margin-top:1px;
	font-size:12px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

.toprowHighlight {
	font-size:16px;
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;      				/* initially hide the entire list hierarchy */
	padding:1px;           			/* this is our box border width */
}

.menu ul li ul li {
	line-height:18px;
}

.menu ul li a,
.menu ul li a:link,
.menu ul li a:visited {     		/* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	padding-top:0px;
	text-align:center;
	color:#ffffff;
}

.menu ul li a.toprowHighlight,
.menu ul li a.toprowHighlight:link,
.menu ul li a.toprowHighlight:visited {     /* MY STUFF heading */
	color:#ffaa55;
}

.menu ul li:hover a,
.menu ul li a:hover {       		/* selected top-level menu items */
	border-top:1px #fff;  			/* these 2 lines create the push-in illusion */
	color:#ffff00;
}

.menu ul li {
	color:#E21212;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 11px;
}

.menu li.left, .menu li.topmenu1 {
	height:30px;
	line-height:28px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {    	/* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0px;
	margin-top:-1px;	      	/* bring the top edge of the 3rd level menu up one */
	top:30px;              		/* place us just up underneath the top-level images */
	left:-1px;       			/* left-align our drop-down to the previous button border */
	height:auto;      			/* the drop-down height will be determiend by line count */
	width:142px;  				/*13.5em*/
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 11px;
	z-index: 5; 
	background-color: #000000;
	border: 3px solid #999999;
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {			/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul.skinny,
.menu ul li a2hover ul.skinny {         	/* 2nd level skinny drop-down box */
	width:8.08333em ;   					/* with a 12px default font, this is 97px width (97/12) */
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {				/* 2nd level unselected items */
	border:0;
	margin:0;
	padding:1px 1px 3px 4px;
	height:auto;
	color:#ffffff;              
	background:url('../images/menu/top/menu-gradient.gif') no-repeat ;
	width:140px;
	text-align:left;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {			/* 2nd level selected item */
	color:#ffff00;
	background:url('../images/menu/top/menu-gradient.gif') no-repeat;
	font-weight: normal;
}

.menu ul li:hover ul li.nolink a,
.menu ul li a:hover ul li.nolink a {		/* 2nd level unselected items (to point to 3rd level menu) */
	border:0;
	margin:0;
	padding:1px 1px 3px 4px;
	height:auto;
	color:#ffffff;              
	background:url('../images/menu/top/menu-gradient-submenu.gif') no-repeat;
	width:140px;
	text-align:left;
}

.menu ul li:hover ul li.nolink:hover a,
.menu ul li a:hover ul li.nolink a:hover {	/* 2nd level selected nolink link pointing to 3rd level menu */
	color: #ccccff;
	background:url('../images/menu/top/menu-gradient-submenu.gif') no-repeat;
	font-weight: normal;
}

.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {		/* 2nd level un+selected items */
	width:8.08333em;
}

.menu ul li:hover ul li.padding,
.menu ul li a:hover ul li.padding{			/* 2nd level padding at bottom (to make easier to retain menu popped up)*/
	border:0;
	margin:0;
	padding:0;
	height:0px;
	background:url('../images/spacer.gif') repeat-y;
	width:135px;
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {			/* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {      /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:-11px;	      				/* bring the top edge of the 3rd level menu up one */
	top:0;
	left:140px;  /* 128, 137 */
	width:142px;
}

.menu ul li:hover ul li.nolink:hover ul li a,
.menu ul li a:hover ul li.nolink a:hover ul li a { 		/* 3rd level unselected items */
	border:0;
	margin:0;
	padding:2px 1px 2px 4px;
	height:auto;
	color:#ffffff;
	width:140px;
	background:url('../images/menu/top/menu-gradient.gif') no-repeat;
	z-index:10;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* 3rd level selected items */
	color: #ffff00;
}

.menu ul li:hover ul li:hover ul li.padding,
.menu ul li a:hover ul li:hover ul li.padding{		/* 3rd level padding at top and bottom (to make easier to retain menu popped up)*/
	border:0;
	margin:0;
	padding:0;
	height:0px;
	background:url('../images/spacer.gif') repeat-y;
	width:140px;
}


/*======================== 4th LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li:hover ul li ul,
.menu ul li a:hover ul li a:hover ul li a ul {		/* hide inactive 4th-level menus */
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul li a:hover ul { /* 4th level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:-1px;	      						/* bring the top edge of the 3rd level menu up one */
	top:0;
	left:14em;
	width:14em;
}

.menu ul li:hover ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a:hover ul li a {     	/* 4th level unselected items */
	color: black;
	width:14em;
	background:url('../images/menu/top/menu-gradient.gif') repeat-y #fff;
	z-index: 7;
}

.menu ul li:hover ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover ul li a:hover { /* level4 selected items */
	color: #E21212;
	width:14em;
	background:url('../images/menu/top/menu-gradient.gif') repeat-y #fff;
	z-index: 7;
}

/*======================== PRE MENU DEFINITIONS ========================*/
.premenu {
	padding: 2px 0px 2px 0px;
	border: none;
	width: 770px;
	color: #666666;
	font-size:10px;	
}

.premenu a, .premenu a:active, .premenu a:visited {
	color: #999999;
	text-decoration: none;
}

.premenu a:hover {
	color: #666666;
	text-decoration: none;
}

/* a hack for safari for the dropdown stuff */
#text {           			/* the Mac's standard Safari browser will not see this code */
	height:1.215em;#        /* ...  but every other browser will and should */
} 							/* Safari barfs on the illegal pound sign (#) after the rule's property val */

/* search form */
input.search {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 9px;
	color:#525252;
}

input.searchfield {
	font-size: 10px;
	border: #f2f2f2 1px solid;
	color: #525252;
}
