﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.tab_selector
{
	/*position:relative;*/
    /*left:-40px;
	/*z-index:6;*/
}

/* IE6 HACK */
* html #tab_selector ul
{
	bottom:-10px;
	margin-top:-28px;
}
/* IE7 HACK */
*:first-child+html  #tab_selector ul 
{
	bottom:-10px;
	margin-top:-28px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tab_selector span
{    
	/* background:url("../images/tab_selector/nav-tab-left.png") no-repeat left top; */
	padding:2px 4px 2px 2px;
	background-color: #369;
	color: #ffffff;
	border: solid 1px black;
	width:auto;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tab_selector a
{
	/* background-image:url("../images/tab_selector/nav-tab-right.png") no-repeat right top; 
	padding:0px 0px 0px 0px;*/
	margin:0 -3px 0 0px;	
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	background-color: #369;
	color: #ffffff;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tab_selector a.current span
{
	text-decoration: none;
	background-color: white;
	border: solid 1px black;
	color:#369 ;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tab_selector a:hover span, #tab_selector a:focus   span
{
	background-color: white;
	color:#369 ;
}
