#tabs ul
{
	background-color						: #4d0d8c; 	
}

#structure_subsite_tabs
{
	list-style								: none;
	margin									: 0;
	padding									: 0;
	float									: right;
}

#structure_subsite_tabs li
{
	font-weight								: bold;
	text-align								: center;
	float		 							: left;
	margin-right							: 2px;
	text-align								: center;
	
}

#structure_subsite_tabs li a
{
	float									: left;
	width									: 8em;
	padding									: 6px 16px 5px 16px;
	background-image						: url(../images/subsite_tab_bg.gif);
	background-repeat						: repeat-x;
	font-weight								: bold;
	text-decoration							: none;
	
}

 #structure_subsite_tabs li a:hover
,#structure_subsite_tabs li.active a
{
	background								: #F8F8F8;
}

