/* JQUERY TABS */

#container ul.menu{
	list-style: none;
	list-style-position: outside;
	margin: 0; padding: 0;
}
#container ul.menu li{
	width: 180px;
	height: 20px;
	float: left;
	margin: 0 0px -1px 0px;
	display: block;
	padding: 5px 0 5px 0;
	position: relative;
	color: #666666;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	background-image: url(../graphics/template/tab-lower-bg.png);
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#container ul.menu li.active{
	background: #ffffff;
	top: 0px;
	color: #666666;
	background-image: url(../graphics/template/tab-lower-bg-active.png);
	background-position: left top;
	border: none;
}
.content{
	width: 858px;
	margin: 0px;
	text-align: left;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.content.what-included {	display: block; }
.content.features-explained {	display: none; }
.content.features-detailed { display: none; }
.content.server-details {	display: none; }
.content.network-details {	display: none; }

