#menu 
{
	height: 25px;
	font-size: 11px;
	vertical-align: bottom;
	color: #676769;
}
#menu ul, 
#menu li, 
#subMenu ul, 
#subMenu li 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu 
{
	width: 657px;
	height: 32px;
	position: relative;
	z-index: 99;
    vertical-align: bottom;
}
/* reset */
.menu ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul ul 
{
	width: 110px;
}
.menu li 
{
	float: left;
	width: 109px;
	position: relative;
	text-align: left;
}
/* 1st level */
.menu a, 
.menu a:visited 
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	width: 99px;
	height: 112px;
	background-color: #990000;
	line-height: 29px;
    vertical-align: bottom;
}
.menu a:hover 
{
	background-color: #990099;
}
/* hide the sub levels */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: auto;
	top: 112px;
	left: 0;
	width: 110px;
}
/* 3rd level flyout menu */
.menu ul ul ul 
{
	left: 110px;
	top: -1px;
	height: 100%;
}
.menu ul .leftFlyout ul ul 
{
	/*top: -1px;*/
	left: -110px;
	float: left;
}
.leftFlyout ul ul li 
{
	float: left;
}
/* HIDE THE 4TH LEVEL */
.menu ul ul ul ul {
	display: none;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table 
{
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
/* 2nd level links */
.menu ul ul a, 
.menu ul ul a:visited 
{
	color: #000; 
	height: 100%; 
	line-height: normal;
	padding: 5px 10px; 
	width: 90px;
	margin: 0;
}
/* 1st level hover */
.menu a:hover, 
.menu ul ul a:hover 
{
	background: #B1DB1E;
	text-decoration: underline;
}
/* HOLLY HACK */
.menu :hover > a, 
.menu ul ul :hover > a 
{
	background: #B1DB1E;
	text-decoration: underline;
}
/* make the 2nd level visible when hover on first level list OR link */
.menu ul li:hover ul, 
.menu ul a:hover ul 
{
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul 
{
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul 
{
	visibility: visible;
}
.menuArrows, 
.menuArrows:hover 
{
	color: #fff;
	text-decoration: none;
}
.greenMenuImage 
{
	border: none;
}
.menuparent, 
.menuparent img 
{
	border: none;
}
.menu ul ul li.lvl2First
{
	border-top:1px solid #fff;
}
/* MISC */
.menuNoShow 
{
	position:absolute;
	left:-9999px;
}
.goldMenuImage 
{
	display: none;
}
/* SUBMENU */
#subMenu 
{
	width: 191px;
	z-index: 70;
}
#subMenu a 
{
	text-decoration: none;
}
.level0, 
.level0Active, 
.level1, 
.level1Active 
{
	background-color: #990000;
	display: block;
	border-bottom: solid 1px #fff;
	font-weight: bold;
	padding-left: 27px;
	padding-right: 5px;
	font-size: 11px;
    
}
.level0, 
.level0Active 
{
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #00281F;
	line-height: 300%;
}
.level1, 
.level1Active 
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #006600;
	line-height: 210%;
}
.level0:hover, 
.level1:hover, 
.level0Active, 
.level1Active 
{
	color: #fff;
	background-color: #996666;
}
.submenu1
{
    background-color: #990000;
	display: block;
	border-bottom: solid 1px #fff;
	font-weight: bold;
	padding-left: 27px;
	padding-right: 5px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	line-height: 300%;    
}
subMenu1 a 
{
	text-decoration: none;
}
.submenu1Active,
.submenu1:hover
{
    background-color: #996666;
	display: block;
	border-bottom: solid 1px #fff;
	font-weight: bold;
	padding-left: 27px;
	padding-right: 5px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	line-height: 300%;  	
}
