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



/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul{
	list-style: none; /* this removes the list marker */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	margin-left: 15px;
}

nav a {
	color: #6E6C64;
	text-decoration: none;
}

nav a:link {
	color: #6E6C64;
	text-decoration: none;
}

nav a:visited {
	color: #6E6C64;
	text-decoration: none;
}

nav li {
	float:left;
	text-decoration: none;
	text-align:left;
}
nav a, nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	font-size:20px;
	padding: 3px 3px 3px 3px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 90px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color:inherit;
}
nav a:hover, nav a:active, nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color:#5A622F;
	color: #FFF;
}



#mainNavBar {
	position: relative;
	margin: 0 auto;
	margin-left: 177px;
	margin-top: -10px;
	margin-bottom: 40px;
	color: #201E5B;
	z-index: 1000;
}

#mainNavBar ul {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	list-style: none; /* this removes the list marker */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	margin-left: 15px;
	margin-top: 0;
}


#mainNavBar ul li {
  color: #201E5B;
  float: left;
  list-style: none;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 0px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
  z-index: 1000;
 }

 #mainNavBar ul li a:hover {
  color: #fff;
  }

 #mainNavBar a {
  color: #201E5B;
  text-decoration: none;
 }

#mainNavBar h1 {
  display: none;
}


#mainNavBar ul {
  color: #201E5B;
  background-color:#ADB96E;
}

nav ul {
	margin:0;
	padding:0;
	list-style: none; 
	border:none;
}
nav ul li {
	float:left;
	text-align:left;
	min-width:90px;
	margin-left:2px;
	height:30px;
}

nav ul a, nav ul a:visited, nav ul a:link { 
	display: block; 
	width: inherit;
	height:23px;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}


nav ul a:visited {
	color: #8C50E4;
}

nav ul a:hover, nav ul a:active, nav ul a:focus {
	text-decoration: none;
	height:23px;
	color: #FF0;
}

nav li.subNav ul, nav li.subNav li.subNav ul {
	display:none;
}

nav li.subNav ul li, nav li.subNav li.subNav ul li {
	width: 250px;
}

nav li.subNav:hover ul li {
	float:none;
}
nav li.subNav:hover ul, nav li.subNav li.subNav:hover ul {
	display:block;
	position:absolute;
	max-width:265px;
	margin-top:0px;
}
 nav li.subNav li.subNav:hover ul {
	display:block;
	position:absolute;
	left:200px;
	max-width:265px;
	margin-top:-30px;
}
nav li.subNav li.subNav li.subNav ul, nav li.subNav li.subNav li.subNav li.subNav ul {
	display:none;
}
nav li.subNav li.subNav li.subNav:hover ul, nav li.subNav li.subNav li.subNav li.subNav:hover ul {
	display:block;
	position:absolute;
	max-width:265px;
	margin-top:0px;
}
 nav li.subNav li.subNav li.subNav:hover ul {
	display:block;
	position:absolute;
	left:200px;
	max-width:265px;
	margin-top:-30px;
}

#mainNavBar li.pageCurrent {
	display: block; 
	width: inherit;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	color:#ffffff;	
}
