ul {
	list-style: none;
}

.tabs ul {
	color: #c0c0c0;
	font-weight:bold;
	position: relative;
}

.tabs ul li {
	display: inline;
	padding: 2px 6px 2px 6px;
	margin-right: 3px;	
	float: left;
	background-color: #21593d;
	margin-bottom: -1px;
	
}

.box {
	width: 240px;
	min-height: 100px;
	float: left;
	padding: 15px 10px 10px 10px;
	background-color:#ededed;
}

.tabs ul li.selected {
	background-color: #ededed;
}

.tabs ul li.selected a {
color: #000;
}

a {
	text-decoration: none;
	color:  #FFF;
	outline: none;
}

.tabs {
	width: 245px;
	font-size:11px;
	background-color:#c0c0c0;

}

.box br {
	margin-bottom: 8px;
}
