/* --------------- box_menu ------------------------ */
#box_menu {padding:0px;}
#box_menu li.last{
	background:none;
}
#box_menu li{
	margin:0px;
	padding:0px;
	padding-bottom:2px;
}
#box_menu li a{
	display:block;
	line-height:35px;
	width:213px;
	background:url(../images/menu_left.jpg) left no-repeat;
	padding-left:40px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#box_menu li a:hover{
	background:url(../images/menu_left_act.jpg) left no-repeat;
}
#box_menu li a.current{
	background:url(../images/menu_left_act.jpg) left no-repeat;
}