#nav, #nav ul {
	padding: 0px 0px 50px;
	font-family: Arial;
	margin-bottom: -45px;
	list-style: none;
	float : left;
	width : 180px;
	font-size: 1.0em;
	font-weight: bold;
	background-image: url;
	background-repeat: no-repeat;
	margin-left: 0px;
 
 }
 
#nav li { /* all list items */
  position : relative;
  font-size: .9em;
  font-family: Arial;
  float : left;
  line-height : 2.2em;
  margin-bottom : -5px;
  width: 180px;
}
 
#nav li ul {
	font-family: Arial;
	position : absolute;
	left: -999em;
	margin-left : 170px;
	margin-top : -1.3em;
	background-color: #eee;
	border-top: 3px solid #032248;
	border-right: 1px solid #032248;
	border-bottom: 1px solid #032248;
	border-left: 1px solid #032248;
}
 
#nav li ul li { /* second-level list items */
  display: none;
 }
 
 
#nav li ul ul { /* third-and-above-level lists */
	display: none;
 }
 
#nav li a {
	font-family: Arial;
	width : 170px;
	display : block;
	color : #032248;
	text-decoration : none;
	background-color : transparent;
	border : none;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	font-size: 1.2em;
  
 }
 
#nav li a:hover {
  font-family: Arial;
  color : #032248;
  background-color : #e87a00;
  border-left: 2px solid #032248;
 }
 #nav ul ul li a:hover {
	display: none;
 }
 #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.thover ul ul, #nav li.thover ul ul ul {
	display: none; }
 
 #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.thover ul, #nav li li.thover ul, #nav li li li.thover ul { /* lists nested under hovered list items */
	display: none;
 }

#nav2 li{
 position : relative;
  font-size: .9em;
  font-family: Arial;
  float : left;
  line-height : 1.0em;
  margin-bottom : -5px;
  width: 180px;}
  
#nav2 li a {font-family: Arial;
	width : 170px;
	display : block;
	color : #032248;
	text-decoration : none;
	background-color : transparent;
	border : none;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	font-size: 1.2em;
  }   
	
#topNav {
	width: 750px;
	float: right;
	margin: 5;
	padding: 2;
	font-family: Arial;
	font-size: 13px;
	display: block;	
}

#topNav ul li {
	color: #FFFFFF;
	display: inline;
	font-family: Arial;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topNav ul {
	margin: 0;
	display: inline;
	padding: 0 0 0 8%;
	color: #032248;
	background: transparent;
	font-family: Arial;
	font-size: 0.9em;
	letter-spacing: 2px;
}

#topNav ul li ul {
	display: none;
	color: #032248;
}

#topNav ul li a {
	font-family: Arial;
	font-size: .8em;
	padding: 0.2em 12px;
	background-color: transparent;
	color: #032248;
	text-decoration: none;
	float: right;
	border-left: none;
	border-bottom: none;
}

#topNav ul li a:hover {
	color: #e87a00;
	background-color: transparent;
}

#topNav2 {
	width: 750px;
	float: right;
	margin: 5;
	padding: 2;
	font-family: Arial;
	font-size: 13px;
	display: block;	
}

#topNav2 ul li {
	color: #032248;
	display: inline;
	font-family: Arial;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topNav2 ul {
	margin: 0;
	display: inline;
	padding: 0 0 0 8%;
	color: #032248;
	background: transparent;
	font-family: Arial;
	font-size: 0.9em;
	letter-spacing: 2px;
}

#topNav2 ul li ul {
	display: none;
	color: #032248;
}

#topNav2 ul li a {
	font-family: Arial;
	font-size: .8em;
	padding: 0.2em 12px;
	background-color: transparent;
	color: #032248;
	text-decoration: none;
	float: right;
	border-left: none;
	border-bottom: none;
}

#topNav2 ul li a:hover {
	color: #e87a00;
	background-color: transparent;
}

