/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#666;		
}
#menu{
	width:100%;
	height:30px;
	background:url(images/fm_menu_bg.jpg) repeat-x;
}
	#menu ul{
		width:90%;
		margin:0 auto;
		list-style:none;
	}
		#menu li{
			list-style:none;
			display:block;
			float:left;
			font-size:14px;
			font-weight:bold;
			height:30px;
			line-height:30px;
			margin:0 5px;
		}
			#menu li a{
				display:block;
				float:left;
				height:30px;				
				color:#ffffff;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 6px;	
				cursor:hand;			
			}
				#menu li a:hover{	
					background:url(images/fm_hover_bg.jpg) repeat-x;
					color:#C0C55F;
				}
					#menu li a:hover span, #menu li .current span{
						background:url(images/fm_hover_pointer.jpg) no-repeat top;
						height:30px;
						display:block;
						float:left;
					}
					#menu li .current{
						display:block;
						float:left;
						height:30px;				
						background:url(images/fm_hover_bg.jpg) repeat-x;
						color:#C0C55F;
						text-decoration:none;
						text-transform:uppercase;
						padding:0 6px;		
					}

