#navlist {
	font-family: Tahoma, Georgia, "Times New Roman", Arial;
	font-size: 11px;
}
#navlist ul{
	display: list-item;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, Georgia, "Times New Roman", Arial;
	font-size: 11px;
	left: auto;
}

#navlist a {
	list-style-type: none;
	padding: 2px 12px 2px 2px;
	width: 100px;
	height:20px;
	font-size: 11px;
	color: #FFCC66;
	font-weight: bold;
	font-family: Tahoma, Georgia, "Times New Roman", Arial;
	text-align: left;

}
#navlist a:link, #navlist a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Georgia, "Times New Roman", Arial;
	font-size: 11px;

}
#navlist a:hover {
	background-color: #FFCC66;
	color: #000099;
	font-weight: bold;
	font-family: Tahoma, Georgia, "Times New Roman", Arial;
	font-size: 11px;	
}
