@charset "UTF-8";
/* CSS Document */

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 999px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  /*width: 100px;*/
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a{
/*
	border: 1px solid #222222;
	border-right-color: #333333;
	border-bottom-color: #333333;
*/
	padding: 0 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	/*background: #282b2c;*/
	border-right: thin solid #87817c;
	color: #eddfbe;
	text-decoration: none;
	text-transform:uppercase;
	height: auto !important;
	height: 1%; /*For IE*/
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}
#archiveSubMenu div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	z-index:10;
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  /*background: #333333; */

  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
 /* background-color:#212121; */
  color: #eddfbe;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
 
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #282b2c;
  color: #eeeeee;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #333333;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #282b2c;
  color: #eeeeee;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #333333;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

.subNavMenu{
	font-style:italic;
}

#navArea {
/*since flash menu, we place really off screen*/

	position:absolute;/*IMPT needed for IE  */
	z-index:10;/*IMPT needed for IE  */
	top:-9999px;
	left:0px;
	font-size:.2em;
	min-height:28px;
	padding-top:4px;
	margin-top:15px;
	margin-bottom:15px;
	/* top:-30px; */
	
}
#navAreaCentered{
	width:790px;
	margin:0 auto;
}
#navArea2 {
	position:relative;/*IMPT needed for IE  */
	z-index:11;/*IMPT needed for IE  */
	/*background-color: #3A3F64;*/
	/*background-color:#121212;*/
	background-color:#8B8450;
	padding-left:10px;
	background-repeat: repeat-x;
	min-height:28px;
	padding-top:4px;
	padding-bottom:10px;
	margin-right:0px;
	/* top:-30px; */
	
}

#navFooterArea {
	min-height:25px;
	padding-top:15px;
	margin:0;
	height:40px;
}
/* Root = Horizontal, Secondary = Vertical */
ul#navfootermenu {
  position:relative;
  left:300px;
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 500px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navfootermenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}
/* Root Menu */
ul#navfootermenu a{
	/*
	border: 1px solid #222222;
	border-right-color: #333333;
	border-bottom-color: #333333;
	*/
	padding: 0 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	/*background: #282b2c;*/
	color: #666666;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
}
/* SIDE MENU -vertical*/
ul#navmenu2 {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 150px; /*For KHTML*/
  list-style: none;
 /* height: 24px; */
}

ul#navmenu2 li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: none; /*For Gecko*/
  display: block;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu2 ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu2 ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu2 ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu2 a:before{
	content: "\00BB \0020";
	/*color:#8A8451;*/
	color:#645F3A;

}
ul#navmenu2 a{
/*
	border: 1px solid #222222;
	border-right-color: #333333;
	border-bottom-color: #333333;
*/
	padding: 0 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	/*background: #282b2c;*/
	/*background-color:#212121;*/
	/*border-bottom:thin dotted #7c7b63;*/
	color: #eddfbe;
	text-decoration: none;
	text-transform:uppercase;
	height: auto !important;
	height: 1%; /*For IE*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
}


/* Root Menu Hover Persistence */
ul#navmenu2 a:active,
ul#navmenu2 li:active a,
ul#navmenu2 li.ieactive a {
 
 /* background: #7c7b63; */
  color: #FFF;
}


/* Root Menu Hover Persistence */
ul#navmenu2 a:hover,
ul#navmenu2 li:hover a,
ul#navmenu2 li.iehover a {
 
 /* background: #7c7b63; */
  color: #FFF;
}
