@charset "UTF-8";
/* CSS Document */

#menu { padding: 0 0 0  0; position: absolute; z-index: 9999; }

#menu li { display: inline-block; border: none; }

#menu li a {
	background: #FFF;
	padding: 10px;
	margin: 0 0 0 10px;
	float: left;
	border: 1px solid #DDD;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
	#menu li a:hover {
		background: #fff;
		padding: 10px;
		margin: 0 0 0 10px;
		float: left;
		border: 1px solid #999;
		border-bottom: 1px solid #DDD;
		text-decoration: none;
		color: #000;
		font-weight: bold;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-radius-bottomright: 5px;
		-webkit-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		}

#menu li.active a {
	cursor: default;
	border-bottom: 1px solid #F9F9F9;
	background: #F9F9F9;
	}
	#menu li.active a:hover {
		cursor: default;
		border: 1px solid #DDD;
		border-bottom: 1px solid #F9F9F9;
		background: #F9F9F9;
		}

.content {
	float: left;
	clear: both;
	border-top: 1px solid #DDD;
	background: #f9f9f9;
	padding: 30px 20px 20px 20px;
	width: 878px;
	margin: 54px 0 0 0;
	}