/* CSS Document */
/*----- HEADER ------------------------------------------------------------------ HEADER -------- */

/*-- Header rollover colors
r1 = 6e85e3
r2 = 6c9fec
r3 = 6ab4f5
r4 = 68c9fc
--------------------------*/
.header{
	width: 770px;
	padding:0px;
	margin:0px;
	color:#edecec;
	}
.header a{
	color:#edecec;
	text-decoration:none;
	}
.header #topNav{
	height:30px;
	color:#CCCCCC;
	background-color:#000000;
	padding-top: 6px;
	padding-top: 6px;
	padding-left: 30px;
	text-transform:uppercase;
	font-weight:bold;
	}
.header #topNavLeft {float:left;padding-top:5px;}
.header #topNavRight {float:right;padding-right:22px;}
.header #flashBanner{
	height:140px;
	background-color:#000000;
	float:left;
	}
.imageNoFlash{
	background:url(../images/metro_head_00.jpg) right no-repeat;
	}
.swfRight{
background:url(../images/alt_metro_banner.jpg) right no-repeat;
}
.header #menuRow1{
	height: 16px;
	padding-top: 4px;
	padding-left: 22px;
	background:url(../images/bg_row1.jpg) repeat-x;
}
.header #menuRow2{
	height: 16px;
	padding-top: 4px;
	padding-left: 22px;
	background:url(../images/bg_row2.jpg) repeat-x;
}
.header #menuRow3{
	height: 16px;
	padding-top: 4px;
	padding-left: 22px;
	background:url(../images/bg_row3.jpg) repeat-x;
}
/*--rollovers----*/
.header #topNav a:hover, a:active{
	color:#6e85e3;
	text-decoration:underline;
}
.header #menuRow1 a:hover, a:active{
	color:#6c9fec;
	text-decoration:underline;
}
.header #menuRow2 a:hover, a:active{
	color:#6ab4f5;
	text-decoration:underline;
}
.header #menuRow3 a:hover, a:active{
	color:#68c9fc;
	text-decoration:underline;
}

/*----- SUB NAV ------------------------------------------------------------------ SUB NAV -------- */
#subNav {
	height:20px;
	line-height:20px;
	margin-top:-20px;
	margin-left:-40px;
	margin-right:-40px;
	color:#766E6B; 
}


#subNav li {
	float:left;
	list-style-type:none;
	white-space:nowrap;
	border: #766E6B solid 1px;
	margin-right: 2px;
	_margin-right: 3px;
	
	margin-bottom: 2px;
}

#subNav li a {
	padding: 0px 5px;
	_padding-right: 1px;
	display:block;
	font-size:9px;
	font-weight:normal;
	/*text-transform:uppercase;*/
	text-decoration:none;
	background-color:inherit;
	color: #766E6B;
}
#subNav ul li a:hover {
	background-color: #766E6B;
	color:#fff;
}

#subNav li a#current {
	background-color: #766E6B; 
	color:#fff;
}
