﻿/*==============================================================================
    Stylesheet for navigation
==============================================================================*/    
ul {
	list-style-type:none;
	text-align:center;
	float:left;
	height:70px;
	margin:0;
	padding:0;
}

ul a:link {
	font-weight:bold;
	text-transform: uppercase;
    color: white;
}

ul a {
	display:block;
	width:120px;
	height:30px;
	color:black;
	line-height:30px;
	text-decoration:none;
}

ul a:hover {
	background-position:0px -40px;
	color:black;
	font-weight:bold;
}

ul li {
	display:inline;
	float:left;
}