﻿/*==============================================================================
    Stylesheet for navigation
==============================================================================*/    
ul {
	list-style-type:none;
	font-family:Tahoma;
	font-size:12px;
	text-align:center;
	float:left;
	height:40px;
	margin:0;
	padding:0;
}

ul a:link {
	color:white;
}

ul a {
	display:block;
	width:78px;
	height:40px;
	color:black;
	line-height:40px;
	text-decoration:none;
	background-image:url('images/button.gif');
	background-repeat:no-repeat;
}

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

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