@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: 35px;
	padding: 0;
	background: #990000;
	display: block;
	float: left;
}
#navbar ul {
	border: 0;
	padding: 0 0 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
}
#navbar ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navbar ul li a {
	width: 125px;
	height: 30px;
	padding: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background: #990000;
	border: 2px outset #708dab;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;

}

#navbar ul li a:hover {
	color:#07257D;
	background: #FFCC33;
}

#navbar a:active {
	background-color: #eeeadd;
	color: #000;
}
#navbar li#active a {
	background: #eeeadd;
	color: #000;
}
