.navihorizontal {
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: none #FFFFFF;
	word-spacing: 2em;
	text-align: center;
	vertical-align: middle;
	display: marker;
	letter-spacing: normal;
	background-position: center center;

	
}
.navihorizontal a:hover, .navihorizontal a:active{
	text-decoration:none;
	color:#FFFFFF;
	clear:none;
	float:right;
	height:20px;
	width:150px;
	text-align:center;
	vertical-align:middle;
	margin:2px;
	padding:2px;
	border-bottom-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-top-color:#A18E66;
	border-right-color:#A18E66;
	background-color:#A18E66;

	 }
	 
.navihorizontal a{
	text-decoration:none;
	color:#FFFFFF;
	clear: none;
	float: right;
	height: 20px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #A18E66;
	border-left-color: #A18E66;
	background-color:#CC3300;

	 }
    
