/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

body
{
	font-family: verdana;
	font-size: 10pt;
	background-color: #fff;
	color: #555;
}

a
{
	color: #007788;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}


/* Menu */

#menu
{
	width: 100%;
	background: #007788 url('images/x3.gif') top right repeat-x;

}

#menu ul
{
	list-style: none;

}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #666666;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover
{
	background: #007788 url('images/x4.gif') top right repeat-x;
}