@charset "utf-8";
/* CSS Document */
h1 {font-size: 3em; margin: 10px 0;}
.container {width: 950px; margin: 10px;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 58px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 54px;

}
ul.tabs li a {
	float:left;
	background:url("../img/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
}
ul.tabs li a span{
	float:left;
	background:url("../img/right.gif") no-repeat;
	background-position:right top;
	padding:8px 14px 4px 6px;
	margin-right:3px;
}
ul.tabs li a:hover {
	background-position:0% -42px;
}
ul.tabs li a:hover span {
	background-position:right -42px;
}

html ul.tabs li.active a:hover {
background:none;
background-image:url(../img/active_left.gif);
background-repeat:no-repeat;
}
html ul.tabs li div {
background-repeat:no-repeat;
background-position:0px -43px;
}
html ul.tabs li.active div {
background-position:0px 0px;
background-repeat:no-repeat;
}

html ul.tabs li.active a:hover span {
background:none;
background-image:url(../img/active_right.gif);
background-repeat:no-repeat;
background-position:right top;
}
	
html ul.tabs li.active a {
background:none;
background-image:url(../img/active_left.gif);
background-repeat:no-repeat;
}

html ul.tabs li.active a span {
background:none;
background-image:url(../img/active_right.gif);
background-repeat:no-repeat;
background-position:right top;
}

/*SUB TABS */
.tab_content {



}
.tab_container a {
	float:left;
	margin:0;
	padding:0 0 0 11px;
	text-decoration:none;
	color:#FFF;
	height:32px;
	font-family:Tahoma;
	font-size:12px;
}
.tab_container a span{
	float:left;
	background-position:right top;
	padding:8px 15px 4px 6px;
	margin-right:10px;
	height:32px;
}

.tab_container a:hover {
	float:left;
	background:url("../img/sub_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 11px;
	text-decoration:none;
	color:#003366;
	height:32px;
	font-family:Tahoma;
	font-size:12px;
}
.tab_container a:hover span{
	float:left;
	background:url("../img/sub_right.gif") no-repeat;
	background-position:right top;
	padding:8px 15px 4px 6px;
	margin-right:10px;
	height:32px;
}
.tab_container a.active{
	float:left;
	background:url("../img/sub_left_active.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 11px;
	text-decoration:none;
	color:#FFF;
	height:32px;
	font-family:Tahoma;
	font-size:12px;
}
.tab_container a.active span{
	float:left;
	background:url("../img/sub_right_active.gif") no-repeat;
	background-position:right top;
	padding:8px 15px 4px 6px;
	margin-right:10px;
	height:32px;
}
