
#menu {
    display:table;
	height: 35px;
	background: url("images/menu_bk.gif") ;
	float: none;
	list-style: none;
	margin:0 auto;
	text-align:center;
	padding: 0px 0px 0px 0px;
	width: 800px;

}



#menu li {
	float: left;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	padding: 0px 0px 0px 1px;
    margin:0 auto;
	text-align: center;
}


#menu a {
    display:block;
	background: url("images/menu_bk.gif") ;
	color: #ccc;
	display: block;
	float: left;
	padding: 8px 26px 0px 26px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #01843E url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
