/*

Tabmenü: http://exploding-boy.com/images/cssmenus/

*/


#tabs4 {
	/* border-bottom: 1px solid #6B78A9; */
	float: left;
	font-size: 11px;
	line-height: normal;
	width: 100%;
/*	margin-top:100px;*/
margin-top:-34px;
}

#tabs4 a {
	background: transparent url(tableft4.gif) no-repeat scroll left top;
	float: left;
	margin: 0pt;
	padding: 0pt 0pt 0pt 7px;
	text-decoration: none;
}

#tabs4 a span {
	background: transparent url(tabright4.gif) no-repeat scroll right top;
	color: #677748;
	font-weight: bold;
	display: block;
	float: left;
	padding: 5px 15px 4px 6px;
}

#tabs4 a span {
	float: none;
}

#tabs4 a:hover {
	background-position: 0% -42px;
}

#tabs4 a:hover span {
	color: #6B78A9;
}

#tabs4 a:hover span {
	background-position: 100% -42px;
}

#tabs4 li {
	display: inline;
	margin: 0pt;
	padding: 0pt;
}

#tabs4 ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 12px 10px 0pt 220px;
}