#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	list-style:none;
}
#menu li a, #menu li a:hover, #active_menu-nav {
	font-family:"Trebuchet MS",Tahoma;
	font-size: 13px;
	float: left;
	display: block;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width:155px;
	margin-top:3px;
}
#menu li a, #menu li a:hover, #active_menu-nav {
	background:url(menu.png) no-repeat center;
	ackground-color:#0055AA;
}
#menu li a:hover, #active_menu-nav {
	color:#000000;
}