#navMenu {

	position: relative;	
	width: 180px;
	height: auto;
}

.mainLink {

	font-family: "Times New Roman", Serif;
	font-size: 13pt;
	font-style: italic;	
	
	line-height: 2.0;
}

.text {

	line-height: 1.0;
}

#navMenu .mainLink .noLink {
	
	position: relative;
	
	left: 10px;
	color: #ff6818;
}

.mainLink a {
	
	position: relative;
	
	left: 10px;
	text-decoration: none;
	color: #fff;
}

.mainLink a:hover {
		
	color: #ff6818;
}

.subLink {	
	
	position: relative;
	
	top: -5px;
	font-size: 13pt;
}

.subLink .noSubLink {
	
	position: relative;
	
	left: 18px;
	color: #7f9bd4;
}

.subLink a {

	position: relative;
	
	left: 15px;
	text-decoration: none;
	color: #fff;
}

.subLink a:hover {
		
	color: #7f9bd4;
}

#navForm {
	
	position: relative;
	
	left: 0px;
	width: 170px;
	height: auto;
	
	padding: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #fff;
	
	background-color: #7f9bd4;
	
	font-family: "Times New Roman", Serif;
	font-size: 12pt;
	font-style: italic;	
	letter-spacing: .5px;
	line-height: 1;
	
	color: #033193;
}

.formButton {
	
	color: #ff6818;
}

.formButton a {

	text-decoration: none;
	color: #033193;
}

.formButton a:hover {

	text-decoration: none;
	color: #fff;
}

input[type="text"] {

	width: 165px;
	margin-top: 10px;
	margin-bottom: 10px;
}

input[type="text"]:focus {

	background-color: #fac4a7;
}

#navBadge, #navSub, #navSubTop, #navSubBottom { 

	behavior: url(iepngfix.htc); 
}

#navSub {
	
	position: relative;
	
	width: 205px;
	height: auto;
	
	margin: 0px;	
	padding: 0px 0px 0px 0px;
	
	text-align: center;
	
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
	
	line-height: 1.5;
	
	color: #3f4e75;
	
	background-color: #ffffff;
}

#navSub a {
	
	color: #033193;
	text-decoration: none;
}

#navSub a:hover {

	color: #f1671f;
	text-decoration: none;
}

#navSub .line {

	width: 185px;
	height: 10px;
	
	margin: 10px 0px 0px 0px;
	
	border-top: 1px solid #868fa8;
}

#navSubTop {

	position: relative;
	
	margin: 0px;
	padding: 0px; 
	
	width: 205px;
	height: 10px;
}

#navSubBottom {
	
	position: relative;
	
	margin: 0px;
	padding: 0px; 
	
	width: 205px;
	height: 10px;
}