/* CSS Document */

#navigation {
	height: 30px;
	background-color: #1A3A67;
}

#navigation ul {
	list-style:none;
	margin: 0;
	padding:0;
	padding-top: 0px;
}

#navigation li {
	float: left;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 156px;
	border-top-style: outset;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #94C2F9;
	border-right-color: #18456C;
	border-bottom-color: #18456C;
	border-left-color: #94C2F9;
}

#navigation li:hover {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #18456C;
	border-right-color: #94C2F9;
	border-bottom-color: #94C2F9;
	border-left-color: #18456C;
}

#navigation a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation a:hover {
	color: #4891CE;
}

#navigation #currentpage a {
	color: #006600;
	background-color: #1A3A67;
}

