/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica, sans-serif;
}


/*
	Standard links
*/

a:link
{
	background-color: none;
	color: white;
	font-weight: normal;
	text-decoration: none
}

a:visited
{
	color: white;
	font-weight: normal;
	text-decoration: none
}

a:hover
{
	background-color: none;
	color: #49A3BB;
	font-weight: bold;
	text-decoration: none
}
#menu
{
	position: absolute;
	left: 0px;
	top: 110px;
	background-color: none;
	width: 100%;
	color: white;
	z-index: 1
}
/*
	Menu links
*/

a.menulink:link, a.menulink:visited
{
	color: white;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}

 a.menulink:active
{
	background-color: red;
	color: white;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}

a.menulink:hover
{
	color: white;
	background-color: #ff9900;
}
