/* 
---------------------------- 
LEFT COLUMN LIST HEADERS
---------------------------- 
*/
	



#navlistheader
 {
	background: transparent url(../images/headers/acLogo.gif) no-repeat;
	height: 90px;
}


#pageHeader {
	z-index: 2;
	background: transparent url(../images/headers/acGeneric.gif) no-repeat top left;
	height: 59px;
	position: relative;
}

	
#leftNavModule li a {
	padding: 5px 5px 5px 25px;
	color:#000;
	display: block;
	text-decoration:none;
	/*border-bottom:1px solid #FFF;*/
	background: transparent url(../images/bullets/arrow-actransit.png) no-repeat 4px 50%;
}
	
#leftNavModule li a:hover {
	color: #00837a;
}

		
#ACTransitRelatedModuleTop {
	height: 85px;
	background: url(../images/acRelatedTop.jpg) no-repeat top left;
}

#ACTransitRelatedModuleBody {
	background: #F3F1F4 url(../images/global/greyfadeShortBg.gif) repeat-x;
	border-left: 1px solid #cfd0d2;
	border-right: 1px solid #cfd0d2;
}

#ACTransitRelatedModuleBody h2 {
	font-size:0.75em;
	font-weight: bold;
	padding: 3px 0 10px 8px;
}

#ACTransitRelatedModuleBottom {
	background: #fff url(../images/greyangleBottomReverse.gif) no-repeat 0 -15px;
	height: 29px;
}

#ACTransitRelatedModule li {
	font-size: .75em;
	text-indent: -15px;
	padding: 0 0 5px 15px;
	max-width: 160px; /*ADD TO FIX BULLETS POINTS IN IE7*/
	
}

#ACTransitRelatedModule li a {
	padding: 5px 5px 5px 15px;
	color: #545354;
	text-decoration: none;
	background: transparent url(../images/bullets/actransitSq.gif) no-repeat 5px 10px;
}

#ACTransitRelatedModule li a:hover {
	color: #0068a6;
}

#ACTransitRelatedModule h1 {
	height: 8px;
	background: #fff url(../images/global/genericGreenBar.gif) repeat-x left bottom;
	text-indent: -9999px;
}



/* 
---------------------------- 
TOP NAV
---------------------------- 
*/	

ul#topNav {
	position: relative;
	top: 66px;
	left: 107px;
	width: 368px;
	margin: 0;
	height: 29px;
	list-style-type: none;
	overflow: hidden;
}

body.AChome ul#topNav, 
body.ACfares ul#topNav, 
body.ACfaq ul#topNav  {
	background: transparent url(../images/actransitNav.gif) no-repeat 0 0;
}

ul#topNav li a {
	position: absolute;
	top: 0;
	text-indent: -9000px;
	text-decoration: none;
	padding: 29px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* IE5/Win */
	background: transparent url(../images/actransitNav.gif) no-repeat;
}

/* 
---------------------------- 
NAV TABS
---------------------------- 
*/

body.AChome li#TLhome a, 
body.ACfaq li#TLhome a, 
body.ACfares li#TLhome a {
	background-position: 0 -29px;
	width: 123px;
	left: 0;
}

body.AChome li#TLhome a:hover, 
body.ACfaq li#TLhome a:hover, 
body.ACfares li#TLhome a:hover { 
	background-position: 0 0px; 
}

body.AChome li#TLonAC a, 
body.ACfaq li#TLonAC a, 
body.ACfares li#TLonAC a {
	background-position: -123px -29px;
	width: 123px;
	left: 123px;
}

body.AChome li#TLonAC a:hover, 
body.ACfaq li#TLonAC a:hover, 
body.ACfares li#TLonAC a:hover
{
	background-position: -123px -29px;
}

body.AChome li#Other a, 
body.ACfaq li#Other a, 
body.ACfares li#Other a
{
	background-position: -246px -0px;
	width: 122px;
	left: 246px;
}

body.AChome li#Other a:hover, 
body.ACfaq li#Other a:hover, 
body.ACfares li#Other a:hover
{
	background-position: -246px -58px;
}


/*
---------------------------- 
YOU ARE HERE
---------------------------- 
*/

body.AChome li#howtouse a, 
body.ACfaq li#faq a, 
body.ACfares li#fares a  {
color: #00837a; 
}




#menu1Container ul {
	border-left: 1px solid #cfd0d2;
	border-right: 1px solid #cfd0d2;
	background: #FFF;
	z-index: 20;
}
	
#menu1Container li {
	/*background: #dfdfe1;*/
	border-bottom: 1px solid #cfd0d2;
	border-top: 1px solid #FFF;
}
	
#menu1Container li a {
	padding: 5px 5px 5px 5px;
	color:#000;
	display: block;
	text-decoration:none;
	/*border-bottom:1px solid #FFF;*/
	background: #E7E7E7;
}
	
#menu1Container li a:hover {
	color: #00837a;
}

