/* CSS Document */

a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:100px;
	height:20px;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(images/button.gif);
	background-repeat: repeat;
	background-position: center center;
}
a.nav:hover {
	color:#FF9900;
	background-color: #FF9900;
}
a.nav:active {color:#fff; background:#c00;}
</style>
