@charset "utf-8";


div.tabStyles   
	{
	float:left;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 2px;
	z-index: 100000;
	background-color: #464646;
	/*
	border-style:;
	border-right-color:#FFF;
	border-top-color: #464646;
	border-bottom-color: #464646;
	border-left-color: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	*/
	}
	



div.tabStyles a:link {
	color:#FFF;
	text-decoration: none;	
	} 
div.tabStyles a:visited  {
	color:#FFF;	color:#FFF;
	text-decoration: none;
	}
div.tabStyles a:hover  {
	color:#FFF;
	text-decoration: underline;
	}
div.tab: a:visited:hover {
	color:#FFF;
	 text-decoration: underline;		
 	 }

