/* --------------------------
AUTHOR : Jorn Idzerda
URL : http://www.jornidzerda.nl
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	background-color:#161a23;
	background:#161a23;
	color:#666;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	
}

td {
	color		: #99a2b7;
	font-family 	: Helvetica, georgia, Geneva, Arial,sans-serif;
	font-size 	: 12px;
	line-height	: 18px;
	border-width	: 0px;
}
hr {
color:#16365c;
 
}
#menu{
	width:100%;
	height:61px;
	background:url(../images/fm_menu_bg.jpg) repeat-x;
}
	#menu ul{
		width:719px;
		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:0 4px;
		}
			#menu li a{
				display:block;
				float:left;
				height:61px;				
				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:61px;
						display:block;
						float:left;
					}
					#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:0 20px;		
					}
