#menu {
	margin: 6px auto 0px;
	text-align: center;
	border-top: thin solid #2D2A21;
	width: 580px;














}
#menu ul {
	list-style: none;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	background-image: url(../images/menus/button1.gif);




}

#menu li {
	display: inline;


}

#menu a {
	padding-left: 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 8px;
	margin: 0px;
	font-family: "Trebuchet MS";
	text-align: center;
	background-image: url(../images/menus/menu4.gif);
	background-position: left top;
	line-height: 18px;
	padding-bottom: 2px;










}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20px;
	padding-bottom: 2px;
	background-image: url(../images/menus/menu4.gif);
	background-position: center bottom;














}
