﻿#navbar ul {
	padding: 0px;
	margin: 0px;
}
#navbar ul li {
	display: inline;
	float: left;
	list-style-type: none;
	width: 102px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
	height: 25px;
	font-weight: bold;
}
#navbar ul li a {
	border: thin solid #003399;
	background-color: #50A3f3;
	font-family: Arial, Helvetica, sans-serif;
	color: #212865;
	text-decoration: none;
	line-height: 25px;
	width: 102px;
	display: block;
	font-weight: bold;
	text-align: center;
}
#navbar ul li a:hover {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #212865;
	z-index:1;
	font-weight: bold;
}
#navbar ul li ul li a {
	background-color: #FFFFFF;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position:absolute;
	color: #212865;
}
#navbar ul li ul li a:hover {
	background-color: #50A3f3;
	color: #212865;
	}
	
#navbar ul li ul {
	visibility: hidden;
}

#navbar ul li:hover ul {
	visibility: visible;
}




#navbar2 ul {
	padding: 0px;
	margin: 0px;
}
#navbar2 ul li {
	display: inline;
	float: left;
	list-style-type: none;
	width: 102px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
	height: 25px;
	font-weight: bold;
}
#navbar2 ul li a {
	border: thin solid #003399;
	background-color: #50A3f3;
	font-family: Arial, Helvetica, sans-serif;
	color: #212865;
	text-decoration: none;
	line-height: 25px;
	width: 102px;
	display: block;
	font-weight: bold;
	text-align: center;
}
#navbar2 ul li a:hover {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #212865;
	z-index:1;
	font-weight: bold;
}
#navbar2 ul li ul li a {
	background-color: #FFFFFF;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position:absolute;
	color: #212865;
}
#navbar2 ul li ul li a:hover {
	background-color: #50A3f3;
	color: #212865;
	}
	
#navbar2 ul li ul {
	visibility: hidden;
}

#navbar2 ul li:hover ul {
	visibility: visible;
}

