﻿/*
FS - Jan 2012
*/

*

#menu
{
float: inherit;
width: 715px;
height: 35px;
padding-left: 12px;
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: 35px;
	text-align: left;
	text-decoration: none;
	color: #ffffaa;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	padding-top: 13px;

}

#menu a:hover {
	width: 105px;
    height: 35px;
	color: #ffff00;
	font-size: 14px;
	text-decoration: underline;
}
