
#menu{
	width:760px;
	height:61px;
	float:center;
	background:url(fm_menu_bg.jpg) repeat-x;
}
	#menu ul{
		width:760px;
		margin:0 auto;
		list-style:none;
	}
		#menu li{
	list-style:none;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:61px;
	line-height:61px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
		}
			#menu li a{
				display:block;
				float:left;
				height:61px;				
				color:#99a2b7;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 10px;				
			}
				#menu li a:hover{	
					background:url(fm_hover_bg.jpg) repeat-x;
					color:#fff;
				}
					#menu li a:hover span, #menu li .current span{
						background:url(fm_hover_pointer.jpg) no-repeat top;
						height:61px;
						display:block;
						float:center;
					}
					#menu li .current{
						display:block;
						float:center;
						height:61px;				
						background:url(fm_hover_bg.jpg) repeat-x;
						color:#fff;
						text-decoration:none;
						text-transform:uppercase;
						padding:0 10px;		
					}

