#left_menu { width: 160px; height:auto; position: relative; }
#left_menu_top {
	height: 25px;
	width: 160px;
	text-indent: -9999px;
}


#left_menu_content {
	width: 160px;
}


#left_menu_content ul {
	width: 160px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#left_menu_content li {

	float:left;
	width: 160px;
}


.left_menu_megagame {
	position: relative;
	z-index:0;
	overflow: visible;

}

.left_menu_megagame_open {
	width:160px;
}

#left_menu_content a {
	display: block;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}
#left_menu_content .left_menu_open_game li {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}



#left_menu_content .left_menu_open_game a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height: 12px;
	padding-top: 7px;
	padding-right:5px;
}

#left_menu_content .left_menu_open_game a:hover {
	/*color:#d39c00;*/
}

li.left_menu_megagame:hover,
li.left_menu_megagame.iehover {
}


#left_menu_content .left_menu_open_game .last_cell {
	height:5px;
	width:160px;
}

#left_menu_content .left_menu_open {
	position: absolute;
	left: 160px;
	top: 0px;
	text-align: left;
	visibility: hidden;
	z-index:100;
	overflow:visible;
	padding: 0px;
	margin: 0px;
}

#left_menu_content li:hover .left_menu_open,
#left_menu_content li.iehover .left_menu_open { visibility: visible; }



#left_menu_content .left_menu_open li { width: 160px; }
#left_menu_content .left_menu_open a {
	text-indent: 0px; 
	padding: 2px 3px 3px 20px; 
	width: auto; height: auto; color: #01455e; 
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	line-height: 14px;
	display: block;
	margin: 0px !important;
	background-color: #F1DFBB;
	color: #333;
}
#left_menu_content .left_menu_open .first_cell {
	height:auto;
}
#left_menu_content .left_menu_open .first_cell a {
 	padding-top: 10px;
	background-position: 10px 15px;
}

#left_menu_content .left_menu_open .last_cell {
	height:3px;
}
#left_menu_content .left_menu_open a:hover {
	color: #fff;
	background-color: #EF5E28;
}
.left_menu_open_cel_first {
	padding-left: 10px;
	padding-top: 5px;
	height: 30px;
}


#left_menu_down {
	height: 5px;
	width: 160px;
}

.menu_top_cell
{
	background: #000;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	height: 25px;
}