﻿.header { 
	margin: 0px auto;
	width: 750px; 
}

.top_info {
	width: 100%;
	margin: 0;
}

.top_info_right {
	float: right;
	width: 540px;
	margin: 0;
	padding: 15px 5px 0px 0;
	text-align: right;
	background: #FFF;
	color: #444;
}

.top_info_left {
	float: left;
	width: 200px;
	margin: 0;
	padding: 5px 5px 0px 0;
	text-align: left;
	background: #FFF;
	color: #444;
}
	
.tabs 
{
	float:left;
	width:100%;
	
	background-position: left center;
	line-height:normal;
	font: 12px/1.5em Verdana;
	height: 28px;
	
}
      
.tabs ul {
	float: left;
	margin:0;
	padding: 0px 10px 0 0px;
	list-style:none;
}
      
.tabs li {
  	/*display:inline;*/
  	margin:0;
	padding:0;
	cursor: pointer;
}
  

      

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */
.tabs a:hover span {
	color:#202020;
}

.tabs a:hover {
	background-position:0% -42px;
}
      
.tabs a:hover span {
	background-position:100% -42px;
}
