/*
	This is the style sheet information for the tabs 
*/

/*
	The user has the ability to change the tabs backround to any image you which to match
	your desired look for the design
*/

#tabs li{
	float:left;
	background:transparent url(../images/search/tableft1.gif) no-repeat scroll left top;
	float:left;
	margin:0;
	padding:0 0 0 4px;
}

.sel{
	background:transparent url(../images/search/tabright1.gif) no-repeat scroll right top;
	color:#848485;
	display:block;
	padding:9px 15px 7px 6px;	
}

.sel a:hover{
	display:block;
}


.TabConsole{
	/*background-color:#00FFFF;
	border:groove thin black;*/
	padding:10px;
	margin-top:0px;
	width:95%;
	border-top:1px solid #CCCCCC;
}
