﻿ul {
	padding: 0px;
	margin: 0px;
}

ul li {
	display: inline;
	float: left;
	height: 24px;
	width: 114px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	text-align: center;
}

ul li.narrow {
	display: inline;
	float: left;
	height: 24px;
	width: 85px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	text-align: center;
}

ul li a.drop-down {
	background-color: #003466;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	width: 112px;
	display: block;
	padding-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #003466;
	border-left-color: #003466;
}

ul li.narrow a.drop-down-narrow {
	background-color: #003466;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	width: 83px;
	display: block;
	padding-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #003466;
	border-left-color: #003466;
}

ul li a:hover {
	background-color: #0046AA;
	border-right-color: #000000;
	border-left-color: #000000;
}

ul li.narrow a.drop-down-narrow:hover {
	background-color: #0046AA;
	border-right-color: #000000;
	border-left-color: #000000;
}

ul li a:active {
	background-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}

ul li.narrow a:active {
	background-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}

ul li ul li {
	text-align: left;
	width: 112px;
}

ul li ul li a {
	background-color: #003466;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
}

ul li ul li a:hover {
	background-color: #0046AA;
}

ul li ul li a:active {
	background-color: #000000;
}

ul li ul {
	visibility: hidden;
}

ul li:hover ul {
	visibility: visible;
}
