@charset "UTF-8";
/* CSS Document */

#tabs {
	display:inline-block;
	text-decoration:none;
	float:left;
	list-style-type:none;
	clear:both;
	position:absolute;
	top:116px;
	margin:0 0 0 145px;
}
#tabs span {
	display:inline; /* XXX IE5.5, IE6 XXX*/
	padding:0 9px 0 9px;
	margin:0;
	color:#333333;
	text-decoration:none;
	float:left;
	list-style-type:none;
}
#tabs a {
	display:inline; /* XXX IE5.5, IE6 XXX */
	text-decoration:none;
	list-style-type:none;
	float:left;
	cursor:hand;
/*cursor:						hand;*/ /* XXX IE5.5 XXX */
}
#tabs a:hover {
	text-decoration:none;
	color:#333;
}
#tabs a:hover span {
	text-decoration:underline;
	color:#fff;
}

#tabs li {
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	line-height:24px;
	float:left;
	margin:0 0 0 2px;
	display:inline;
}
#tabs li.s span {
	color:white;
}

#tabs li.a a {
	background:url('images/tabs/right_white.gif') no-repeat top right;
}
#tabs li.s a {
	background:url('images/tabs/right_blue.gif') no-repeat top right;
}
#tabs li.a span {
	background:url('images/tabs/left_white.gif') no-repeat top left;
}
#tabs li.s span {
	background:url('images/tabs/left_blue.gif') no-repeat top left;
}
#tabs li.a a:hover {
	background:url('images/tabs/right_hover.gif') no-repeat top right;
}
#tabs li.a a:hover span {
	background:url('images/tabs/left_hover.gif') no-repeat top left;
}
