a {
	font-family: Arial;
	font-weight: bold;
	color: darkgreen;
	text-decoration: none;

    background: url(../../images/linkbubble.gif) no-repeat;
	/*display: block;*/
	vertical-align: middle;
	text-align: left;
	/*padding-left:10px;*/
}



a:link {
	color: darkgreen;
}

a:hover {
	color: orange;
}

a:active {
	color: orange;
}

a.image_select {
	font-family: Arial;
	font-weight: bold;
	color: darkgreen;
	text-decoration: none;
	font-size: 10pt;
}

a.menu_item {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: darkgreen;
	text-decoration: none;
}

a.menu_item:link {
	color: darkgreen;
}

a.menu_item:hover {
	color: orange;
}

a.menu_item:active {
	color: orange;
}

img.menu_icon {
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}

