﻿div.Tabsheader1
{
	float: left;
	width: 100%;
	height: 36px;
	background: #EDEDED;
	font-size: 93%;
}

div.Tabsheader1 ul
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 36px;
	background: none;
}

div.Tabsheader1 li
{
	
	float: left;
	margin-right: 1px;
	list-style-type: none;
	height: 36px;
	cursor: pointer;
	font-size:14px;
}

div.Tabsheader1 li a
{
	padding: 0px 5px 0px 4px;
	float: left;
	color: #fff;
	line-height: 36px;
	height: 36px;
	text-decoration: none;
    color:#404040;
}

div.Tabsheader1 li.current
{
	background-position: left top;
	position: relative;
	height: 33px;
    border-bottom:3px solid #BD1A2D;
}

div.Tabsheader1 li.current a
{
	background-position: right top;
	color: #BD1A2D;
	font-weight: bold;
	line-height: 36px;
	height: 23px;
}
.Tabsheader_select li{
    border:1px solid #404040;
    border-right:none;
    margin:0;
}
.Tabsheader_select li:nth-last-child(1){
    border-right:1px solid #404040;
}
.Tabsheader_select li.current{
    background:#BD1A2D;
    border:1px solid #BD1A2D;
}
.Tabsheader_select li.current a{
    color:#fff !important;
}