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

#TopNavTwo  {
	background-color: #000;
	width: 895px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	height: 20px;
	}
	
#NavLinkLeft {
	float: left;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	height: 15px;
	margin-top: 0px;
	}
	
#NavLinkLeft li {
	display: inline;
	padding-bottom: 5px;
}

#NavLinkLeft  a {
	text-decoration: none;
	color: #FFF;
	}
	
#NavLinkLeft  a:hover {
	color: #ffcc32;
	text-decoration: none;
	}
	
#NavLinkRight {
	text-align: right;
	float: right;
	margin-top: 0px;
}

#NavLinkRight li {
	display: inline;
	list-style-type: none;
	}

#NavLinkRight .normal {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

#NavLinkRight a.normal  {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#NavLinkRight a:hover.normal {
	color: #ffcc32;
	text-decoration: none;
}

#NavLinkRight .myfsu {
	color: #ffcc32;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#NavLinkRight a.myfsu  {
	color: #ffcc32;
	text-decoration: none;
	}
	
#NavLinkRight a:hover.myfsu {
	color: #FFFFFF;
	text-decoration: none;
}

