﻿#navcontainer {
	float: left;
	width: 930px;
	height: 30px;
	background: #D00F18;
    margin-left: 0px;
}

#navcontainer ul {
	margin: 8px 0 0 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#navcontainer li {
	display: block;
	float: left;
}

#navcontainer a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 20px;
	background: url('/css/template/famijaalbeisa/images/menu_sep.gif') no-repeat right 60%;
	text-decoration: none;
	text-transform: capitalize;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#navcontainer a:hover { 
	text-decoration:none;
	color: #F9B212;
}

#navcontainer .current_page_item a {
	color: #FFFFFF;
}
