#left-menu ul {
	margin: 0px;
	padding: 0px;
}
#left-menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#left-menu a {
	background-image: url(img/menu_flag.gif);
	background-repeat: no-repeat;
	background-position: left -15px;
	padding-left: 20px;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #626262;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 6px;
}
#left-menu a:hover {
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #F6419D;
	text-decoration: underline;

}
#left-menu {
	margin-top: 26px;
	margin-bottom: 20px;
	margin-left: 23px;
}

#left-menu a.selected {
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #F6419D;
	text-decoration: underline;
	
}
