#menu {
	height:25px;
	position: relative;
	width: 1010px;
	background: url(../images/backbar.gif) no-repeat center;
	z-index: 1;
}
#menu ul {

} 
#menu ul.top-level {
	padding-left: 25px;
}
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;} 
#menu li {margin:0; padding:0;}
#menu a {
	display:block;
	font:normal 14px/22px Tahoma, Geneva, sans-serif;
	color:#F3C54D;
	text-decoration:none;
	padding:0 20px;
} 
* html #menu ul.top-level {
	margin-left:0;
	clear: both;
} /* I don't know why, but this centers IE5.5 ?? */

#menu li:hover > ul {visibility:visible;}
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {
	visibility:visible;
}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {
	visibility:hidden;
}

#menu ul.top-level {
	margin:0 auto;
} 
#menu li.top-level-li {
	float:left;
	position:relative;
}
#menu a.top-level-a {
	float:left;
	padding:0 0 0 20px;
	background:url(../Templates/taba.gif) no-repeat left top;
} 
#menu a.top-level-a b {float:left; padding:0 20px 0 0; background:url(../Templates/tabb.gif) no-repeat right top; cursor:pointer;}
#menu a.down b {
	float:left;
	padding:0 20px 0 0;
	background:url(../images/tabc.gif) no-repeat right top;
	cursor:pointer;
}

#menu a.top-level-a:hover {white-space:nowrap; background:url(../Templates/taba.gif) no-repeat left -30px;}
#menu a.top-level-a:hover b, 
#menu a.top-level-a:focus b, 
#menu a.top-level-a:active b {
	color:#00316B;
	background:url(../Templates/tabb.gif) no-repeat right -30px;
	cursor:pointer;
}
#menu a.down:hover b, 
#menu a.down:focus b, 
#menu a.down:active b {
	color:#00316B;
	background:url(../Templates/tabc.gif) no-repeat right -30px;
	cursor:pointer;
}

#menu li.top-level-li:hover > a {white-space:nowrap; background:url(../Templates/taba.gif) no-repeat left -30px;}
#menu li.top-level-li:hover > a b {
	color:#00316B;
	background:url(../Templates/tabb.gif) no-repeat right -30px;
}
#menu li.top-level-li:hover > a.down b {
	color:#00316B;
	background:url(../Templates/tabc.gif) no-repeat right -30px;
}

#menu li ul {
	display:block;
	position:absolute;
	padding:6px 1px;
	left:0;
	background-color: #21507A;
	visibility: hidden;
}
#menu li li {
}
#menu li li a {
	background:#fff;
	color: #CD0011;
} 
#menu li li a:hover {background:#e3e6ed;} 
#menu li li:hover > a {background:#e3e6ed;}
#menu li li a.fly {background:#fff url(../Templates/fly.gif) no-repeat right top;}
#menu li li a.fly:hover {background:#e3e6ed url(../Templates/fly.gif) no-repeat right top;} 
#menu li li:hover > a.fly {background:#e3e6ed url(../Templates/fly.gif) no-repeat right top;}

#menu ul.drop-down {
	top:22px;

} 
#menu li li ul {
	left:100%;
	margin-top:-25px;
	margin-left:-5px;

}

#menu table {position:absolute;top:0;left:0;border-collapse:collapse;text-align:left;}
#menu table ul li a {padding-left:0; padd\ing-left:20px;}
#menu table table {top:auto; left:100%; margin-left:-1px; padding:0; margin:0;}
#menu table table ul {margin-top:-4px; marg\in-top:-7px;}
.mainimage {
	padding-left: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
}
#direction {
	background: #FFF;
	color: #FFF;
	font: 14px Tahoma, Geneva, sans-serif;
}
#maincontent table tr th table tr td {
	color: #FFF;
}
.copyright table tr th #maincontent table tr th #maincontent table tr th h3 a {
	color: #FBBC00;
}

