/* linkÃC¦â*/
a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #FFccFF;
}
a:active {
	color: #FFccFF;
}
li {
		margin: 0px 0 0 10px;
		padding-left: 15px;
		background: url(arrow.gif) left center no-repeat;
		border-bottom: 1px dotted #CCCCCC;

	  }