@charset "utf-8";
/* CSS Document */

#tabs{font-size:15px;margin:20px 0;}

#tabs ul{
	float:left;
	width:900px;
	margin: 0px;
	padding: 0px;
}#tabs li{
	margin-left:8px;
	list-style:none;
}* html #tabs li{
	display:inline;
	color: #CCC;
}#tabs li,#tabs li a{
	float:left;
	color: #CCC;
}#tabs ul li.active{
	color: #CCC;
	background-image: url(layout/topmenu.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CD8D3F;
	border-right-color: #CD8D3F;
	border-left-color: #CD8D3F;
}#tabs ul li.active a{
	color:#CCCCCC;
}#tabs div{
	clear:both;
	padding:15px;
	min-height:200px;
	color: #CCC;
	border: 1px solid #CCC;
}#tabs div h3{margin-bottom:12px;}#tabs div p{line-height:150%;}#tabs ul li a{
	text-decoration:none;
	padding:8px;
	color:#CCC;
	font-weight:bold;
}
