#nav1
{
	margin: 0;
	z-index: 100;
	height: 21px;
	padding: 0;
	background-color: #6799c8;
}

#nav1 li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#nav1 li a
{
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 4px 10px;
}

#nav1 li a:hover
{
	color: #000000;
}










#nav1 div
{
	position: absolute;
	visibility: hidden;
	margin: 1;
	padding: 1;
	background: #fff;
}

	#nav1 div a
	{
	position: relative;
	display: block;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #6799C8;
	font: 11px arial;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

	#nav1 div a:hover
	{
	color: #000000;
}
