#sidebar_map A:link {
	COLOR: #081589;
	TEXT-DECORATION: none;
}
#sidebar_map A:visited {
	COLOR: #081589;
	TEXT-DECORATION: none;
}
#sidebar_map A:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: none;
}
#sidebar_map A:active {
	COLOR: #081589;
	TEXT-DECORATION: none;
}

#sidebar_map UL {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-top: 5px;
}
#sidebar_map UL LI {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

TABLE.DistributorsState {
	border-bottom: solid 1px #FF0000;
}
TD.DistributorsState {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
A.DistributorsState,
A.DistributorsState:link,
A.DistributorsState:visited,
A.DistributorsState:hover,
A.DistributorsState:active {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	TEXT-DECORATION: none;
}
A.DistributorsState:hover {
	COLOR: #081589;
}