/************************
* Navigation Css
*
*  Include this file wherever
*  You have the navigation menu.
************************/


#header ul {
	list-style-type: none;
	font-weight: bold; 
	font-size: 14px;
	margin-top:-10px;
	padding-top: 125px;
	padding-left: 200px;
}

#header ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	
}

#header ul li a {
	text-decoration: none;
	color: #000000;
}

#header ul li a:hover{
	text-decoration: none;
	color: #ab110f;
}
