/* Horizontal navigation menu */

#navh span {
	display:none;
}
a.navh, a.navh:link, a.navh:visited {
	display:block;
	width:90px;
	height:18px;
	background: #D85303;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	color: White;
	line-height:18px;
	overflow:hidden;
	float: right;
	margin-right: 4px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #A13E03;
	border-left : 1px solid #FCAE7E;
	border-right : 1px solid #A13E03;
	border-top : 1px solid #FCAE7E;
}

a.navh:hover {
	color: Yellow;
	background: #FC985C;
}

a.navh:active {
	color: Lime;
	background:#c00;
}


/* For Active page - Horizontal navigation menu */

#navh_here span {
	display:none;
}
a.navh_here, a.navh_here:link, a.navh_here:visited, a.navh_here:hover, a.navh_here:active {
	display:block;
	width:90px;
	height:18px;
	background:#c00;
	border: 1px solid #D6D6D6;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	color: Lime;
	line-height:18px;
	overflow:hidden;
	float: right;
	margin-right: 4px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	cursor:default;
}
