.bottom_nav
{
   font-family:Verdana,Arial,Helvetica;
   font-size:10px; 
   color:#FFFFFF;
   text-decoration:none;
   line-height: 12px;
}

#bottom_nav a
{
   font-family:Verdana,Arial,Helvetica;
   font-size:12px; 
   color:#FFFFFF;
   text-decoration:none;
   line-height: 12px;
}
#bottom_nav a:hover
{
   font-family:Verdana,Arial,Helvetica;
   font-size:12px; 
   color:#C0C0C0;
   text-decoration:none;
   line-height: 12px;
}
#bottom_nav a.sel
{
   font-family:Verdana,Arial,Helvetica;
   font-size:12px; 
   color:#808080;
   text-decoration:none;
   line-height: 12px;
}

h1 {font-family: Verdana,Arial,Helvetica;  font-size: 18px; line-height: 24px; font-style: normal; font-weight: normal; color: #004000;}
h2 {font-family: Verdana,Arial,Helvetica;  font-size: 16px; line-height: 18px; font-style: italic; font-weight: bold; color: #004000;}
h3 {font-family: Verdana,Arial,Helvetica;  font-size: 14px; line-height: 16px; font-style: normal; font-weight: bold; color: #004000;}
h5 {font-family: Verdana,Arial,Helvetica;  font-size: 12px; line-height: 24px; font-style: normal; font-weight: normal; color: #004000;}

a:link, a:visited {    font-family: Verdana,Arial,Helvetica;  font-size: 10px;color:#004080; text-decoration: none;}
a:hover {    font-family: Verdana,Arial,Helvetica;  font-size: 10px;color:#0080C0; text-decoration: none;}

.text1	{	font-family: Verdana,Arial,Helvetica;  font-size: 11px; line-height: 12px; font-style: none; font-weight: normal; color: #4F4F4F;}
.form_text	{	font-family: Verdana,Arial,Helvetica;  font-size: 11px; line-height: 20px; font-style: none; font-weight: bold; color: #FFFFFF;}
.header_nav	{	font-family: Verdana,Arial,Helvetica;  font-size: 10px; line-height: 16px; font-style: none; font-weight: bold; color: #808080;}
.home_text	{    font-family: Verdana,Arial,Helvetica;  font-size: 12px;  line-height: 16px; color:#004080; text-decoration: none;}
.address	{	font-family: Verdana,Arial,Helvetica;  font-size: 11px; line-height: 12px; font-style: none; font-weight: normal; color: #494949;}
.page_header	{	font-family: Verdana,Arial,Helvetica;  font-size: 16px; line-height: 28px; font-style: italic; font-weight: bold; color: #800000;}

 
ul {
	margin: 0;
	padding: 0;
	list-style: none;
/* Width of Menu Items */
    position:relative;
    top:0;
    right:0;
	}
 

	
li ul {
	position: absolute;
	}
 
/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}
 
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
		
li:hover ul { display: block; } /*  The magic */
