/*/ANCHOR NAVS/*/

.nav-bar{
	clear: left;
	color: #FFF;
	background-color: #000;
	width: 300px;
	height: 25px;
	text-align: center;
	left: 400px;
	top: 746px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


.nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
.nav a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

.nav a:active{
	color: #FF9900;
}
.nav a:visited{
	color: #FF9900;
	text-decoration: none;
}
.nav a:hover{
	color: #FFFF00;
}
/*/ANCHOR NAVS/*/

