﻿/* STYLE DEFINITIONS THAT RELATE TO THE NAVIGATION TABS THAT LIE UNDER THE BANNER */
div.navtabs
{
	text-align: center;
	margin: 0 0 1.0em 0;
	padding: 5px 5px 5px 5px;
	background-color: silver;
	border-bottom: 1px gray solid;
	border-top: 1px gray solid;
}

div.navtabs ul
{
	background: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.navtabs ul li
{
	display: inline;
	/*margin-left: 10px;
	margin-right: 10px;*/
}

div.navtabs ul li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	color: black;
	text-decoration: none;
	padding: 6px 9px;
}

div.navtabs ul li a:hover
{
	background-color: gray;
}
