.tabs {
	margin-top: 10px;
	margin-bottom: 10px;

	margin: 0 auto;
	height:100%;
	height: 33px;
}
.tabs-wrapper {
	background-color: black;
	width: 100%;
}
.tabs ul li {
	display:inline-block;
	*zoom: 1;
	*display: inline;
	width: 160px;
	height: 33px;
	border-right: 1px #3d3d3d solid;
	text-align: center;
	vertical-align:middle;
}
	
.tabs ul li:first-child {
	border-left: 1px #3d3d3d solid;
	margin-left: 0;
}
	
.tabs ul li a {
	
	color: white;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top:9px;
	width: 160px;
	height:24px;
}

.tabs ul li a:hover {
	/*color: red;*/
}
.tabs ul {
	height:100%;
	font-size: 0;
}
li.current, .tabs ul li:hover {
	background: url("../../img/background_menu.png") no-repeat -3px 0;
}
li.current a:hover {
	cursor: default;
}