﻿#tabs {
	float: left;
	/*width: 100%;*/
	background: #fff;
}
#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	background: url("/images/g_tabs_left.gif") no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 0 9px;
}
#tabs a {
	float: left;
	display: block;
	background: url("/images/g_tabs_right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font: bold 14px Arial, sans-serif;
	color: #fff;
	background-color: #33C1EF;
}

#tabs a:hover {color: #000;}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#tabs a {float:none;}
	/* End IE5-Mac hack */
	
#tabs #current {
	background-image:url("/images/g_tabs_left_on.gif");
}
#tabs #current a {
	background-image:url("/images/g_tabs_right_on.gif");
	padding-bottom:5px;
	background-color: #62458C;
}








