﻿#tabs-blue {
	line-height: normal;
	height: 26px;
	border-bottom: 1px solid #24618E;
	margin: 10px 0;
}

#tabs-blue ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#tabs-blue li {
	list-style:none;
	display:inline;
	margin: 0;
	padding: 0;
}
#tabs-blue a {
	float: left;
	background: url("../images/tabs/tableftJ.gif") no-repeat left top;
	margin: 0 5px;
	padding: 0 0 0 5px;
	text-decoration: none;
}
#tabs-blue a span {
	float: left;
	display: block;
	background: url("../images/tabs/tabrightJ.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #24618E;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs-blue a span { float:none; }
/* End IE5-Mac hack */
#tabs-blue a:hover span {
	color:#FFF;
}
#tabs-blue a:hover {
	background-position:0% -42px;
}
#tabs-blue a:hover span {
	background-position:100% -42px;
}

#tabs-blue .current a {
    background-position:0% -42px;
}
#tabs-blue .current a span {
    background-position:100% -42px;
    color:#FFF;
}