﻿#navlist ol {
	padding: 0px;
	margin: 0px;
	float: left;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
}
#navlist ol li ol {
	float: left;
	width: 120px;
	height: 15px;
}
#navlist ol li a {
	display: block;
	padding: 0px;
	width: 150px;
	height: 20px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/navbkgrd.png');
}
#navlist ol ol {
	position: absolute;
	top: 15px;
	left: 5px;
	display: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	list-style-type: none;
	width: 150px;
	height: 15px;
}
#navlist li:hover ol, li.over ol {
	display: block;
}
