
/* ************************************** */
/* BEGIN SECTION FOR THE NAVIGATION LINKS */
/* ************************************** */

#navlist li {
	display: inline;
	margin: 0px;
	padding: 0px;
	/* for IE5 and IE6 */
}

#navcontainer {
	width: 160px; 
	margin-right: 15px;
}

#navlist {
	width: 98%;
	/* to display the list horizontaly */
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #990000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border-top: 0px #efefef solid;
	border-left: 0px #efefef solid;
	border-right: 0px #efefef solid;
}

#navlist li:first-child, #navlist li:first-child a {
	border-top: 0px;
}

#navlist a, #navlist li.header {
	/* extend the sensible area to the maximum with IE5 */
	width: 99.99%;
	padding: 0px 1em 0px 1em;
	display: block;
	text-align: right;
	text-decoration: none;
	padding: 5px;
	border-top: 1px #ccc solid;
	font-family: verdana, sans-serif;
	font-size: 8pt;
}

#navlist li:first-child, #navlist li:first-child a {
	border-top: 0px;
}

#navlist li.subitem a {
	border: 0px;
}

li.header {margin-bottom: 0px; text-transform: capitalize}
li.subitem {margin-bottom: 0px; border-bottom: 0px}


#navlist a:link {background-color: #fff; color: #336699;}
#navlist a:visited {background-color: #fff; color: #336699;}
#navlist a:active {background-color: #fff; color: #336699;}
#navlist a:hover {background-color: #a0d9f3; color: #336699; font-style: italic}

#navlist a:hover.traffic {background-color: #fad191}
#navlist a:hover.transit {background-color: #dcc0e9}
#navlist a:hover.rideshare {background-color: #cae7b1}
#navlist a:hover.bicycling {background-color: #fdc1b6}

/*
#navlist a:link.leftpdf {background-image: url(/images/top_pdf_bg.gif);}
#navlist a:visited.leftpdf {background-image: url(/images/top_pdf_bg.gif);}
#navlist a:active.leftpdf {background-image: url(/images/top_pdf_bg.gif);}
#navlist a:hover.leftpdf {background-image: url(/images/top_pdf_bgpattern.jpg); color: #336699; font-weight: bold; background-repeat: no-repeat}
*/


/* ************************************** */
/*  END SECTION FOR THE NAVIGATION LINKS  */
/* ************************************** */