#menu_heading
{
	float: left;
	z-index: 2000;
}
.menu_close
{
	margin-bottom: 70px;
	background-color: #D8D3B0;
	
	overflow: auto;	
	-moz-transform: rotate(90deg);
	padding: .1em .4em;
	cursor: pointer;
	color: White;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;		
	margin-left: -35px;
}

.menu_close_text
{
	float: right;
	text-align: center;
	font-family:Verdana;
	font-size:11px;
	
	overflow: hidden;
	width: 75px;
	height:20px;

	
	white-space: nowrap;
    overflow: hidden;
   
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}	

#menu_body
{
	position: absolute; 
	
	padding-top: 0;
	margin-top: -32px;
	
	margin-left: 24px;
	z-index: 999999;
}

.menu_open
{
	height: auto;
	max-height: 700px;
	width: 250px;
	
	border-top: solid 1px Gray;
	border-right: solid 1px Gray;
	border-bottom: solid 1px Gray;
	
	
	background: White;		
	overflow: auto;		
	padding: 4px;	
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
}
.rightDiv
{
	float: right;
	width: 45%;
	height: auto;
	padding: 5px 5px 5px 5px;
}

