﻿ul {
	padding: 0px;
	margin: 0px;
	font-family: Candara, Corbel, Trebuchet MS, Verdana, sans-serif;
	height: auto;
	width: 172;
}
ul li {
	display: inline;
	float: left;
	width: 172px;
	height: auto; 
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

ul li a {
	border: thin inset #800000;
	background-color: #808080;
	color: #FFFF00;
	width: 170px;
	height:auto;
	text-decoration: none;
	display: block;
	font-weight: bold; /* top line is bold */
}
ul li ul li a {
	background-color: #808080;
	font-weight: normal;
	color: #FFFF00;
	width: 168px;
	height: auto;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
ul li a:hover {
	background-color: #006699;
	font-weight: bold;
}
ul li ul {
	visibility: hidden;
	height: auto;
}
ul li:hover ul {
	visibility: visible; /* visible when main menu item is hovered over */;
	background-color: #006699;
	width: 168px;
	height: auto;	
	border: thin solid #CCCCCC;
	position: fixed;
	z-index: 1;
	
}

.menu_spacer {
	height: 6px;
	border: thin outset #C0C0C0;
	background-color: #CCCCCC;
	width: 168px;
}

	
.menubar {
	width: 688px;
	height: 20px;
}

.table_head {
	font-family: Candara, Corbel, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}
.table_body {
	font-family: Candara, Corbel, "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}
