.Tabs
{
	margin-top:5px;
	margin-bottom:5px;
	width: 100%;
	background-image: url("../images/TabBack.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	left: 209px;
	top: 150px;
	/*width:540px;*/
	width:765px;
	font-size: 8pt;
}

.Tabs UL
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 10px;
    padding:0;
    list-style:none;    
}
.Tabs LI
{
    float:left;                
    margin-right:4px;
    background-image: url("../images/TabRight.gif");
    background-repeat: no-repeat;
    background-position: right top;    
}
.Tabs  LI  A
{
    display:block;     
    padding-left:8px;      
    padding-right:8px;      
    padding-top:3px;
    padding-bottom:3px;
    background-image: url("../images/TabLeft.gif");
    background-repeat: no-repeat;
    background-position: left top;    
}
.Tabs LI A:hover
{
	display:block;     
	padding-left:8px;      
	padding-right:8px;      
	padding-top:3px;
	padding-bottom:3px;
	background-image: url("../images/TabLeft.gif");
	background-repeat: no-repeat;
	background-position: left top;    
	background-color: #274A90;
}
.Tabs LI.Active
{
    background-image: url("../images/TabRightActive.gif");
    background-repeat: no-repeat;
    background-position: right top;
}    
.Tabs LI.Active A
{
    background: url("../images/TabLeftActive.gif") no-repeat left top;        
}

.Tabs LI.Active A:hover
{
    background: url("../images/TabLeftActive.gif") no-repeat left top;
	color: #00287B;
}
