
H1 { font-family:  Verdanna, Arial, sans-serif;  font-size: 14pt; font-weight : bold;  }
H2 { font-family: Verdanna, Arial, sans-serif; font-size: 12pt; font-weight : bold;  }
H3 { font-family: Verdanna, Arial, sans-serif; font-size: 10pt; font-weight : bold; }
HR {border: 1px black  solid;}

a{
	color: black;
}
a:hover{
	color: #DE0018;
}

TD,BODY
{
 font-family:Verdana;
 font-size: 10pt;

}



/* these styles all for nav menu*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	padding: 5px;
	border-left: 10px solid #aaaaaa;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-top: none;

	background-color: #dddddd;
	color: black;
	}
/* ------------------------- */
li a:hover {
border-left: 10px solid #de0018;
background-color: #aaaaaa;
color: #de0018;
}

li a.active {
width: 160px;
display: block;
padding: 4px 10px 4px 0;
border: none;
border-left: 10px solid #de0018;
border-right: 1px solid #777777;
border-bottom: 1px solid #777777;
border-top: none;
background-color: #aaaaaa;
color: #de0018;
text-decoration: none;
}

li a.active:hover {

background-color: #aaaaaa;
color: #de0018;
}
/* ------------------------- */


/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
display: block; 
} /* The magic */
