﻿#menuleft
{
	background-position: 50% bottom; 
	width: 20px; 
	background-image: url('Line.png'); 
	background-repeat: repeat-x;
}
#menumid
{
	background-image: url('Line.png'); 
	background-position: 50% bottom; 
	background-repeat: repeat-x;
}
#menuright
{
	background-position: 50% bottom; 
	width: 20px; 
	background-image: url('Line.png'); 
	background-repeat: repeat-x; 
	text-align: right;
}
.ttabsunselectcenter
{
	width:129px;
}
.tabsunselectcenter
{
	white-space: nowrap; 
	background-repeat: repeat-x;
	background-image:url('UnSelectedCenter.png');
	/*min-width:88px;*/
	text-align:-moz-center!important;
	text-align:center;
	width:100%;
}
.ttabsselectcenter
{
	width:129px;
}
.tabsselectcenter
{
	white-space: nowrap; 
	background-repeat: repeat-x;
	background-image:url('SelectedCenter.png');	
	/*min-width:88px;*/
	text-align:-moz-center!important;
	text-align:center;
	width:100%;
}

a
{
    font-family: Tahoma;
    font-size: 7pt;
    font-weight:bold;
    color: #464749;   
    text-decoration:none;      
}