#tabs {
	float:left;
	position: relative; /*leave this value alone*/
	font-size: 90%;
	margin: 0px;
	border:0px solid red;
	width:700px;
}
#tabs ul {
	float: left;
	width: 98%;
	padding: 5px;
	padding-bottom:0px;
	margin-left: 20px;
}
#tabs li {
	margin-left: 1px;
	list-style: none;
}
* html #tabs li {
	display: inline;
}
#tabs li{
	float: left;
	width: 200px;
	background: #5597b1;
	margin-right:0px;
}

#tabs li a {
	display:inline-block;
	text-align:center;
	width: 100%;
	height:40px;
	line-height:40px;
	font-size:11pt;
	color: #ffffff;
	font-weight:bold;
	border:0px solid red;
	background: #5597b1;
	padding:0px;
}

#tabs ul li:hover a, #tabs ul li.active a{
	background: #ff0000;
	color: #ffffff;
}

#tabs div.cont{
	position: relative; /*leave this value alone*/
	margin: 0;
	border:0px solid red;
	width:100%;
	clear: both;
	padding: 0px;
	min-height: 220px;
	background: #BDD2FF;
	margin-left: 25px;
	width:675px;
}