/* CSS Document */
#leftMenu {
	display: none;
	z-index: 100;
	top: 350px;
}
.left_menu{
	padding: 0 0 10px 0;
}
.left_menu .top_rgt{
	background:url(../pmsoft_img/block/lftmenu_top_rgt.gif) no-repeat right top;
}
.left_menu .top_rgt div{
	background:url(../pmsoft_img/block/lftmenu_top_lft.gif) no-repeat left top;
	height: 10px;
}
.left_menu .mid{
	border-left: 1px solid #dedccf;
	border-right: 1px solid #dedccf;
	width: 176px;
	padding: 0 10px;
}				 
.left_menu .btm_rgt{
	background:url(../pmsoft_img/block/lftmenu_btm_rgt.gif) no-repeat right top;
}
.left_menu .btm_rgt div{
	background:url(../pmsoft_img/block/lftmenu_btm_lft.gif) no-repeat left top;
	height: 10px;
}			 
.left_menu ul{
	list-style: none;
}
.left_menu li{
	background:url(../pmsoft_img/bul1.gif) no-repeat left 10px;
	font: bold 11px Arial, Helvetica, sans-serif;
	list-style: none;
	border-bottom: 1px solid #dee3e7;
}
.left_menu li.nobdr{
	border-bottom: 0;
}
.left_menu li a {
	color: #565656;
	text-decoration: none;
	padding: 5px 5px 5px 18px;
	display: block;
}
.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;
}
.arw_leftmenu {
	position: absolute;
	margin: 5px 0 0 120px;
	background: url(../arw2.gif) no-repeat right center;
	height: 15px;
	width: 20px;
	z-index:0;
}



