.leftmenu {
	position: fixed;
	top: 200px;
	left: 0;
	height: 600px;
	z-index: 990;
	width: 250px;
	display:none;
}

.leftmenu ul{
	height: 600px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.leftmenu ul li{
	position: relative;
	width: 100%;
}
.leftmenu ul li a{
	display: block;
	width: 50px;
	height: 50px;
}

.leftmenu a.lm_1{ background:url(../images/lm1.jpg) no-repeat left top; }
.leftmenu a.lm_2{ background:url(../images/lm2.jpg) no-repeat left top; }
.leftmenu a.lm_3{ background:url(../images/lm3.jpg) no-repeat left top; }

/*.leftmenu a:hover, .leftmenu a.active{
	background-position: left bottom;
}*/

.leftmenu ul li.one .open{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: -250px;
	width:200px;	
	display: block;
	background: #4278be;
}
.leftmenu ul li.two .open{
	position: absolute;
	z-index: 200;
	top: -50px;
	left: -250px;
	width:200px;
	display: block;
	background: #7ba3d6;
}
.leftmenu ul li.three .open{
	position: absolute;
	z-index: 200;
	top: -100px;
	left: -250px;
	width:200px;
	height:450px;	
	display: block;
}
.leftmenu ul li.four .open{
	position: absolute;
	z-index: 200;
	top: -150px;
	left: -250px;
	width:200px;
	height:400px;	
	display: block;
}
.leftmenu ul li .title{
	/*background: #ad000e;*/
	padding: 10px 20px;
	color: #FFFFFF;
}
.leftmenu ul li .title h5{
	font-size: 14px;
	margin-top: 5px;
}
.leftmenu ul li .content{
	/*background: #ad000e;*/
	height: 450px;
	padding: 0px 20px 20px 20px;
	color: #FFFFFF;
	/*display: none;*/
}
.leftmenu ul li .bh{
	height: 160px;
}
.leftmenu ul li .bh2{
	height: 175px;
	line-height: 1.8em;
}
.leftmenu ul li .content a{
	color: #FFFFFF;
	width: auto;
	height: auto;
	display: inline-block;
}
.leftmenu ul li .content .small{
	width: 30px;
}
.leftmenu ul li .content .small2{
	text-align: center;
	max-width: 100%;
}
.leftmenu ul li .content span{
	color: #FFFFFF;
	filter:alpha(opacity=60); 
	-moz-opacity:0.6;
	opacity:0.6;	
}
.leftmenu ul li .content p{
	padding: 5px 0px;
}
.leftmenu ul li .content p em{
	margin: 0px 5px;
}