@charset "UTF-8";
/* CSS Document */

#tabs {
border-left:1px solid #BBBBBB;
background:#fff;
height:40px;
list-style-type:none;
margin:0 0 0 147px;
position:absolute;
text-decoration:none;
top:100px;
}

#tabs span {
color:#333333;
display:inline;
float:left;
line-height:39px;
list-style-type:none;
margin:0;
padding:0 9px;
text-decoration:none;
}
#tabs a {
	display:inline; /* XXX IE5.5, IE6 XXX */
	text-decoration:none;
	list-style-type:none;
	float:left;
	cursor:hand;
	border-color:#BBBBBB;
	border-style:solid;
	border-width:1px 1px 0 0;
/*cursor:						hand;*/ /* XXX IE5.5 XXX */
}
#tabs a:hover {
	text-decoration:none;
	color:#FFF;
}
#tabs a:hover span {
	text-decoration:underline;
	color:#FFF;
	background-color:#42b7eb;
}

#tabs li {
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	float:left;
	margin:0;
	display:inline;
	padding:0;
	line-height:24px;
}

#tabs li.s span {
background-color:#004990;
color:#FFFFFF;
font-family:verdana,arial,sans-serif;
font-size:12px;
line-height:39px;
margin:0;
padding:0 10px;
}

/*#tabs li span {
	background:url('images/tabs/stlu_blank.gif') no-repeat top left;
}
#tabs li.a a {
	background:url('images/tabs/right_blank.gif') no-repeat top right;
}
#tabs li.s a {
	background:url('images/tabs/right_on.gif') no-repeat top right;
}
#tabs li.a span {
	background:url('images/tabs/left_blank.gif') no-repeat top left;
}
#tabs li.s span {
	background:url('images/tabs/left_on.gif') no-repeat top left;
}
#tabs li.a a:hover {
	background:url('images/tabs/right_roll.gif') no-repeat top right;
}
#tabs li.a a:hover span {
	background:url('images/tabs/left_roll.gif') no-repeat top left;
}

