/* CSS Document */

#tabs {
	background-color: #8cc0e8;
	border-bottom: 1px solid #000000;
	}

	#tabs .content {
		padding: 0 10px;
		}

#tabs ul {
	list-style-type: none;
	}

	#tabs ul li {
		float: left;
		padding: 3px 10px;
		}


	#tabs ul li.active {
		background-color: #0096d6;
		}

	#tabs ul li a {
		color: #ffffff;
		font-weight: normal;
		}

	#tabs ul li a:hover {
		text-decoration: underline;
		}