@charset "UTF-8";
/* CSS Document */

#navlist
{
	width: auto;
	height: 28px;
	list-style-type: none;
	text-decoration: none;
	text-align: center;
	z-index: 50;
	padding-top: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #999;
	top: 16px;
	font-style: normal;
	white-space: nowrap;
	visibility: visible;
	margin: 0 auto;
}

#navlist ul, #navlist li
{
	list-style-type: none;
	text-align: center;
	display: inline;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 0px;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	color: #999;
}

#navlist a:link, #navlist a:visited
{
	float: none;
	line-height: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-top: 20px;
	color: #999;
	text-decoration: none;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 9px;
	background-image: url(http://lizarockdesigns.com/images/hover_fadedown_blue.png);
}

#navlist a:hover {
	text-decoration: none;
	background-image: url(http://lizarockdesigns.com/images/hover_fadedown_blue.png);
	text-align: center;
	white-space: nowrap;
	color: #FFF;
}






a:link {
	color: #00C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
