﻿/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#hpImage
{
	background-position: center;
	float:left;
	width: 1000px;
	height: 100px;
	position: relative;
	clear: both;
}

#theContent 
{
	/* position: absolute; */
	left: 0px;
	top: 109px;
	float: left;
	clear: both;
	padding-top: 0px;
}

#theFooter
{
	width: 1000px;
	clear: both;
}

#mainMenu
{
	color: White;
	position: relative;
	display: inline;
	float: left;
	width: 1000px;
	height: 19px;
	overflow: visible;
	clear: both;
	z-index: 100;
}

#mainMenu dd 
{
	visibility: hidden;
}

#mainMenu dl, #mainMenu dt, #mainMenu dd, #mainMenu ul, #mainMenu li 
{	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*z-index :100;*/
}

#mainMenu li 
{
	text-align: left;	
}

#mainMenu dl {
	float: left;
	width: 200px;
	margin: 0 0px;
	z-index: 99;
	padding: 0px;
}

#mainMenu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #005C9F;
	border: 1px solid gray;
	z-index: 99;
	padding: 2px;
}

#mainMenu dd li
{
	border: 1px outset gray;
	z-index: 99;
	text-align: left;
	padding: 2px;
	margin: 0px;
}
#mainMenu li
{
	text-align: center;
	background: #9999FF;
	z-index: 99;
	list-style-image: none;
	height: 15px;
	text-indent: 5px;
}

#mainMenu li a, #mainMenu dt a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	z-index: 99;
}

#mainMenu li a:hover, #mainMenu dt a:hover, #mainMenu dl dt a:hover 
{
	color: #006;
	background: #eee;
	z-index: 99;
}