#menu ul {
	margin: 0;
	padding: 0;
	width: 225px;
	list-style: none;
	font-size:13px;
	font-weight:bold;
}
#menu ul a 
{
	padding-left: 14px;
	background-image:url(image/lball.gif); 
	background-repeat:no-repeat; 
	background-position:left center;
}
#menu ul a:hover {
	text-decoration:none;
	background-image:url(image/sball.gif);
}

#menu ul ul {
	font-weight:normal;
	padding-bottom:10px;
	font-size:13px;
	padding-left: 10px;
}


#menu a:active {text-decoration: none;color:#ff0000;}
#menu a:link { text-decoration: none; color:#0090ff; }
#menu a:visited { text-decoration: none; color:#ff0000; }
#menu a:hover { text-decoration: none; color:#00ffff; }