/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:100%;	
}
.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;
	height: 134px;	/*content height*/
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 21px;
}
/* Handle*/
.handle{
	float: left;
	width: 31px;
	height: 180px;/*whole content height*/
	margin: 1px;
	margin-right: -10px;
	background:  url(images/blade.png) no-repeat;
}
/*.handleOver{	
	background: url(../images/blade_sel.png) no-repeat;
}
.handleSelected{	
	background: url(../images/blade_sel.png) no-repeat;
}
*/
.menubg
{
background:  url("images/menubg.jpg") no-repeat;
width:680px;
height:180px;/*whole content height*/
}
.menubdr
{
border:1px solid #D6FD30;
}
.exp
{
  font-family: Futura LtCn BT;
  font-size: 20px;
  color: #ffffff;
  font-weight : bold;
 padding-left:5px; 
  
}