/* @override http://mothersofbadboys.dashbee.com/styles/tabs.css */

    

#tabs{

float:left;

width:100%;

line-height: normal;

	height: 20px;

	margin-top: 13px;

	font-size: 13px;

}



#tabs ul{

list-style-type: none;

margin:0;

margin-left: 5px; /*Left offset of entire tab menu relative to page*/

padding:0;

}





#tabs li{

float:left;

background:url(../imagess/glowtab-left.gif) no-repeat left top;

margin:0;

margin-right: 5px; /*spacing between each tab*/

padding:0 0 0 9px;

text-decoration:none;
display:inline;


}



#tabs a{

float:left;

display:block;

background:url(../imagess/glowtab.gif) no-repeat right top;

padding: 4px 16px 2px 6px;

color:#white;
text-decoration:none;

}



/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabs a span {float:none;}

/* End IE5-Mac hack */



#tabs a:hover  {

color: #gray;

}



#tabs #current li{ /*Selected Tab style*/

background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/

}



#tabs #current a{ /*Selected Tab style*/

background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/

color: black;
}



#tabs a:hover {
	text-decoration: none;
}





#tabs .search{

	width: 187px;

	float: right;

}

#tabs .search input{

	float: left;

	margin-left: 5px;

}



#tabs .search input.field{

	border: 1px solid #f8a400;

	padding: 1px 1px 1px 5px;

}
