/*
Eujazz.com
Tabs stylesheet
By Pixelpanic.be (edited 29-08-2006)
*/

.tabs {
	padding: 5px 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
}
.tabs li {
	display: inline;
	margin: 0;
}
.tabs li a {
	text-decoration: none;
	padding: 5px 8px;
	margin-right: 2px;
	color: #94928A;
	background: url(../img/tabs.png);
	border: 1px solid #D5D3C8;
	border-bottom: 1px solid #fff;
}
.tabs li a:hover, .tabs li a:active {
	text-decoration: none;
	color: #990000;
	background: url(../img/tabs.png) 0 36px;
}
.tabcontent{
	border: 1px solid #D5D3C8;
	padding: 3px;
	height: 240px;
}
#static {
	display: none;
}
#staticmap {
	width: 382px;
	height: 240px;
	background: url(../img/static.png) no-repeat;
	padding-top: 165px;
}
#staticmap span {
	display: none;
}
#staticmap div a {
	width: 120px;
	height: 75px;
	background: url(../img/enlarge.png) no-repeat;
	display: block;
}
#staticmap div a:hover, #staticmap div a:active {
	background: url(../img/enlarge.png) no-repeat 0 -75px;
}