#navtop, #navtop ul {
	font-family:  "Times New Roman", Times, serif;
	float: left;
	list-style: none;
	font-size: 14px;
	cursor: hand;
	padding-left: 4px;
	background-color: white;
	border-color: white;
	border: solid;
	border-width: 0px;
	margin-left: 0px;
}
#navtop li {
	float: left;
	width: 104px;
	padding: 2px 4px 2px 4px;
	text-align: center;
	background-color: #cccccc;
	border: solid #000066;
	border-width: 1px;
	margin-right: 4px;
	margin-left: 0px;
}

#navtop a {
	color: #000066;
	display: block;
	text-decoration: none;
	font-weight: normal;
}

#navtop li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 166px;
	font-weight: normal;
	border-width: 1px;
	margin-top: 2px;
	padding: 2px 0px 0px 2px;
}
#navtop li ul li {
	width: 154px;
	padding: 2px 4px 2px 4px;
	text-align: left;
	white-space: nowrap;
	background-color: white;
	border: solid white;
	border-width: 1px;
	margin-bottom: 2px;
}
#navtop hr {
	width: 100%;
	height: 1px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px solid #cccccc;
	background-color: #cccccc;
}
#navtop li:hover ul {
	left: auto;
	margin-left: -5px;
}
#navtop li.sfhover ul {
	left: auto;
	margin-left: -52px;
}
#navtop li:hover, #navtop li.sfhover {
	background-color: #eeeeee;
	border: solid #000066;
	border-width: 1px;

#navtop li:hover .disable, #navtop li.sfhover .disable {
	background-color: red;
	border: solid red;
	border-width: 1px;
}


