@charset "UTF-8";
/* CSS Document */

ul.topNav {
	list-style:none;
	display:inline;
	width:800px;
	height:75px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	font-weight:100;
	padding:0 0 0 10px;
	letter-spacing:1px;
}

ul.topNav li {
	float:left;
	height:100%;
	padding: 1.9em 1.5em 0;
	border-right:1px solid #FFF;
}
ul.topNav a {
	text-decoration:none;
	font-size:medium;
	color: #FFF;
}

ul.topNav a:visited {
	color:#FFF;
}

ul.topNav a:hover {
	color:#f0e7e3;
}

li.current {
	text-decoration:underline;
	/*color:#93BC85;*/
	color:#FFF;
	cursor:default;
}