#bar { 
	clear: both;  
	z-index: 15;
}
#bar ul { 
	margin: 6px 0 20px 0;
	padding : 0; 
	list-style : none; 
}
#bar li { 
    z-index: 20;
	font-size: 1.2em; 
	margin: 4px 0px 0px 0px; 
	float: left;
	padding: 6px;
}

#xbar li a { 
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
} 
#bar li a:hover {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	background: #eaeaea;
	color: #286ea0;
}
#bar a:link, #bar a:active, #bar a:visited { 
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	color: #286ea0;
	background: #f4f4f4;
} 
#bar li.active a:link, #bar li.active a:hover, #bar li.active a:visited, #bar li.active a:active { 
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	background: #eaeaea; 
	color: #000; 
}

#pageContent {
	clear: both;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
