.container {width: 500px; margin: 3px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	width: 100%;
}
ul.tabs li {
	float: right;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height:32px;
	border: 0px solid #eaeaea;
	border-right: none;
	margin-bottom: -1px;
	background-image:url(../images/reptab.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #300100;
	display: block;
	font-size:55%;
	font-weight:bold;
	padding: 0 3px;
	border: 1px solid #cccccc;
	outline: none;
}
ul.tabs li a:hover {
	background: #ffffff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #ffffff;
	border-bottom: 1px solid #eaeaea;
}
.tab_container {
	border: 1px solid #eaeaea;
	border-top: none;
	clear: both;
	float: right; 
	width: 100%;
	background: #fff;
	/*-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
}

