#navin {

	text-align: center;
	margin: 1px;
	font-family: arial;
	font-size: 10px;
	font-weight: 900;
	
}

#navin a:link {
	color: #993333;
	text-decoration: none;
	line-height: 2em;	
	background-color: #CCCCCC;
	padding: 3px 0px 3px 3px;
	width: 100px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #EEEEEE;
	background-repeat: no-repeat;

	}
#navin a:visited {
	color: #993333;
	text-decoration: none;
	line-height: 2em;	
	background-color: #CCCCCC;

	padding: 3px 0px 3px 3px;
	width: 100px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #EEEEEE;
	background-repeat: no-repeat;
	}
#navin a:hover {	
	background-color: #993333;
	line-height: 2em;	
	color: #CCCCCC;
	background-repeat: no-repeat;

	}
