*{
	margin:0;
	padding:0;
}
#menu{
	width:1002px;
	padding-left: 22px;
	margin:0;
}
#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	margin:0 0;
	width: 140px;
	text-align: center;
}
#menu li a{
	display:block;
	float:left;
	height:25px;
	color:#232f84;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:url(images/menu_009_l.png) no-repeat left;
	line-height:25px;
	padding:0 0 0 0;
	text-decoration:none;
	width: 140px;
}
#menu li a span{
	display:block;
	float:left;
	background:url(images/menu_009_r.png) no-repeat right;
	height:25px;
	color:#0071bc;
	line-height:25px;
	padding:0 0 0 0;
	width: 140px;
}
#menu li a:hover{
	display:block;
	float:left;
	background:url(images/menu_009_h_l.png) no-repeat left;
	height:25px;
	width: 140px;
}
#menu li a:hover span{
	display:block;
	float:left;
	background:url(images/menu_009_h_r.png) no-repeat right;
	color:#232f84;
	height:25px;
	width: 140px;
	cursor: pointer;
}
#menu li a.current{
	display:block;
	float:left;
	height:25px;
	color:#232f84;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:url(images/menu_009_h_l.png) no-repeat left;
	line-height:25px;
	padding:0 0 0 0;
	text-decoration:none;
	width: 140px;
}
#menu li a.current span{
	display:block;
	float:left;
	background:url(images/menu_009_h_r.png) no-repeat right;
	height:25px;
	color:#232f84;
	line-height:25px;
	padding:0 0 0 0;
	width: 140px;
}
