.wrapper   {
	width: 480px;
	height: auto;
	margin: 0px auto 0;
	padding: 0px;
	display: block;
}

ul.tabs {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
	background: #CCC;
	width: 480px;
	height: auto;
	overflow: hidden;
	color: #666;
	text-decoration: none;
}
ul.tabs li {
	float: left;
	border-right: 1px solid #FFF;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
	overflow: hidden;
	background: #CCC;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	list-style: none;
}
.stopkaLinkColor {
}

ul.tabs li a {
	float: left;
	padding: 10px 15px;
	color: #666;
	font-size: 12px;
	text-decoration: none;

}
ul.tabs li a:hover, ul.tabs li a.current {
	color: #FFF;
	background-color: #C90;
	height: auto;
	width: auto;
	text-decoration: none;
}
