*{
	margin:0;
	padding:0;
}
#menu{
	width:100%;
	height:61px;
	background:url(images_/fm_menu_bg.jpg) repeat-x;
}
	#menu ul{
	width:100%;
	list-style:none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	}
		#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: 1px;
	margin-bottom: 0;
	margin-left: 1px;
		}
			#menu li a{
	display:block;
	float:left;
	height:61px;
	color:#99a2b7;
	text-decoration:none;
	text-transform:uppercase;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(images_/fm_menu.jpg);
	background-repeat: no-repeat;
	background-position: center;
			}
				#menu li a:hover{	
					background:url(images_/fm_hover_bg.jpg) repeat-x;
					color:#fff;
				}
					#menu li a:hover span, #menu li .current span{
	height:61px;
	display:block;
	float:left;
	background-image: url(images_/fm_hover.jpg);
	background-repeat: no-repeat;
	background-position: top;
					}
					#menu li .current{
	display:block;
	float:left;
	height:61px;
	background:url(images_/fm_hover_bg.jpg) repeat-x;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
					}

