#menu {
	width: 100px;
}

#nav .emph {
  font-weight: bold;
  text-decoration:underline;
  font-size:14px;
  height:100px;
  margin-bottom:10px;
  width:200px;}
#nav .emph a {
  font-size:15px;
  width:200px;}
#nav .emph a:hover {
  font-size:15px;
  width:200px;}


#nav, #nav ul { /*overall settings for <div id= nav> */
	/*removes indents and bullets from the unordered list and defines the width of menu items*/
	margin-left: 30px;
	padding: 0px;
	width:100px;
	list-style: none;
}
#nav li {
	list-style-type: none;
	float: left;
	width: 100px;
}
#nav li ul { /*list item settings - stacks vertically by default*/
	display: none;
	/*positions list items*/
	position: absolute; /* must position as relative in order to position the sub-menu absolutely 					 							within them - absolute makes this a drop-down, relative makes them				                        appear right under menu items*/
	margin-left: 75px;
	width: 100px;
	left: -999em;
}
#nav a {
	width: 100px;
	padding-left: 5px;
	padding-top: 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2e3192;
	text-decoration: none;
	text-align: left;
}
#nav ul li a {
	display: none;
}
#nav li ul li a {
	display: none;
	color: #FFFFFF;
	background-color: #808285;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: normal;
}
#nav li a:hover {
	width: 100px;
	color: #FFFFFF;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
}
* html ul li a {
	height: 1%;
}
/* End */

#nav li ul li a:hover {
	display: none;
}
#nav li:hover ul {
	display: inline;
	left: auto;
} /*making the sub menus appear when hovering*/
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
/* End */

#nav li:hover ul ul, #nav li.thover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.thover ul, #nav li li.thover ul {
	left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.thover ul ul, #nav li.thover ul ul ul {
	left: -999em;
}
#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 {
}
#footerNav .onlinedir {
	margin:0px;
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	color: #2e3092;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	float: left;
	margin-left: 0px;
	margin-left: 300px;
	margin-right: -3px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #2e3092;
}
#footerNav {
	width: 996px;
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
	height: 35px;
	text-align: center;
	font-size: .9em;
}
#footerNav ul {
	margin: 0;
	padding: 0 0 0 0;
	color: #fff;
	background: transparent;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
	letter-spacing: 2px;
	font-weight: bold;
	padding-left: 5px;
	text-align: center;
	float: left;
}
#footerNav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footerNav ul a {
	margin:0px;
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	color: #2e3092;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.785em;
	letter-spacing: .015em;
	text-align: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #2e3092;
}
/*#footerNav ul li a:hover {

background: #acc4eb;

color: #000;

}*/



#footerNav ul li ul {
	display: none;
	visibility: hidden;
}
#submenu {
	width: 400px;
	float: left;
}
#submenu ul {
	padding: 0;
	margin: 0
}
#submenu li {
	list-style: none;
	padding-top: 10px;
}
#submenu a {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.975em;
	font-weight: bolder;
}
#submenu li a:hover {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #b59759;
	border-bottom-color: #b59759;
	color: #b59759
}
#submenu ul li ul {
	display: none
}
#topNav {
	width: 996px;
	float: right;
	height: 20px;
	padding: 0;
	margin-left: 50px;
	font-size: .825em;
	font-family: Arial;
	font-weight: bold;
	background-color: #2e3192;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c4df9b;
	border-top-color: #c4df9b;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headnav, #headnav ul {
	list-style: none;
	color: #fff;
	padding: 0px;
	margin: 0;
}
#headnav a {
	display: block;
	clear: both;
	height: 20px;
	margin: 0px;
	padding: 3px 0 0 0;
	color: #c4df9b;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #8cc63f;
}
#headnav li a:hover {
	color: #b59759;
}
#headnav li {
	display: block;
	float:left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#headnav li ul {
	display: none;
}
#headnav li li {
	width: 12em;
	height: 15px;
	border-right: none;
}

