﻿/*
FS - June 2009
*/

*

#menu
{
float: inherit;
width: 725px;
height: 42px;
padding-left: 5px;
padding-top: 0px;
background: url(images/menu2.gif) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 105px;
	height: 42px;
	text-align: left;
	text-decoration: none;
	color: #ffffaa;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	padding-top: 22px;

}

#menu a:hover {
	width: 105px;
    height: 42px;
	color: #ff0000;
	font-size: 13px;
	text-decoration: none;
}