a		{font-family:tahoma;font-style:normal;font-weight:normal;font-size:8pt;color:#0D2577;text-decoration:none}
a:hover	{color:#927F1A;text-decoration: none}
body	{margin-top:0px;background-color:white; margin-left:0}
table	{font-family:tahoma;font-style:normal;font-weight:normal;font-size:8pt;color:#0D2577}
p		{font-family:tahoma;font-style:normal;font-weight:normal;font-size:8pt;color:#0D2577}
.menu	{font-family:tahoma;font-weight:normal;font-size:8pt;color:white;text-decoration:none}
.menu:hover {color:F7E115;text-decoration:none}
.small	{font-family:tahoma;font-weight:normal;font-size:7,5pt;color:#0D2577;text-decoration:none}
.big	{font-family:tahoma; font-size:8,5pt;color:#0D2577;text-transform: uppercase}
input	{font-family:tahoma;font-size:8pt;color:1C2F69;background-color:FFFFFF}
/*this is the css for the horizontal version*/
.horizontal ul{
	list-style-type: none;
	border-left: none;
	display: inline;
	margin-top: 0px;
	height: 16px;
}
.horizontal li{
	float: left;
	display: inline;
}
.horizontal li a{
	text-decoration: none;
	height: 16px;
	float: left;
	display: block;
	padding: 2px;
	padding-left:0px;
	padding-right: 0px;
	width: 95px;
}
.horizontal li li a{
	border-top: none;
	border-left: 0px;
}
.horizontal li ul{
	position: absolute;
	width: 162px;
	display: none;
	height: 18px;
	margin-left: -40px;
	margin-top: 20px;
}
.horizontal li li ul{
	position: absolute;
	margin-top: 0px;
	margin-left: 122px;
}
.horizontal li ul li a{
width: 162px;
}
/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
.inaccesible li ul{
	display: none;
}
.bluewhite li a{
	background-color: #0D2577;
	color: white;
	border-color: #F9D515;
}
.bluewhite li a:hover{
	background-color: #F9D515;
	color: black;
	border-color: #F9D515;
}
.bluewhite ul{
	border-color: #0D2577;
}
