a		{font-family:verdana;font-weight:normal;font-size:7,5pt;color:#000000;text-decoration:none}
table	{font-family:verdana;font-weight:normal;font-size:8pt;color:#000000;text-decoration:none}
p		{font-family:verdana;font-weight:normal;font-size:8pt;color:#000000;text-decoration:none}
a:hover	{text-decoration:none}
body 	{background-repeat:repeat-x;margin-top:1px;margin-left:10px;background-color:white}
.big	{font-family:verdana;font-weight:normal;font-size:10pt;color:#3B57A7;text-decoration:none}
.small	{font-family:verdana;font-weight:normal;font-size:8pt;color:#000000;text-decoration:none}
.menu	{font-family:verdana;font-weight:normal;font-size:8pt;color:#ffffff;text-decoration:none}
.menu1	{color:#8282C9}
.menu2	{color:#003D44}
.menu3	{color:#924151}
.menu4	{color:#982096}
.menu5	{color:#E41F1F}
.menu6	{color:#837C0C}
.menu4:hover	{color:#982096;text-decoration:underline}

/*this is the css for the horizontal version*/
.horizontal ul{
	list-style-type: none;
	border-left: none;
	display: inline;
	margin-top: 0px;
	height: 18px;
}
.horizontal li{
	float: left;
	display: inline;
}
.horizontal li a{
	text-decoration: none;
	height: 18px;
	float: left;
	display: block;
	padding: 2px;
	padding-left:0px;
	padding-right: 0px;
	width: 105px;
}
.horizontal li li a{
	border-top: none;
	border-left: 0px;
	padding-left: 17px;

}
.horizontal li ul{
	position: absolute;
	width: 130px;
	display: none;
	height: 18px;
	margin-left: -40px;
	margin-top: 22px;
}
.horizontal li li ul{
	position: absolute;
	margin-top: 0px;
	margin-left: 120px;
}
.horizontal li ul li a{
width: 130px;
}
/*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: white;
	color: black;
	border-color: #F9D515;
}
.bluewhite li a:hover{
	background-color: white;
	color: black;
	border-color: #F9D515;
}
.bluewhite ul{
	border-color: #697540;
}