@charset "utf-8";
/* CSS Document */
<style>}

/*

ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
*/
li
{
float:left;
}
a:link,a:visited
{
	display: block;
	width: 120px;
	font-weight: normal;
	color: #121212;
	background-color: #D7F1F0;
	text-align: center;
	padding: 0px;
	border: thin solid #D7F1F0;
	list-style-position: inside;
	list-style-type: square;
}

a:hover,a:active
{
	background-color: #90D1D3;
	text-align: center;
	border: thin solid #D7F1F0;
}
</style>
