.tabs
{
	float:left;
	line-height:normal;
	width:728px;
	overflow:hidden;
	height:40px;
}
.tabs ul
{
	background:#e0e0e0;
	margin:0;
	padding:0;
	list-style:none;
}
.tabs li
{
	float:left;
	background:#e0e0e0 url('/CMSBritSoc/Images/tab_right.gif') no-repeat right top;
	margin:0;
	padding:0;
	width:91px;
	height:40px;
	display:block;
	overflow:hidden;
}
.hover
{
	background:#eFeFeF url('/CMSBritSoc/Images/tab_right_hover.gif') no-repeat right top !important;
	color:#000000 !important;
}
.hover a
{
	background:url('/CMSBritSoc/Images/tab_left_hover.gif') no-repeat left top !important;
	color:#000000 !important;
} 
.tabs a
{
	display:block;
	background:url('/CMSBritSoc/Images/tab_left.gif') no-repeat left top;
	padding: 10px 2px;
	text-align:center;
	font-family:Arial, Gill Sans MT, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:normal !important;
	height:30px;
}
.tabs a:link
{
	color:#000000;
	display:block;
	padding: 10px 2px;
	text-align:center;
	font-family: Arial, Gill Sans MT, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:normal !important;
	text-transform:uppercase;
	height:30px;
}
.tabs a:visited
{
	color:#000000;
	display:block;
	padding: 10px 2px;
	text-align:center;
	font-family: Arial, Gill Sans MT, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:normal !important;
	text-transform:uppercase;
	text-decoration:none;
	height:30px;
}
.tabs a:hover
{
	display:block;
	padding: 10px 2px;
	text-align:center;
	font-family: Arial, Gill Sans MT, Helvetica, sans-serif;
	font-size:7pt;
	font-weight: normal !important;
	text-transform:uppercase;
	text-decoration:none;
	height:30px;
}
.tabs li.current
{
 	background:#eFeFeF url('/CMSBritSoc/Images/tab_right_hover.gif') no-repeat right top !important;
	color:#000000 !important;
}
.tabs li.current a
{
    background:url('/CMSBritSoc/Images/tab_left_hover.gif') no-repeat left top !important;
	color:#000000 !important;
}
