﻿.mainmenu
{
	display:none;
	visibility: hidden;
	position:absolute;
	/*top:31;*/
	top: 34px;
	width: 195px;
	z-index:100;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-width: 1px;
	border-color: #bbbbbb;
	text-align: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color:#286cab;

}
.menuIframe
{
	display:none;
	visibility: visible;
	position:absolute;
	/*top:31;*/
	top: 34px;
	width: 195px;
	z-index:99;
}
.mainmenu_sub
{
	/*height: 23px; Removed since it causes firefox to overlap menu items*/
	_height: 23px; /*Only IE6 and older pick this. This height property fixes problem with menu dissapearing on IE6 3/11/09 ODM*/
	border-style: none;
	padding-left: 12px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 1px;
	background-color: #ffffff;
}
.menuSpace
{
	margin-right:auto;
	display: block;
}
.mainmenu_sub a:link
{
	font-weight: normal;
	color:#4282bf;
}
.mainmenu_sub a:active
{
	font-weight: normal;
	color:#4282bf;
}
.mainmenu_sub a:visited
{
	font-weight: normal;
	color:#4282bf;
}
.mainmenu_sub a:hover
{
	font-weight: bold;
	color:#4282bf;
	text-decoration:none;
}
.submenu
{
	display:none;
    visibility: hidden;
    position:absolute;
    top: 34px;
    width: 195px;
	z-index:100;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
	text-align: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color:#286cab;
}
.BGbluebar40
{
	background: #286cab url("../images/navBkg.jpg") top repeat-x;
}
.menu1a
{
	font-weight: bold;
    font-size: 11pt;
    color: whiteSmoke;
    font-family: Arial, Helvetica, sans-serif;
}

.menu1a A:link
{
    font-weight:bold;
	color:whiteSmoke;
	text-decoration: none;
}
.menu1a A:visited
{
    font-weight:bold;
	color:whiteSmoke;
	text-decoration: none;
}
.menu1a A:active
{
    font-weight:bold;
	color:whiteSmoke;
	text-decoration: none;
}
.menu1a A:hover
{
    font-weight:bold;
	color:#FFCC33;
	text-decoration: none;
}

