#navMenu {

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

.mainLink {

	font-family: "Times New Roman", Serif;
	font-size: 13pt;
	font-style: italic;	
	
	line-height: 2.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;
}

