/* Tabs */
div#tabs {
	background: transparent url(../images/final/tabs_back.png) bottom left repeat-x;
	height: 28px;
	float: left;
	margin: 30px 0 0 0;
	width: 100%;
}
div#tabs span {
	float: right;
	font-size: 0.9em;
	background: white;
}
div#tabs ul {
	padding: 0;
	margin: 0 0 0 10px;
}
div#tabs ul li {
	float: left;
	list-style: none;
	line-height: 28px;
	padding: 0;
	margin: 0 6px 0 0;
	background: transparent url(../images/final/notactive_right.png) top right no-repeat;
}
div#tabs ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/final/notactive_left.png) top left no-repeat;
	padding: 0 8px;
	font: bold 0.9em/28px Arial, Helvetica, sans-serif;

}
div#tabs ul li.selected {
	background: url(../images/final/active_right.png) top right no-repeat;
	color: #333333;
}
#navigation li a:hover
{
	background: url(../images/final/active_right.png) top left no-repeat top right no-repeat;
	color:#FFCC99;
}
div#tabs ul li.selected a {
	background: transparent url(../images/final/active_left.png) top left no-repeat;
	color: #333333;
}