.nav_txt_box {
	background-color: #CCF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:10px;
	border: 1px solid #000000;
}

#hilite li {
  list-style-image : none;
  list-style-type: circle;
  margin-left: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}

#hilite li:hover {
  list-style-type: disc;
}

#hilite a {
	color: #000;
	text-decoration: underline;
	display: block;
}

#hilite a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#top_nav_bar {
  height: 20px;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 200px;
  text-align: left;
  background-color: #000000;
  color: #FFFF00;
}

.top_navbar a {
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  background-color: #7079ce;
  color: #000000;
}

.top_navbar a:hover {
  background-color: #700600;
  color: #ffffff;
}
#menu2 {
	width: 200px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #3688BA;
	display: block;
	background:  url(menu2.gif);
	padding: 8px 0 0 30px;
	}
	
#menu2 li a:hover {
	color: #3688BA;
	background:  url(menu2.gif) 0 -32px;
	padding: 8px 0 0 32px;
	}
	

