A:hover {color:blue}
A:visited {color:purple}
A:link {color:black}

.Arial24Head {
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS", Verdana;
	font-size: 24px;
	}
	
.Arial20Head {
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS", Verdana;
	font-size: 18px;
	margin-top:2px;
	}

.Arial12Body {
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 15px;
}
.Arial11Body {
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS", Verdana;
	font-size: 11px;
	line-height: 15px;
}
.Arial9ptFooter {
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS", Verdana;
	font-size: 9px;
}
.verdana14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
}
.arial14 {
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS", Verdana;
	font-size: 14px;
}
.arial10on13grey {
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS", Verdana;
	font-size: 10px;
	line-height: 13px;
	color: #454754;
}
.arial11grey {
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #454754;
}
.Arial18Grey {
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS", Verdana;
	font-size: 18px;
	color: #73768D;
}
.Arial18Black {
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight:normal;
	color: black;
}
.arial11on17 {
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS", Verdana;
	font-size: 11px;
	line-height: 17px;
}
.arial11on17grey {
	font-family: Arial, Helvetica, san-serif, "Trebuchet MS", Verdana;
	font-size: 11px;
	line-height: 17px;
	color: #73768d;
}
.superscript {
	vertical-align:super;
}

ul#nav_list
{
	width:154px;
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul#nav_list li{ position:relative; }

ul#nav_list li ul
{
	position:absolute;
	left:154px;
	top:0;
	display:none;
	list-style-type:none;
	border:1px solid #acacac;
	background-color:#ebebeb;
	padding:0;
	margin:0;
	width:218px;
}

ul#nav_list li a
{
	display:block;
	width:141px;
	background-color:#acadbb;
	border-right:1px solid #73768d;
	border-bottom:1px solid #73768d;
	padding:2px 0px 2px 12px;
	color:white;
	font:normal 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-bottom:2px;
	text-align:left;
}

/* Holly Hack. IE Requirement \*/
* html ul#nav_list li { float: left; height: 1%; }
* html ul#nav_list li a { height: 1%; }
/* End */

ul#nav_list li a:hover, ul#nav_list li a.current
{
	background-color:#062b7a;
	border-right:1px solid black;
	border-bottom:1px solid black;
}


ul#nav_list li ul li a
{
	background-color:#ebebeb;
	border:0;
	width:auto;
	padding:2px 0px;
	margin:0;
	text-decoration:none;
	color:black;
	text-align:left;
	text-indent:12px;
}

ul#nav_list li ul li a:hover
{
	color:black;
	background-color:white;
	border:0;
}

ul#nav_list li:hover ul, ul#nav_list li.over ul{ display:block; }

/* ============================================== */
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul#nav li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
/* ============================================== */

.align_left{ text-align:left; }
