﻿#menu {
	position:				absolute;
	width:					332px;
	height:					150px;
	top:					50%;
	left:					300px;
	margin-left:			-300px;
	margin-top:				-180px;
	border:					none 0;
	z-index:				9999;
	overflow:				visible;
}


#menu_container {

	position:				absolute;
	width:					332px;
	height:					150px;
	left:					0px;
	top:					0px;
	overflow:				hidden;

}

#menu_slider {
	width:					328px;
	height:					150px;
	margin-left:			-299px;
	background-image:		url(/Include/Images/bg_menu_left_b2.png);
	background-repeat:		no-repeat;
	background-position:	right top;
}

#menu_handle {
	width:					28px;
	height:					142px;
	float:					right;
}

#menu_content {
	width:					280px;
	height:					120px;
	margin-top:				0px;
	margin-right:			10px;
	float:					right;

}


#menu_main a
{

    color:White;
}

#menu_main{
 width:250px;
 padding:10px;
 list-style:none;

}

#menu_main li
{
    float:left;
    width:50%;
    line-height:25px;
}
