#tabs
{
	float: left;
	font-size: 14px; /*Add border strip to bottom of menu*/
}

#tabs ul
{
	list-style-type: none;
	margin: 0;
	margin-left: 0px; /*Left offset of entire tab menu relative to page*/
	padding: 0;
}

#tabs li
{
	display:inline;
	margin: 0;
	padding: 0;
}

#tabs a
{
	float: left;
	background: url(images_new/Tab_left.gif) no-repeat left top;
	margin: 0;
	margin-right: 3px; /*spacing between each tab*/
	padding: 0 0 0 7px;
	text-decoration: none;
}

#tabs a span
{
	float: left;
	display: block;
	background: url(images_new/Tab_right.gif) no-repeat right top;
	padding: 10px 15px 10px 5px;
	text-decoration: none;
	color: #637485;
	font-family: Arial;
	font-weight:bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span
{
	float: none;
}
/* End IE5-Mac hack */

#tabs a:hover span
{
	color: #637485;
}

#tabs ul li.secili a
{
	/*Selected Tab style*/
	background-position: 0 -41px; /*Shift background image up to start of 2nd tab image*/
}

#tabs ul li.secili a span
{
	/*Selected Tab style*/
	background-position: 100% -41px; /*Shift background image up to start of 2nd tab image*/
	color: #004288;
}

#tabs a:hover
{
	/*onMouseover style*/
	background-position: 0% -41px; /*Shift background image up to start of 2nd tab image*/
}

#tabs a:hover span
{
	/*onMouseover style*/
	background-position: 100% -41px; /*Shift background image up to start of 2nd tab image*/
}
