/* hide container until all is ready */
.test, .test2, .test3, .test4 { display: none; }
/*Main Container*/

.container ul { list-style-type: none; margin: 0; padding:0; }
.container li { display: inline; margin: 0px; padding:0px; }
/*Content Container*/
.contentContainer { padding-left: 0px; float: left; width:0px; overflow:hidden; }
.contentWrapper { }
.contentInnerWrapper { text-align: justify; padding: 10px; }
/* Handle*/
.handle {
	float:left;
	width: 30px;
	background: #999966;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#036
}
.handleOver, .handleSelected {
	width:35px;
	/*background-color:#630*/
}

 .test4 .handle { float: left; width: 30px; text-align:center; font-size: 10px; }

.slidemenutable td {
	width:200px;
	height:15px;
	border-bottom:1px outset;
	border-bottom-color: #06C
}
.handleOver, .handleSelected, .contentContainer, .handle, .handle3 , .test4 .handle, .contentContainer3{ height:130px}

