@charset "ISO-8859-1";
/* CSS Document */

#links li a 
{
	display:block;
	width:290px;
	text-decoration:none;
	text-align:center;
	height:40px;
	background:#eee;
	margin-bottom:10px;
	margin-right:10px;
	border: 1px solid #d9d6c4;
	background-color: #f8f7f1;
	vertical-align:middle;
	line-height:40px;
}

#links  li a:hover
{
	color:#fff;
	background-color:#000066;
}

#links  li
{
	float:left;
	list-style-type:none;
}

