﻿@import url("layouth.css");
#navigationh1 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#navigationh1 ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigationh1 li {
	float: left;
	width: 50px;
}
#navigationh1 a {
	background-color: #FFFFFF;
	background: url('../Graphics/Picture3.gif') no-repeat;
	text-decoration: none;
	color: #000000;
	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;
}
#navigationh1 a:hover {
	background-color: #FFFFFF;
	background: url('../Graphics/Picture4.gif');
	text-decoration: none;
	color: #000000;
	background-repeat: no-repeat;
}
#navigationh1 a:visited{
	background-color: #FFFFFF;
	background: url('../Graphics/Picture4.gif');
	text-decoration: none;
	color: #000000;
	background-repeat: no-repeat;
}


