@font-face {
	font-family: Amiri Regular;
	src: url(fonts/Amiri-Regular.ttf);
}

#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ABCCD1;
	
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Amiri Regular, "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 90%;
	
}
#menu a {
	background-color:#ABCCD1;
	xbackground-image:url(images/seperator.gif);
	background-position:bottom right no-repeat;
	color: #063644;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background-color:#2580a2;
	background-image: url(images/hover.gif);
	background-position:center bottom;
	color: #fff;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	}

#menu .current {
	background-color:#2580a2;
	background-image: url(images/hover.gif);
	background-position:center bottom;
	color: #fff;
	padding-bottom: 8px;
	background-repeat: no-repeat;
}


