/*this is the css for the vertical version*/
  .vertical ul {
   list-style-type: none;
   padding: 5px;
   width: 122px;
/*   border-top: 1px solid; */
  }
  .vertical li a {
  list-style-type: none;
   display: block;
   text-decoration: none;
   font-size:12px;
   font-weight: bold;
   height: 20px;
   padding: .1em 1px;
/*   border: 1px solid;. */
   border-top: 0px;
  }
  .vertical li {
   /*Needed for IE. Dont ask me why, It was a lucky guess.
   display: inline;*/
  }
  .vertical li ul {
   /*position: absolute; 
   margin-top: -2em;
   margin-left: 5px;*/
}
		/*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;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
	.bluewhite li a{
	list-style-type: none;
			/* background-color: #0023B0; */
			color: white;
			border-color: #0023B0;
		}
		.bluewhite li a:hover{
		list-style-type: none;
			background-color: white;
			color: black;
			/*border-color: #0023B0;*/
		}
		.bluewhite ul{
		list-style-type: none;
			/*border-color: #0023B0;*/
		}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
.footer {font-size: 18px; color: #FFFFFF;}
.footerlink a{color:#FFFFFF}
.footerlink a:visited{color: #FFFFFF}
.footerlink a:hover{color:#000000}
.header {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
}