﻿a:link{color:white;}
a:visited{color:purple;}
/*a:hover{color:red;}*/
a:active{color:yellow;}

ul.tdftad{
	display:none;
}
ul{
	width:900px;
}


ul li{
	width:80px;
	float:left;
	padding:10px 10px;
}
ul li a{
	width:80px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	display:block;
	padding:10px 10px;
	background:url(../img/list_bg.gif) no-repeat left;
}
ul li a:hover{
	width:80px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#ff0000;
	display:block;
	padding:10px 10px;
	background:url(../img/list_bg.gif) no-repeat right;
}




