#wrapper {width: 600px;}
/* tabs */
ul.tabs {
	height: 30px;
	line-height: 30px;
	list-style: none;
}
* html ul.tabs {margin-bottom: 0;}
ul.tabs li {
	width:200px;
	float: left;
	text-align:center;
}
ul.tabs li a {
	display: block;
	color: #FFFFFF;
	font-weight:bold;
	font-family:Verdana,Tahoma;
	text-decoration: none;
	cursor: pointer;
	background: #ACB9D2;
	position: relative;
}
* html ul.tabs li a {float: left}
*+html ul.tabs li a {float: left}
ul.tabs li a:hover {
	color: #000000;
	background: #EBEBEB;
}
ul.tabs li.tab-current a {
	color: #000000;
	background: #E1E4EA;
}
div.t2{
	display:none;
}
div.t1,
div.t2{
	background: #E1E4EA;
	color: #000000;
}
