/*Main navigation elements */
#nav ul { 
	padding: 0;
	
	margin:0;
	list-style-type: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:center;
	}

#nav a {
	text-align: center;
	margin:0;
	padding:0;
	height:35px;
	padding-left:20px;
}
#nav a:link, #nav a:visited{
	color:#000000;
	text-decoration:none;
	}
#nav a:hover{
	color:#ff0000;
	text-decoration:underline;}
	
#nav a:active{
	color:#000000;
	text-decoration:none;
	}

#nav a.selected {
color:#000000;}


#nav ul li{	
	display: inline;
	height:35px;
	}
#nav ul li a:hover{
color:#000;
}
/* Footer Navigation */
#footernav ul{
	list-style-type: none;
	text-align:center;
	background-image:url(../images/icons/mainLine.png);
	background-repeat:repeat-x;
	background-position:50px 10px;
	height:60px;
	margin-right:0px;
	margin-left:200px;
	margin-top:30px;
}
#footernav li{	
	margin:0;
	padding:0;
	margin-left:10px;
	display: inline;	
	height:80px;	
	width:100px;
	padding-top:10px;

	}
#footernav a{	
	margin:0;
	padding:0;
	align-text:left;
	background-image:url(../images/icons/bottomStation.png);
	background-position:5px 10px;
	background-repeat:no-repeat;
	padding-left:0px;
	width:70px;
	height:50px;
	display:inline-block;
	padding-top:20px;
}
#footernav a:hover{
	background-image:url(../images/icons/bottomStationGreen.png);
	background-position:5px 10px;
	background-repeat:no-repeat;
	color:#000000;
}
#footernav a.selected{	
	background-image:url(../images/icons/bottomStationGreen.png);
	background-position:5px 10px;
	background-repeat:no-repeat;
}
/* Footer Navigation */
#topnav ul{
	list-style-type: none;
	text-align:center;
	display:block;
	padding:0;
	margin:0;
	width:100%;
	height:50px;
	background-image:url(../images/icons/Junction.png);
	background-repeat:no-repeat;
	background-position:137px 0px;
	padding-left:100px;

}
#topnav li{	
	margin:0;
	padding:0;
	margin-left:10px;
	display:inline;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width:200px;
	height:50px;
	}
#topnav a{	
	margin:0;
	padding:0;
	background-image:url(../images/icons/topStation.png);
	background-position:35px 8px;	
	background-repeat:no-repeat;
	width:150px;
	margin-left:10px;
	
	display:inline-block;
	font-weight:bold;
	padding-top:30px;
}
#topnav a:hover{	
	background-image:url(../images/icons/topStationGreen.png);
	background-position:35px 8px;
	background-repeat:no-repeat;
	color:#FFA400;
	text-decoration:none;
}
#topnav a.selected{	
	background-image:url(../images/icons/topStationGreen.png);
	background-position:5px 8px;
	background-repeat:no-repeat;
}
/* Left navigation elements */
#leftnav ul{
list-style-type: none;
margin:0;
padding:0;}
#leftnav li{
	margin:0;
	padding:0;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	list-style:none;
}

#leftnav li a{
padding:0;
margin:0;
display:block;
height:50px;
padding-left:5px;
	background-image:url(../images/icons/station.png);
	background-position:right;
	background-repeat:no-repeat;
}

#leftnav li a:hover{
display:block;
color:#000;
	background-image:url(../images/icons/stationGrn.png);
	background-position:right;
	background-repeat:no-repeat;
}
#leftnav li a.selected{
display:block;
height:50px;
color:#000;
background-image:url(../images/icons/stationGrnSelected.png);
	background-position:right;
	background-repeat:no-repeat;
}
#leftnav ul ul li a{
	padding-left:25px;
	font-size: 12px;
	display:block;
	height:30px;
	padding-top:5px;
	color:#000;
	background-image:url(../images/icons/Branch.png);
	background-position:right;
	background-repeat:no-repeat;

}
#leftnav ul ul li a:hover,#leftnav ul ul li a.selected{
padding-left:25px;
font-size: 12px;
display:block;
height:30px;
padding-top:5px;
color:#000;
text-decoration:underline;
	background-image:url(../images/icons/BranchGreen.png);
	background-position:right;
	background-repeat:no-repeat;
}