/* CSS Document */

a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:151px;
	height:20px;
	background:#000066;
	
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	
	overflow:hidden;
	
	float: left;
	font-weight: bold;
}
a.nav:hover {
	color:#fff;
	background-color: #FF9900;
}
a.nav:active {color:#fff; background:#c00;}
</style>
