﻿/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
#menu{
		margin-left:auto; 
		margin-right:auto;
		width: 940px;
		height:41px;
		background:url(../Images/fm_menu_bg.jpg) repeat-x;
		position:relative;
		top:160px;
		z-index:50;
}
	#menu ul{
		width: 90%;
		margin-left:auto; 
		margin-right:auto;
		list-style:none;
	}
		#menu li{
			list-style:none;
			display:block;
			float:left;
			font-size:13px;
			font-weight:bold;
			height:41px;
			line-height:41px;
			margin:0 3px;
		}
			#menu li a{
				display:block;
				float:left;
				height:41px;				
				color:#99a2b7;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 20px;				
			}
				#menu li a:hover{	
					background:url(../Images/fm_hover_bg.jpg) repeat-x;
					color:#fff;
				}
					#menu li a:hover span, #menu li .current span{
						background:url(../Images/fm_hover_pointer.jpg) no-repeat top;
						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 8px;
					}

