#menu_cntr_cntr {
	background-color: #FFF; /*none !important;*/
	position: relative;
	top: 0px;
	left: 20px;
	width: 170px;
	height: 250px;
	margin: 40px 0px 0px 0px;
	text-align: left;
	font-family: helvetica, "helvetica neue", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	overflow: visible;	
	z-index: 1000;
}

#menu_cntr_cntr a { color: #004621; text-decoration: none; cursor: pointer; } 
/*#menu_cntr_cntr a:hover { color: #004621; text-decoration: none; cursor: pointer; }*/ /* comment out this line if the fade function is being used */
#menu_cntr_cntr a:visited { color: #004621; text-decoration: none; }
/*#menu_cntr_cntr a:visited:hover { color: #004621; text-decoration: none; }*/
#menu_cntr_cntr a:active { color: #004621; 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: #004621;
	font-weight: bold;
	/*cursor: default;*/
}
#menu_cntr_cntr a.menu_hdr:hover {
	color: #226843;
	font-weight: bold;
	/*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: 40px;*/
	width: 170px; 
	/*height: 25px;*/
	margin: 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: 5px 0;
	/*line-height: 2em;*/
	width: 170px; /* MENU CENTERING! - the width should be inner width of .nav_menu divided by number of top-level menu items */
	height: 20px !important; /* Safari likey for ddshadow */
	text-align: left;
}

/*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 0px; /* must adjust the padding in .js file to match, for no submenu arrows */
	padding: 0px 0px; /* adjust this to fit all horz links in diff browsers */
	width: 170px; 
	height: 20px;
	/*line-height: 1em;*/
	color: #004621;
	font-weight: bold;
	z-index: 240;
}

.nav_menu ul li a:link, .nav_menu ul li a:visited {
	color: #004621;
	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; /* was top 0 */
	padding: 0px 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: 170px; /* this width is the sub a's plus any padding */
	/*height: 0;*/
	margin: 0px 0px;
	padding: 0 0;
    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: 170px; /*width of sub menus*/
	height: auto;/*2em !important;*/
	line-height: 1em;
	margin-top: 0px;
	border-top-width: 0;
	border-bottom: #D6D3C5 solid 1px;
	color: #646C4E;
	text-align: left;
	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;
} 
*/

a.current-page {
	color: #FFF;
	cursor: default;
}
a.current-page:hover {
	cursor: default;
}


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