li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
	display: inline;
	margin: 2px;
}
li a:link {
	background-color: #FFFF99;
	color: #000099;
	width: 90px;
	border: 1px double #000033;
	text-align: center;
	height: 15px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;



}
li a:visited {
	background-color: #FFFF99;
	color: #000099;
	width: 90px;
	border: 1px double #000033;
	text-align: center;
	height: 15px;
	font-weight: bold;
	text-decoration: none;

}
li a:hover {
	background-color: #FFCC66;
	color: #000099;
	width: 90px;
	border: 1px double #000033;
	text-align: center;
	height: 15px;
	font-weight: bold;
	text-decoration: none;

}
