#left_menu {
	/*background-image: url(../images/left_menu_bg.gif);
	background-repeat: repeat-y;*/
	width: 204px;
	height:auto;
	position: relative;

}
#left_menu_top {
	background-image: url(../images/left_menu_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 21px;
	width: 204px;
	text-indent: -9999px;
}


#left_menu_content {
	/*background-image: url(../images/left_menu_bg.gif);
	background-repeat: repeat-y;*/
	/*background-position: top;*/
 	/*min-height:260px;
	height:auto !important;
	height:260px;
	padding-top: 5px;*/
	/*overflow: hidden  !important; *//*-- for Firefox and Opera*/
	/*overflow: visible;*/
	/*width: 1000px !important;*/  /*-- for Firefox and Opera -- enlarge the container for menu open*/
	width: 204px;
	/*position: absolute;*/
	
}


#left_menu_content ul {
	/*border: 1px solid #f0f0f0;*/
	width: 204px;
/*	height:260px;*/
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	
}
#left_menu_content li {

	float:left;
	width: 204px;
}


.left_menu_megagame {
	background-image: url(../images/left_menu/menu_left_bt.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	z-index:0;
	overflow: visible;

}

.left_menu_megagame_open {
	background-image:url(../images/left_menu/menu_left_bt_open_bg.gif);
	background-repeat:no-repeat;
	width:204px;
}

#left_menu_content a {
	display: block;
	/*height: 30px;*/
	margin: 0px;
	/*width: 195px;
	font-family: Trebuchet MS,  Arial,Tahoma, sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;	/*text-indent: -9999px;*/
	color: #00a6eb;
	padding-left: 15px;
	line-height: 30px;
}


#left_menu_content .left_menu_open_game {
	margin-top:-5px;
}


#left_menu_content .left_menu_open_game li {
	/*line-height: 14px;*/
	background-image: url(../images/left_menu/menu_left_gama_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	/*min-height: 23px;
	height:auto !important;
	height: 23px;*/
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	width:204px;
}



#left_menu_content .left_menu_open_game a {
	background-image: url(../images/left_menu/arrow_blue_light.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: auto;
	line-height: 12px;
	/*padding-bottom: 2px;*/
	padding-top: 3px;
	padding-right:5px;
	padding-bottom: 2px;
	padding-left:25px;
	display:block;
	
}

#left_menu_content .left_menu_open_game a:hover {
	color:#E60004;
}

li.left_menu_megagame:hover,
li.left_menu_megagame.iehover {
	background-image:url(../images/left_menu/menu_left_bt_over_bg.gif);
	
}

#left_menu_content .left_menu_megagame a:hover {
	color:#FFFFFF;
}


#left_menu_content .left_menu_open_game .last_cell {
	background-image:url(../images/left_menu/menu_left_open_down_bg.gif);
	height:5px;
	width:195px;
}

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

#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: 203px;
	/*min-height: 23px;
	height:auto;*/
	/*z-index:1;*/
	background-image:url(../images/left_menu/left_menu_open_cel_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:5px;	
}
#left_menu_content .left_menu_open a {
	width:170px;
	background-image: url(../images/square_red.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	text-indent: 0px;
	padding-left: 20px;
	/*width: auto;*/
	height: auto;
	color: #00a6eb;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	/*font-family: Trebuchet MS, Tahoma, Arial, sans-serif;*/
	line-height: 14px;
	display: block;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f0f0f0;
}
#left_menu_content .left_menu_open .first_cell {
	background-image:url(../images/left_menu/left_menu_open_cel_first_bg.gif);
	background-position: top left;
	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 {
	background-image:url(../images/left_menu/left_menu_open_down_bg.gif);
	background-position:top;
	height:3px;
	margin-left: -2px;
	width:203px;
}
#left_menu_content .left_menu_open a:hover {
	color:#E60004;
}
.left_menu_open_cel_first {
	padding-left: 10px;
	padding-top: 5px;
	height: 30px;
}


#left_menu_down {
	background-image: url(../images/left_menu/left_menu_down.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
	width: 195px;
}


