@charset "utf-8";
/* CSS Document */

#tabs {
	float:left;
	width:100%;
	font-size:12px;;
	font-weight:bold;
	font-family:arial;
	line-height:normal;
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	font-family:arial;
	
	}

#tabs li {
	display:inline;
	margin:0;
	font-family:arial;
	padding:0;
	height:25px;
	}

#tabs a {
	float:left;
	background:url(../images/left.jpg) no-repeat left top;
	margin:0;
	font-family:arial;
	line-height:25px;
	padding:0 0 0 10px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	font-family:arial;
	line-height:25px;
	background:url(../images/right.jpg) no-repeat right top;
	padding:0px 15px 0px 5px;
	margin-right:2px;
	color:#FFF;
	}

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

#tabs .active{
	background-position:0 -37px;
	color:#FFF;
	font-family:arial;
	}
#tabs .active span {
	background-position:100% -37px;
	color:#FFF;
	}
/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -37px;
	color:#FFF;
	}

#tabs a:hover span {
	background-position:100% -37px;
	color:#FFF;
	}

 
	
	