@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;
 	 
	
}
#navigation ul li a{
	text-decoration:none;
	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: 40px;
	padding: 0;
	border: 0;
	background: #000000;
	display: block;
}
#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: 0;
}

#navbar ul li a {
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	background: center center;
	font: bold 16px "Times New Roman", Times, serif;
	margin: 5px 0px 0px;
	height: 30px;
	width: 127px;
}

#navbar ul li a:hover {
	color:#D9B766;
}

#navbar a:active {
	color: #000;
	background: #000000;
}
#navbar li#active a {
	background: #eeeadd;
	color: #000;
}
