ul {
	align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	/*width: 105px;*/
	border-bottom: 0px solid #061326;
	display: inline;
	}

ul li {
	float:left;
	position: relative;
	display:inline;
  	width: 130px;
	background: #FFFFFF; 
	}
	
li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: relative;
	display: none;
	background: #FFFFFF; 
	}

/* Styles for Menu Items */
body {  font-family: Arial, Helvetica, sans-serif; font-size:12px;}
td { font-family: Arial, Helvetica, sans-serif; font-size:12px}
ul li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font: bold;
	color: #3852A0;
	background: #ffffff; 
	padding: 0px;
	border: 0px solid #061326;
	border-bottom: 0px solid #061326;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #111111; background: #999999; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
table.contacts
{ 
background-color: #fafafa;
border: 1px #0F1F2F solid;
border-collapse: collapse;
border-spacing: 0px; }


td.contactDept
{ background-color: #3852A0;
border: 1px #0F1F2F solid;
color: #FFFFFF;
font-family: Verdana;
font-weight: bold;
font-size: 12px;}


td.contact
{ border-bottom: 1px #C83744 dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #3852A0;
background-color: #fafafa;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px; }

td.used
{ 
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #3852A0;
background-color: #fafafa;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px; }
a {  
	color: #061823;
	text-decoration: none;
	FONT: arial
}
a:hover {  color: #C83744}
h1 {
text-align: center;
font-family: Arial, Verdana, sans-serif, Arial;
font-weight: bold;
font-size: 40px;
color: #3852A0;
margin-top: 5px;
margin-bottom: 5px;
}
