#main {
	width:400px;
}

#main ul.sections {
	list-style-type:none;
	width:376px;
	height:40px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	margin:0px auto;
}

#main ul li {
	float:left;
	display:block;
	background-image:url(images/tabs.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:90px;
	height:30px;
	color:#FFFFFF;
	margin-right:4px;
	padding:10px 0px 0px 0px;
	text-align:center;
	cursor:pointer;
}

#main ul li.hovered {
	background-position:-89px 0px;
}

#main ul li.active {
	background-position:-178px 0px;
}

#main .tabs {
	height:100px;
	clear:both;
	border-top:1px solid #8ca0b1;
} 

#main .tabs .tab {
	padding:10px 10px;
}

#main .tabs .tab strong {
	color:#000000;
}

#main .tabs div.f {
	background-color:#B5CADB;
	background-image:url(images/bg_1.gif);
	background-repeat:repeat-x;
}

#main .tabs div.s {
	background-color:#97AAB9;
	background-image:url(images/bg_2.gif);
	background-repeat:repeat-x;
}

#main .tabs div.t {
	background-color:#66727c;
	background-image:url(images/bg_3.gif);
	background-repeat:repeat-x;
}

#main .tabs div.fo {
	background-color:#b8d5ec;
	background-image:url(images/bg_4.gif);
	background-repeat:repeat-x;
}
