@charset "utf-8";
ul {
	width: 65em;
	background: #112033;
	border-top: 1px solid #112033;
} /* Makes top border for 1st button */
 
li {
	list-style: none; /* turns off the list bullets */
	position: relative;
	border-left: 1px solid #112033; /* side button borders */
	border-right: 1px solid #112033; /* side button borders */
	border-bottom: 1px solid #112033; /* bottom button borders */
	vertical-align: bottom;
	left: 0px;
	top: 0px;
	width: 247px;
}
 
ul a {
	display: inline-block;
	padding: 5px 10px;
	vertical-align: bottom; /* needed for IE5-Win */
	color: #033350;
}
 
ul ul {
	position: absolute;
	left: -3000px;
} /* set flyout BG color and preset the positioning */
 
ul li:hover ul {
	left: 5em;
	top: 6px;
} /* make flyout appear when the LI is hovered */ 

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4A606F;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
}
a:link.style1, a:visited.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #305B8F;
	font-size: small;
}
