a.menu {
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
a:hover.menu {
	text-decoration: none;
	background-color:#5BB4EE;
	color:#ffffff;
}
a:visited.menu {
	text-decoration: none;
	color:#ffffff;
}
a:hover.submenu {
	text-decoration: none;
	background-color:#5BB4EE;
	color:#FFFFFF;
}
a.submenu {
	text-decoration: none;
	background-color:#00D520;
	color:#000000;
}
ul.menu  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	color:#000000;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #5BB4EE;
	border-bottom-color: #5BB4EE;
	border-left-color: #5BB4EE;
}
ul.menu li{
	margin: 0px;
	padding: 0px;
	color:#333;
}

ul.menu a  {
	background-color: #fff;
	border-bottom:1px solid #5BB4EE;
	color:#000000;
	display: block;
	width: 180px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	width: 180px;
}
ul.menu a:visited  {
	color:#333;
	text-decoration: none;
}
ul.menu a:hover {
	background-color: #5BB4EE;
	text-decoration: none;
	color:#FFFFFF;
	width: 180px;
	height:inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5BB4EE;
}


table {
font-family:lucida,verdana,sans-serif;
font-size:11px;				/* Internet Explorer needs this */
font-weight:normal;
line-height:17px;
margin-left:10px;
}
h1, h1 a:link, h1 a:hover, h1 a:visited {
font-family:lucida,verdana,sans-serif;
font-size:11px;				/* Internet Explorer needs this */
font-weight:bold;
line-height:0px;
margin-left:100px;
margin-top: 10px;
margin-bottom: 10px;
text-decoration: none;
color:#FFFFFF;
}

