/*- Menu Tabs B--------------------------- */
#tabs {
position: absolute; z-index: 3;
float:left;	
      font-size:11px;
      line-height:13px;
color: #FFF;
border:0px solid #BCD2E6;
       margin-top:3px;
#margin-top:2px;
}
#tabs ul {
margin:0;
padding:1px 2px 0 3px;
#padding:2px 2px 0 3px;
	list-style:none;
}
#tabs li {
display:inline;
margin:0;
padding:0;
}
#tabs a, #tabs div {
float:left;
margin:0;
padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span, #tabs div span {
float:left;
display:block;
padding:2px 8px 2px 4px;
color:#FFF;
}
#tabs a {
background:url("../images/tableft.gif") no-repeat left top;
}
#tabs div {
background:url("../images/tableft_gray.gif") no-repeat left top;
}
#tabs a span {
background:url("../images/tabright.gif") no-repeat right top;
}
#tabs div span {
background:url("../images/tabright_gray.gif") no-repeat right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span, #tabs div span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#fff;
}
#tabs a:hover {
	background-position:0% -18px;
}
#tabs a:hover span {
	background-position:100% -18px;
}

		
#tabs #current a, #tabs #current div, #tabs .current a, #tabs .current div {
background:url("../images/tabcurrent_left.gif") no-repeat left top; margin:0 0 0 2px; border-bottom:1px solid white;
}
#tabs #current a span, #tabs #current span, #tabs .current a span, #tabs .current span {
background: url("../images/tabcurrent.gif") no-repeat right top;
color: #e00202;
}
#tabs #current a:hover span, #tabs .current a:hover span {
color:#925454;
background:url("../images/tabcurrent.gif") no-repeat right top;
}

.tabBg{padding:15px 0 20px 0; margin-bottom: 10px; background-color: #f0f3f3; border-bottom: 1px solid #d8d8d8;}
.tabBg input{background-color: #fff;}
.tabBg .content{margin:0 0 10px 0; border: 0px solid #d8d8d8; text-align:center;}

.tabs {
	position: absolute; z-index: 3;
	float:left;	
	font-size:11px;
	line-height:13px;
	color: #FFF;
	border:0px solid #BCD2E6;
	margin-top:3px;
	#margin-top:2px;
}
.tabs ul {
margin:0;
padding:1px 2px 0 3px;
#padding:2px 2px 0 3px;
list-style:none;
}
.tabs li {
display:inline;
margin:0;
padding:0;
}

.tabs a, .tabs div {
float:left;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
.tabs a span, .tabs div span {
float:left;
display:block;
padding:2px 8px 2px 4px;
color:#FFF;
}
.tabs a {
background:url("../images/tableft.gif") no-repeat left top;
}
.tabs div {
background:url("../images/tableft_gray.gif") no-repeat left top;
}
.tabs a span {
background:url("../images/tabright.gif") no-repeat right top;
}
.tabs div span {
background:url("../images/tabright_gray.gif") no-repeat right top;
}
.tabs a:hover span {
color:#fff;
}
.tabs a:hover {
	background-position:0% -18px;
}
.tabs a:hover span {
	background-position:100% -18px;
}

.tabs #current a, .tabs #current div, .tabs .current a, .tabs .current div{
background:url("../images/tabcurrent_left.gif") no-repeat left top; margin:0 0 0 2px; border-bottom:1px solid white;
}
.tabs #current a span, .tabs #current span, .tabs .current span, .tabs .current a span {
background: url("../images/tabcurrent.gif") no-repeat right top;
color: #e00202;
}
.tabs #current a:hover span, .tabs .current a:hover span {
color:#925454;
background:url("../images/tabcurrent.gif") no-repeat right top;
}

