@charset "utf-8";
/* CSS Document */
/*--------------Vertical Navigation ----------------*/
 
#navigation{
	width: 100%;
	display:block;
			
}
#navigation ul {
	margin: 0px 1px 0px 0px;
	padding:0;
	list-style-type: none;
	text-align: center;
}
#navigation ul li{
	display: block;
	height:3em;
	text-align: center;
	margin: 0;
	border-top-width: 1px;
	border-top-style: none;
	border-top-style: solid;
	border-top-color: #B8C9CB;
 	 
	
}
#navigation ul li a{
	text-decoration:none;
	color: #712801;
	font-weight: bold;
	height: 3em;
	display:block;
	
}


#navigation li#active a {
	color:#07257D;
	text-transform: uppercase;
 	text-decoration: none;
	display:block;
}
 
 
#navigation a:hover {
	color:#07257D;
	background-color: #DFEADF; 	
}

/*--------------Horizontal Navigation ----------------*/
 
#navbar{
	width: 900px;
	height: 42px;
	background: url(images/navbar.png) no-repeat;
	display: block;
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: -42px;
}
#navbar ul {
	border: 0;
	margin: 0px 1px 0px 0px;
	padding: 0 0 0px;
	list-style-type: none;
	text-align: center;
}
#navbar ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#navbar ul li a {
	width: 115px;
	height: 45px;
	color: #003300;
	text-decoration: none;
	display: block;
	text-align: center;
	background: center center;
	text-transform: none;
	font: bold 16px/45px "Century Gothic";
	padding: 0;
	margin-left: 25px;
}

#navbar ul li a:hover {
	color:#FFCC00;
	width: 115px;
}

#navbar a:active {
	background-color: #eeeadd;
	color: #000;
}
#navbar li#active a {
	color: #FFCC00;
	text-transform: uppercase;
	display: block;
	height: 45px;
	width: 117px;
	margin-left: 25px;
	font: bolder 16px/45px "Century Gothic";
}

