* html .subtabs ul {
	margin-left:-0px;
}

.subtabs {
	height:27px;
	width:100%;
	margin-top:15px;
	margin-bottom:20px;
}

.subtabs ul {
	list-style:none; 
	display:inline;
}

.subtabs li {
	height: 27px;
	margin: 0 auto;
	float:left;
	font-size:1.0em;
	text-align:center;
	font-weight:bold;
	margin-right:5px;
}

.subtabs .padding {
	padding:4px 0 0 0;
}

.subtabs li a {
	background:url(../images/tabs/subtab_s.png) 0 -27px;
	height:27px;
	width:102px;
	display:block;
	overflow:hidden;
	color:#009933;
}

.subtabs .l_tab a {
	background:url(../images/tabs/subtab_l.png) 0 -27px;
	height:27px;
	width:120px;
	display:block;
	overflow:hidden;
	color:#009933;
}

.subtabs li a:hover {
	background-position: 0 0;
	color:#fff;
}

.subtabs .selected {
	background-position: 0 0;
	color:#fff;
}

.subtabs .l_tab .selected {
	background-position: 0 0;
	color:#fff;
}
