/* CSS Document */
#list  {
	width: 762px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	}
#list li {
	display: inline;
	float:left;
	list-style: none;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #666666;
	width: 125px;
	height: 25px;
	text-align:center;
	line-height:25px;
	}
#list a { 
	width: 125px;
	height: 25px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#666666;
}
#list a:hover {
	display: block;
	background-color:#C9C8C2;
	}


