
#mail a:hover
{
	background-color: #0099ff;
	text-decoration: none;
	color: #000000;
}

#mail a
{
	text-decoration: none;
	color:#0099ff;
	font-weight:bold;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 .3em 0; }

#navcontainer a
{
	border-right: black thin solid;
	border-top: black thin solid;
	display: block;
	font-weight: 900;
	font-size: 10pt;
	padding-bottom: 0.3em;
	border-left: black thin solid;
	width: 115;
	color: #000000;
	padding-top: 0.3em;
	border-bottom: black thin solid;
	font-family: Verdana;
	background-color: #0099ff;
	text-align: center;
	text-decoration: none;
}

#navcontainer a:hover
{
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	color: white;
	border-bottom: white thin solid;
	background-color: #0000ff;
}