@charset "UTF-8";
/* FW100.r1 */
/* (c)2010 SugarHill Works LLC - http://www.sugarhillworks.com */

#menu_cntr_cntr{
	background: #none !important;
	position: relative;
	clear: both;
	top: 0px;
	left: 0px;
	width: 1086px;
	height: 80px;
	margin: 0;
	padding: 0;
	font-size: 97.2%;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: visible;	
	z-index: 100;
}

/*.menu_cntr_bg {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 25px;
	background-color: #000;
	opacity: .40;
	-moz-opacity: .40;
	filter: alpha(opacity=40);
	z-index: 90;
}
*/

/**** MENU CENTERING NOTES: ************************************************************************************
***** The width + padding, etc of .nav_menu should equal the width of #menu_cntr_cntr 
***** The width of the li's should be the .nav_menu's width only divided by the # of top level menu items
***** See  MENU CENTERING comments below.
***************************************************************************************************************/
.nav_menu{
background: none !important;
position: relative;
width: 1084px;
height: 80px;
margin: 0 auto;
padding: 0;
}
#menu_cntr_cntr2 .nav_menu {
	width: 1001px; 
}

.nav_menu ul{
position: relative;
height: 80px;
margin: 0 auto;
padding: 0;
list-style-type: none;
z-index: 220;
}

/*Top level list items*/
.nav_menu ul li{
position: relative;
display: inline;
float: left;
height: 80px !important; /* Safari likey for ddshadow */
 /*width: 124px; MENU CENTERING! - the width should be inner width of .nav_menu divided by number of top-level menu items */
margin: 0;
padding: 0;
}

/*Top level menu link items style*/
.nav_menu ul li a{
display: block;
background: none; /*background of menu items (default state)*/
color: #FFF;
margin: 0; /* was 0 34 0 42 */ /* must adjust the padding in .js file to match, for no submenu arrows */
padding: 0; 
border-right: 0px solid #EEE;
/*color: #2d2b2b;*/
text-decoration: none;
z-index: 240;
}
.nav_menu ul li a img{
	margin: 0;
	padding: 0;
}
.nav_menu ul li a:link, .nav_menu ul li a:visited{
color: #FFF;
}

/*CSS class that's dynamically added to the currently active menu items' LI A element*/
/****** THIS NEEDS TO BE TIED INTO jqLib AND menuFade CLASS **********/
.nav_menu ul li a.selected {
	background: none;
}

	
/*1st sub level menu*/
.nav_menu ul li ul{
position: absolute;
left: 0;
width: 100%;
height: 170px !important; /* determines height of drop shadow */
padding: 0;
text-align: left;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
z-index: 320;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.nav_menu ul li ul li{
position: relative;
left: 0px;
float: none;
z-index: 330;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.nav_menu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.nav_menu ul li ul li a{ 
/*font: normal 13px Verdana;*/
width: 100%; /*width of sub menus*/
padding: 4px 0px;
margin-top: 4px;
border-top-width: 0;
border-bottom: 0px solid gray;
color: #FFF;
text-align: center;
font-family: "Courier New", Courier, monospace;
font-size: 120%;
}

/* Holly Hack for IE \*/
* html .nav_menu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


/* ######### ANIMATION DEFAULT STYLES ######### */
/*.menuFadeBG {
	background: #CCF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	border-radius: 8px; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index:-10;
} 
*/

#menuChoiceTxt {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 210px;
	height: 20px;
	font-family: "Courier New", Courier, monospace;
	font-size: 111%;
	text-align: right;
	font-weight: bold;
	color: #E00;
}
#ddArw_cntr {
	position: absolute;
	top: 49px;
	right: 15px;
	width: 15px;
	height: 15px; 
}
#ddArw_cntr img {
	margin: 0;
	padding: 0;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.toplevelshadow{ 
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
}

