@charset "utf-8";
/* CSS Document */
#tabs12 {
	float:right;
	width:70%;
	/*    background:#F4F7FB;*/
	font-size:small;
	line-height:normal;
	color: #000000;
}
#tabs12 ul {
	margin:0;
	list-style:none;
	/*float: right;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 50px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;*/
}
#tabs12 li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs12 a {
	float: left;
	background: url('../images/tableft1.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs12 a span {
	float: left;
	display: block;
    background: url('../images/tabright1.gif') no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #000066;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs12 a span {
	float:none;
}
/* End IE5-Mac hack */
        
    #tabs a:hover span {
	color:#627EB7;
}
#tabs12 a:hover {
	background-position:0% -42px;
}
#tabs12 a:hover span {
	background-position:100% -42px;
}
#tabs12 #current a {
	background-position:0% -42px;
}
#tabs12 #current a span {
	background-position:100% -42px;
}