@charset "UTF-8";
/* HTML Navigation Menu - Replaces Flash Nav when Flash is not supported */

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em; 
	letter-spacing: 0.02em;
	width:276px;
}

#navigation ul {
	margin:0; padding:0;
}

#navigation li {
	list-style: none;
}

ul.top-level {
	background: #004581;
}

ul.top-level li {

	border-bottom: #81b6e2 solid 1px;
	border-top: none;
}

#navigation a {
	color: #c7eafb;
	cursor: pointer;
	display:block;
	height:50px;
	line-height: 50px;
	text-indent: 26px;                   
	text-decoration:none;
	width:100%;
}
