/*** NEW MENU ***/


#mainmenu { width: 800px; height: 50px; background: url(../images/pattern3.jpg) repeat #455A21; clear: both; margin: 0 auto; position: relative; z-index: 400; }



/**************** menu coding *****************/
#menu {
width: 800px; 
background: none;
float: left;
background: none;
padding: 0;
}

#menu ul {
list-style: none; height: 50px; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding: 0; float: left; 
}

#menu a, #menu h2 {
display: block; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; margin: 0; padding: 3px 5px;
}

#menu h2 {
color: #fff; background: none; margin-top: 0; margin-bottom: 0;text-align: center; }

#menu a {
color: #FFF;
background: url(../images/pattern3.jpg) repeat #455A21;
text-decoration: none; font-style: bold;
border-bottom: 2px solid #e7741a;
}

#menu a:hover { color: #FFF; background: #e7741a; font-weight: normal; }

#menu li { position: relative; width: 133px; }

#menu li li a { width: 133px; padding: 8px; }

#menu ul ul { position: absolute; z-index: 500; margin-left: 5px;  font-style: bold; }

#menu ul ul ul { position: absolute; top: 0; left: 100%; margin-left: 0px; z-index: 600;}

#menu ul ul ul a {background: url(../images/pattern2.jpg) repeat #455A21;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none; }

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}














/**** ORIG MENU ****/

#topmenubox {
	position: relative;
	z-index: 15;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-repeat: repeat-x;
	height: 50px;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav a {
	display: block;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	padding: 5px; background: #C60;
	}

#nav a:hover, a:active {color:#000000;}
	
.largeMenu  {
	width: 148px;
	height:39px;
	background-color: #404f24;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom: 6px solid #e7741a;
	border-right: 1px solid #404f24;
	background-image: url(../images/pattern3.jpg);
}


.largeMenu:hover {
	color:#000000;
	border-right: 1px solid #e7741a;
}


.smallMenu {
	width: 101px;
	height:39px;
	background-color: #404f24;
	border-right: 1px solid #404f24;
	border-bottom: 6px solid #e7741a;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/pattern3.jpg);
}



.smallMenu:hover {
	color:#FFF;
	border-right: 1px solid #e7741a;
}

.largeMenu_sel {
	width: 148px;
	height:39px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom: 6px solid #e7741a;
	border-right: 1px solid #404f24;
	background-color:#dc6b03;
}

.largeMenu_sel:hover {
	color:#FFF;
	border-right: 1px solid #e7741a;
}

.smallMenu_sel {
	width: 101px;
	height:39px;
	background-color: #404f24;
	border-right: 1px solid #404f24;
	border-bottom: 6px solid #e7741a;
	margin-right: 0px;
	margin-left: 0px;
	background-color:#dc6b03;
}

.smallMenu_sel:hover {
	color:#FFF;
	border-right: 1px solid #e7741a;
}


	
#nav .textlarge {
	font-size: 135%;
	}

#nav li { /* all list items */
	float: left;
	/* width: 160px; /* width needed or else Opera goes nuts */
	}

#nav li ul, #nav li:hover ul ul, #nav li.sfhover ul ul { /* level 3 lists */
	position: absolute;
	left: -999px;
	clear:both;
	width: 160px;
 /* using left instead of display to hide menus because display: none isn't read by screen readers */
 } 

#nav li ul a {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px;
	width: 140px;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	text-transform: none; 
	text-align:center; 
	background-color: #455A21;
	background-image: none;
	border-bottom: 2px solid #e7741a;
	background-image: url(../images/pattern3.jpg);
	z-index: 1;
}
	
#nav li ul a:hover, a:active {
	background-color:#dc6b03;
	color:#000000;
	background-image:none;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top:0px;
	}
	
#nav li li:hover ul, #nav li li.sfhover ul { 
	left: auto;
	margin-top:0px;
	margin-left: 0px;
}	

	
#langMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	top: 0px;
	left: 0px;
	width: 150px;
	background-color:#ECEEE8;
	letter-spacing: 1px;
	text-transform: uppercase;
	height:645px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#langMenu a {
	padding: 1px;
	padding-left: 10px;
	border-left: 15px solid #404f24;
	display:block;
	height: 12px;
	margin-bottom:4px;
	font-size: 11px;
	color:#2F8512;
}
#langMenu a:link; a:visited {text-decoration:none; color:#2F8512;}
#langMenu a:hover, a:active {
	/*border-left: 15px solid #dc6b03;*/
	background-color: #ECEEE8;
	color:#000000;
	font-weight:bold;
}

#langMenu .style2 {
	padding: 1px;
	padding-left: 10px;
	border-left: 15px solid #e7741a;
	display:block;
	height: 12px;
	margin-bottom:4px;
	font-size: 11px;
color: #e7741a;
}

#AcadMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	top: 0px;
	left: 0px;
	width: 150px;
	background-color:#ECEEE8;
	letter-spacing: 1px;
	text-transform: uppercase;
	height:200px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#AcadMenu a {
	padding: 1px;
	padding-left: 10px;
	border-left: 15px solid #404f24;
	display:block;
	height: 12px;
	margin-bottom:4px;
	font-size: 11px;
	color:#2F8512;
}
#AcadMenu a:link; a:visited {text-decoration:none; color:#2F8512;}
#AcadMenu a:hover, a:active {
	/*border-left: 15px solid #dc6b03;*/
	background-color: #ECEEE8;
	color:#000000;
	font-weight:bold;
}

#AcadMenu .style2 {
	padding: 1px;
	padding-left: 10px;
	border-left: 15px solid #e7741a;
	display:block;
	height: 12px;
	margin-bottom:4px;
	font-size: 11px;
color: #e7741a;
}

#NPOMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	top: 0px;
	left: 0px;
	width: 200px;
	background-color:#ECEEE8;
	letter-spacing: 1px;
	text-transform: uppercase;
	height:200px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#NPOMenu a {
	padding: 1px;
	padding-left: 10px;
	border-left: 15px solid #404f24;
	display:block;
	height: 12px;
	margin-bottom:4px;
	font-size: 11px;
	color:#2F8512;
}
#NPOMenu a:link; a:visited {text-decoration:none; color:#2F8512;}
#NPOMenu a:hover, a:active {
	/*border-left: 15px solid #dc6b03;*/
	background-color: #ECEEE8;
	color:#000000;
	font-weight:bold;
}

#NPOMenu .style2 {
	padding: 1px;
	padding-left: 10px;
	border-left: 15px solid #e7741a;
	display:block;
	height: 12px;
	margin-bottom:4px;
	font-size: 11px;
color: #e7741a;
}

#bottomnavbox {
	position: relative;
	clear:both;
	z-index: 1;
	margin:0 auto;	/*margin-right: auto;
	margin-left: auto;*/
	width: 794px;
	height: 50px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	background-color:#404f24;
	font-weight: normal;
	top: 0px;
	background-image: url(../images/pattern3.jpg);
		color: #ffffff;
	padding: 3px;
	}
	
#bottomnavbox a {
	text-decoration: none;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffffff;
	text-align:center;
	font-weight: normal;
	font-size: 11px;
}

#bottomnavbox a:link, a:visited {color: #ffffff;}

#bottomnavbox a:hover, a:active {background-color:#dc6b03;}





