/* CSS Document */

 #topmenu_
 {
 width: 100%;
 float: center;
 margin-top: 3px;
 text-align: center;
 font-family: Georgia, Times New Roman, Times, serif;
 }

 #topmenu_ ul { padding: 0; }
 #topmenu_ ul li { display: inline; }

 #topmenu_ ul
 {
	margin: 0;
	padding: 0 0 0 0;
	color: #2b5783;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
 }

 #topmenu_ ul li a
 {
 padding: 0.2em 10px;
 color: #2b5783;
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 16px;
 text-decoration: none;
float: center;
}

 #topmenu_ ul li a:hover { color: #9c8f7b;}

 #navlist_top li a:hover { color: #9c8f7b;}
