
	/* CSS Document */
	
ul.menu { list-style: none; list-style-position: outside; float:right; }
ul.menu li{
	float:left; 
	margin:-2px 0 0 0;
	display: block;
	padding: 5px;
	margin-bottom:0;
	position: relative;
	color: #CCCCCC;
	cursor: pointer;
	font-size:12px;
	font-weight:bold;
}
ul.menu li.active{
	color: #666666;
}

.oneTab, .twoTab, .threeTab, .fourTab  { 
	width:352px; 
	}

.oneTab { display: block; }
.twoTab { display: none; }
.threeTab { display: none; }
.fourTab { display: none; }