﻿.tab_ul
{
	clear:both;
	float:left;
	list-style :none; 
	width:auto; 
	height:37px;
	line-height:37px;
	vertical-align:middle;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.tab_ul a
{
	text-decoration:none;
	color:white;
}				

.tab_ul .item
{
	float:left;
	width:auto;
	padding:0px 1px 0px 1px;
	text-align:center;
}
.left_of_tab{

	float:left;
	background-image:url('/images/tab/left_of_tab_unselected_light_blue.png');
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:23px;
	padding-right:12px;	
	width:auto;
	height:37px;
}

.left_of_tab:hover
{
	/*background-image:url('/images/tab/left_of_tab_over.png');*/
	
}

.right_of_tab:hover			
{
	/*background-image:url('/images/tab/right_of_tab_over.png');*/

}

.right_of_tab{
	float:left;
	background-image:url('/images/tab/right_of_tab_unselected_light_blue.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	width:13px;
	height:37px;
}