/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}

#menu{
	width:100%;
	height:41px;
	background:url(../images/fm_menu_bg.jpg) repeat-x;
	cursor:pointer;
	color:#fff;
}
	#menu ul{
		width:100%;
		margin:0 auto;
		list-style:none;
			cursor:pointer;
	}
		#menu li{
			list-style:none;
			display:block;
			float:left;
			font-size:11px;
			font-weight:bold;
			height:41px;
			line-height:41px;
			margin:0 5px;
				cursor:pointer;
		}
			#menu li a{
				display:block;
				float:left;
				height:41px;				
				color:#FFF;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 7px;	
	cursor:pointer;				
			}
				#menu li a:hover{	
					background:url(../images/fm_hover_bg.jpg) repeat-x;
					color:#CCC;
				}
					#menu li a:hover span, #menu li .current span{
						background:;
						height:41px;
						display:block;
						float:left;
					}
					#menu li .current{
						display:block;
						float:left;
						height:41px;				
						background:url(../images/fm_hover_bg.jpg) repeat-x;
						color:#fff;
						text-decoration:none;
						text-transform:uppercase;
						padding:0 7px;		
					}
