

#menuleft{
text-align: left;
line-height:20px;
text-decoration:none;
padding-right: 15px;
}

#left ul{
 margin: 0px;
 padding:0px;
} 

#menuleft strong{
font-size:15px;

}


#menuleft li{
width:160px;
list-style: none;
list-style-type: none;
font-size:12px;
text-align: left;
}

#menuleft a#unpress{
	display: block;
	height: 21px;	
	background: url(../pics/nav/vn_but.png) no-repeat  bottom;
}

#menuleft a#unpress:hover{
	display: block;
	height: 21px;
	font-weight:normal;	
	color: #000000;
	background-position: right -21px;
}

 #menuleft a#pressed{
	display: block;
	height: 21px;
	font-weight:normal;	
	color: #56A8E1;
	background: url(../pics/nav/vn_but.png) no-repeat top;
	}

#menuleft a#pressed:hover{
	display: block;
	height: 21px;	
	font-weight:normal;	
	color: #77BADB;
	background: url(../pics/nav/vn_but.png) no-repeat right -21px;	
}