#menu {
	width:100%;
	height:27px;
	/*background:url(../images/fm_menu_bg.jpg) repeat-x;*/
	/*background-color:#643f2b;*/
	margin-left:auto;
	margin-right:auto;
}
#menu ul {
	width:85%;
	margin:auto;
	list-style:none;
}
#menu li {
	list-style:none;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:32px;
	line-height:41px;
	margin:0px;
}
#menu li a {
	display:block;
	float:left;
	height:32px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 20px;
}
#menu li a:hover {
	/*background:url(../images/fm_hover_bg.jpg) repeat-x;*/
	/*background-color:#463634;*/
	text-decoration:underline;
	color:#463634;
}
#menu li a:hover span, #menu li .current span {
	background:url(../images/fm_hover_pointer.jpg) no-repeat top;
	height:32px;
	display:block;
	float:left;
}
#menu li .current {
	display:block;
	float:left;
	height:32px;
	/*background:url(../images/fm_hover_bg.jpg) repeat-x;*/
	/*background-color:#463634;*/
	color:#463634;
	text-decoration:underline;
	text-transform:uppercase;
	padding:0 20px;
}

