#tabs {
    font-family: Arial, Helvetica, sans-serif; font-size: 11pt;
	float:left;
	width:100%;
	margin-bottom:0.1em;  
	overflow:hidden;
	}
	
#subtabs {
    font-family: Arial, Helvetica, sans-serif; font-size: 11pt;
	float:left;
	width:99.5%;
	padding:2px;
	/* font-size:90%;*/
	/*background-color:#3482d2;*/
	background-color:#134786;
	color:#fff;
	margin-left:2px;
	/* margin-bottom:1em;  */
	overflow:hidden;
	}
#subtabs ul {
	margin:0;
	padding:5px 5px 5px 5px;
	list-style:none;
	}
#subtabs li {
	display:inline;
	margin:0;
	padding:3;
	}
#subtabs a {
	color:#FFF;	
	margin-left:10px;
	margin-right:10px;
	}	
#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
   }
#tabs li.selected{
text-decoration: none;
}
#subtabs li.selected{
text-decoration: none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}