﻿@import url("layouth.css");
#navigationh {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#navigationh ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigationh li {
	float: left;
	width: 105px;
}
#navigationh a {
	background-color: #FFFFFF;
	background: url('../Graphics/Picture1.gif') no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0 1px;
	padding: 5px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}
#navigationh a:hover {
	background-color: #FFFFFF;
	background: url('../Graphics/Picture2.gif');
	text-decoration: none;
	color: #4169E1;
	background-repeat: no-repeat;
}
#navigationh a:visited{
	background-color: #FFFFFF;
	background: url('../Graphics/Picture2.gif');
	text-decoration: none;
	color: #4169E1;
	background-repeat: no-repeat;
}



