/* CSS Document */
#leftMenu {
	display: none;
	z-index: 100;
	top: 350px;
}


.left_menu ul{
	list-style: none;
}
.left_menu li{
	font: bold 11px Arial, Helvetica, sans-serif;
	list-style: none;
	background: url(../site_img/left_menubg.gif) repeat-x top left #eff2f5;
	border-top: 1px solid #bccad3;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 1px;
	width: 185px;
}
.left_menu li a{
	color: #565656;
	text-decoration: none;
/*	background: url(../site_img/arw_blue.gif) no-repeat 8px 9px;*/
	padding: 5px 5px 5px 18px;
	display: block;
	width: 162px;
}
.left_menu li a:hover{
	color: #1a87df;
}

div.hnMnu a {
	width: 165px;
}

.left_menu li a.arw_menu {
	background:  url(../arw2.gif) no-repeat right center;
}
.left_menu li a span.arw_menu {
	background: url(../arw2.gif) no-repeat right center;
	width: 200px;
}
.arw_leftmenu {
	position: absolute;
	margin: 5px 0 0 170px;
	background: url(../arw2.gif) no-repeat right center;
	height: 15px;
	width: 20px;
	z-index:0;
}



/*  Orignal CSS*/

/*
.left_menu ul{
	list-style: none;
}
.left_menu li{
	font: bold 11px Arial, Helvetica, sans-serif;
	list-style: none;
	background: url(../site_img/left_menubg.gif) repeat-x top #eff2f5;
	border-top: 1px solid #bccad3;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 1px;
}
.left_menu li a{
	color: #565656;
	text-decoration: none;
	background: url(../site_img/arw_blue.gif) no-repeat 8px 9px;
	padding: 5px 5px 5px 18px;
	display: block;
}
.left_menu li a:hover{
	color: #1a87df;
}

*/


