﻿#Menue a
{
    background: url(icons/bullet_green.gif) no-repeat -4px -1px;
	text-decoration: none;
	padding-left: 10px;
	font-family: Arial; 
	font-size: 11px;
}

#Menue a:hover
{
    background: url(icons/bullet_orange.gif) no-repeat -4px -1px;
    text-decoration: none;
    color: Orange;
}

.HMenu {
    font-family: Georgia;
    font-size: 9px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    line-height: 10px;
	padding: 0px;
	margin: 0px;
	padding-left: 2px;
	vertical-align: bottom;
	white-space: nowrap;
	line-height: 12px;
}

.HMenu a, .HMenu a:visited {
	font-family: Georgia;
    font-size: 9px;
	color: black;
	text-decoration: none;
	vertical-align: bottom;
}
.HMenu a:hover {
	color: white;
}
