#menu_cntr_cntr {
	background: #6F5E19 url(../img/navbgd.jpg) repeat-x; /*none !important;*/
	position: relative;
	clear: both;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	margin: 0 auto;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	overflow: visible;	
	z-index: 1000;
}

#menu_cntr_cntr a { color: #646C4E; text-decoration: none; cursor: pointer; } 
/*#menu_cntr_cntr a:hover { color: #4E3419; text-decoration: none; cursor: pointer; }*/ /* comment out this line if the fade function is being used */
#menu_cntr_cntr a:visited { color: #646C4E; text-decoration: none; }
/*#menu_cntr_cntr a:visited:hover { color: #4E3419; text-decoration: none; }*/
#menu_cntr_cntr a:active { color: #4E3419; text-decoration: none; outline: none; }
#menu_cntr_cntr a[href="#"] { text-decoration: none; cursor: pointer; }

#menu_cntr_cntr .fadeCol {
	
}

#menu_cntr_cntr a.menu_hdr {
	color: #E7E4D6;
	/*font-weight: bold;
	cursor: default;*/
}
#menu_cntr_cntr a.menu_hdr:hover {
	/*color: #FFF;
	font-weight: bold;
	cursor: default;*/
}
#menu_cntr_cntr a.current-page {
	color: #FFF;
	cursor: default;
}
#menu_cntr_cntr a.current-page:hover {
	color: #FFF;
	cursor: default;
}



/**** 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;
	left: 50px; /* was 35 or 0 or 20 */
	width: 925px; /* was 100% or 940 */
	height: 25px;
	margin: 0px auto 0px 0px; 
}

.nav_menu ul {
	position: relative;
	top: 0px;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 220;
}

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

/*Top level menu link items style*/
.nav_menu ul li a { 
	position: relative;
	top: 0px;
	float: left; /* for FF2 bug; forces the height for bkgrd img */
	display: inline-block;
	margin: 0px auto; /* must adjust the padding in .js file to match, for no submenu arrows */
	padding: 0px 20px; /* was 17px; adjust this to fit all horz links in diff browsers */
	width: auto; 
	height: 25px;
	/*line-height: 1em;*/
	/*vertical-align: middle;*/
	color: #FFF;
	font-weight: bold;
	z-index: 240;
}
.nav_menu ul li a.menu_hdr {
	background-color: #6C5E1D; /* fail-safe in case menu drops lines */
}

.nav_menu ul li a:link, .nav_menu ul li a:visited {
	color: #FFF;
	font-weight: bold;
}

/* ------------------- tab hover styling ------------------- */
/*.nav_menu ul li:hover {
	background-image: url(img/menu_tab_lt_over.jpg);
	background-repeat: repeat-x;
}
.nav_menu ul li a:hover { 
	background-image: url(img/menu_tab_rt.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}*/


/*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 { /* not totally working */
	/*background-image: url(img/menu_tab_rt_over.jpg);
	background-position: top right;
	background-repeat: no-repeat;*/
}
.nav_menu ul li.selected {
	/*background-image: url(img/menu_tab_lt_over.jpg);
	background-position: top left;
	background-repeat: no-repeat;*/	
}


/* ---------------------------------------------------------- */
	
/*1st sub level menu*/
.nav_menu ul li ul {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 10px; /* was top 0 */
	padding: 2px 0 0 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 {
	/*background-color: #F00;*/
	background-image: none !important;
	position: relative;
	left: 0px;
	float: none;
	width: 240px; /* this width is the sub a's plus any padding */
	/*height: 0;*/
	margin: 0px 0px;
	padding: 0 0 0 10px;
    display: list-item;
	z-index: 330;
}

.nav_menu ul li ul li:hover {
	
}
.nav_menu ul li ul li.end a, .nav_menu ul li ul li.end a:hover {
	border-bottom: 0px;
}

/*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 {
	background-image: none !important; 
	position: relative;
	float: left;
	width: 200px; /*width of sub menus*/
	height: auto;/*2em !important;*/
	line-height: 1em;
	padding: 5px 15px 5px 15px; 
	margin-top: 0px;
	border-top-width: 0;
	border-bottom: #D6D3C5 solid 1px;
	color: #646C4E;
	text-align: left;
	white-space: nowrap;
	display: inline-block; /* 3/09/10: not sure about this */
}
.nav_menu ul li ul li a:hover {
	background-image: none; 
	/*background-color: #FFF;*/
	line-height: 1em;
}


/* 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;
} 
*/


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

.toplevelshadow{ 
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}
