#list{
	list-style:none;
	margin-left: 0px;
	margin-top: 50px;
}

#list a{
	color:#660000;
	text-decoration:none;
	display:block;
	width:140px;
	height:20px;
	/*border:1px solid #330000;
	border-left:4px solid #330000;*/
	text-align:center;
	background-image: url(logo/20.gif);
}

#list a:hover{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-style: solid;
	border-color: #F8C400;
	color: #F8C400;
	height:26px;
	font-size: larger;
	background-image: url(logo/26.gif);
	background-repeat: repeat-x;
	line-height: 26px;
}

#list li{margin:-2px;}
