﻿a:link{color:#666666;}
a:visited{;}
a:hover{;}
a:active{;}
ul.tdftad{
	display:none;
}
#menu{
	width:200px;
	background-color:#ffffff;
}

ul{
	border:0;
	padding:0;
	list-style-type:none;
	border-top:1px solid #666666;
	
}
ul li{
	text-align:left;
	text-indent:10px;
}
ul li a{
	text-decoration:none;
	display:block;
	width:200px;
	height:16px;
	padding:10px 0 10px 0;
	border-bottom:1px solid #666666;
	background:#ffffff url('../img/list_marker_red.gif') no-repeat left ;

}
ul li a:hover{
	color:#ffffff;
	text-decoration:none;
	display:block;
	width:200px;
	height:16px;
	padding:10px 0 10px 0;
	border-bottom:1px solid #666666;
	background:#ff0000 url('../img/list_marker_white.gif') no-repeat left ;

}


