/*
 CSS/StyleSheet by Vorspire Networks
 http://www.vorspire.com
 */
 
 #header_nav
 {	
 	padding: 0px;
 	spacing: 0px;
 	border: 0px none transparent;
 	position: relative;
 	width: 100%;
 	font-size: 12px;
 	font-weight: bold;
 	text-align: center;
 	background-color: #000000;
 }
 
 .top_links
 {
 	height: 100%;
 	font-size: 12px;
 	font-weight: bold;
 	text-decoration: none;
 	color: #ffffff;
 	text-align: center;
 }
 
 .top_links_over
 {
 	height: 100%;
 	font-size: 12px;
 	font-weight: bold;
 	text-decoration: none;
 	color: #ffffff;
 	text-align: center;
 	background: url(../images/main/header_link_container_over.gif);
 }
 
 #header_banner
 {	
 	border: 0px none transparent;
 	width: 100%;
 	background-color: #303030;
 }
 
 .header_left
 {
 	font-size: 12px;
 	font-weight: bold;
 	text-decoration: overline;
 	background-color: #303030;
 	text-align: center;
 }
 
 .header_left img
 {
 	border: 0px none transparent;
 }
 
 .header_right
 {
 	font-size: 12px;
 	font-weight: bold;
 	text-decoration: overline;
 	background-color: #303030;
 	text-align: center;
 }
 
 .header_right img
 {
	display: none;
 	border: 0px none transparent;
 }
 