/*--- tabs begin ---*/

.tabs {
	padding-top:30px;
}
.tabs .map { display: none; }
.tabs ul.nav {
	position:relative;
	width:243px;
	float:left;
	padding: 0;
	margin: 0 12px 0 0;
}
.tabs ul.nav li {
	position:relative;
	margin-bottom:4px;
	border-radius:40px;
	list-style: none;
	background: #006039;
}
.tabs ul.nav li a {
	display:block;
	padding-left:14px;
	padding-right:30px;
	font-size:18px;
	line-height:42px;
	color:#fff;
	text-decoration:none
}
.tabs ul.nav li:hover, .tabs ul.nav .selected {
	background: #9C7A41;
}
.tabs ul.nav .selected a, .tabs ul.nav li:hover a {
	color:#fff;
	background:url(marker_tabs.gif) 263px center no-repeat
}
.tabs .tab-content {
	position: relative;
	float:left;
	width:699px;
	margin-left:5px;
}
.tabs .pad_left1 {
	padding-left:47px;
}
.tabs .cols {
	width:468px;
}
.tabs .under1 {
	padding-bottom:12px;
	border-bottom:1px solid #dadada;
	margin-bottom:12px
}
/*--- tabs end ---*/
