/* CSS Document */

#menuBar
{
	background: #CAD4AD;
	color: #333333;
	font-size: 12px;
	font-family: serif;
	text-align: left;
	width: 99%;
	height: 20px;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	top: 5px;
	left: 0px;
	right: 0px;
}

.menuHeader
{
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	display: inline;
	position: relative;
	padding-top: 5px;
}

.menuHeaderInactive
{
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	display: inline;
}

a.menuLink
{
	display: block;
	padding: 2px 5px;
	border-top: 1px solid #333333;
}

a.menuLink:link
{
	color: #000000;
	text-decoration: none
}

a.menuLink:visited
{
	color: #000000;
	text-decoration: none
}

a.menuLink:hover
{
	color: #ffffff;
	background-color: #CAD4AD;
	text-decoration: none
}

a.menuLink:active
{
	color: #ffffff;
	text-decoration: none;
	background-color: #CAD4AD;
}

.menuDrop
{
	color: #ffffff;
	font-size: 12px;
	font-family: serif;
	background-color: #CAD4AD;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
	top: 60px;
	left: 0;
	width: 175px;
	height: auto;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #003365
}

a:link, a:visited
{
	font-family: serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ffffff;
}