#main_sidemenu {	
	position:fixed;		
	top:-100;
	left:-100;
	width:870px;
	height:159px;		
	overflow:visible;		
	z-index:99999999999999500000;
	display:none;
}

#main_sidemenu .side_menu_button {
	/*background:url(../images/standard/menu/menu_light_open.png) repeat-x;*/
	width:30px;
	z-index:9999999999999999999999;
	height:83px;
	margin-top:38px;
	margin-right:-20px;
	float:right;	
	color:#1f262c;
	border-bottom: 0;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 4px -3px #000, 0px 0px 20px -5px #000;
	-moz-box-shadow: inset 0px 0px 4px -3px #000, 0px 0px 20px -5px #000;
	box-shadow: inset 0px 0px 4px -3px #000, 0px 0px 20px -5px #000;
		
}



#main_sidemenu .main_sidemenu_shadow {
	background:url("../images/standard/menu/menu_right.png") no-repeat;
	width:37px;
	height:159px;
	margin-right:-37px;
	float:right;
	
}

#main_sidemenu .plusminus {
/*	background:url(../images/standard/menu/open_close_button.png) no-repeat;	*/
	background-position:left top;
	width:36px;
	height:40px;
	position:absolute;
	margin-top:81px;
	margin-left:17px;			
	cursor:pointer;	
}

#main_sidemenu .updown {
/*	background:url(../images/standard/menu/go_top.png) no-repeat;	*/
	background-position:left top;
	width:36px;
	height:40px;
	position:absolute;
	margin-top:41px;
	margin-left:17px;			
	cursor:pointer;	
}

#main_sidemenu .menu{
	float:left;	
    width:auto;
	height:auto;
	margin-top:17px;	
	margin-right:20px;
	
}

#main_sidemenu  .menu ul{
	float:right;
	list-style:none; 
	margin-bottom:0px;
		padding-bottom:6px;
}

#main_sidemenu .menu ul li{	
	color:#74c5ed;
	font-size:16px;
	float:left;	
	cursor:pointer;
	border:none;
	padding-bottom:6px;
	/*background:url(../images/standard/menu/toolbar_separator_2.png) 0 0px no-repeat;*/
}

#main_sidemenu .menu ul >li:hover{
	color:#fff;
	border:none;
	padding-bottom:6px;
}


#main_sidemenu .menu ul >li .selected{
	color:#fff;
	border:none;
	padding-bottom:6px;
}

.sidemenu_lightbox_overlay{
	width:100px;
	height:100px;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#fff;
	z-index:400000;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
	position:fixed;
	
}
