
#navlong {
	list-style: none;
	padding: 3px;
	margin-top: 10px;
	margin-left:0;
    width:10em;
    z-index:99;
}

#navlong a {
	font-family:"Times";
	font-size:12px;
	font-weight: bold;
	color: #868686;
}

#navlong a {
	text-decoration: none;
}
#navlong a:hover {
	text-decoration: underline;
}
	

