a.WP_MenuLeftTop,a.WP_MenuLeftTop:link, a.WP_MenuLeftTop:visited {
	color:#A5C7D5;
	color:#FFFFFF;
	display:block;
	text-indent:5px;		/* linke Texteinrueckung */
	width:210px;
	padding:4px;			/* Gesamtexteinrueckung des Rechteckes */
	text-decoration:none;
	font-family: "MS Sans Serif", Tahoma, Verdana, Arial;
	font-size: 10pt;
	vertical-align:middle;
	text-align:left;
        border-bottom: 0px solid;
}

a.WP_MenuLeftTop:focus, a.WP_MenuLeftTop:hover, a.WP_MenuLeftTop:active {
	color:#000000;
	font-family: "MS Sans Serif", Tahoma, Verdana, Arial;
	font-size: 10pt;
	background-image: url(/Entwicklung/Grafiken/Menu_Hover.png);
	background-repeat: no-repeat;
	text-decoration:none;
        border-bottom: 0px solid; 
}

a.WP_MenuLeftTop_selected, a.WP_MenuLeftTop_selected:link, a.WP_MenuLeftTop_selected:visited {
	color:#FFFFFF;
	display:block;
	text-indent:5px;		/* linke Texteinrueckung */
	width:210px;
	padding:4px;			/* Gesamtexteinrueckung des Rechteckes */
	text-decoration:none;
	font-family: "MS Sans Serif", Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	vertical-align:middle;
	text-align:left;
	background-image: url(/Entwicklung/Grafiken/Menu_Normal.png);
	background-repeat: no-repeat;
        border-bottom: 0px solid; 
}

a.WP_MenuLeftTop_selected:focus, a.WP_MenuLeftTop_selected:hover, a.WP_MenuLeftTop_selected:active {

	color:#000000;
	font-family: "MS Sans Serif", Tahoma, Verdana, Arial;
	font-size: 10pt;
	background-image: url(/Entwicklung/Grafiken/Menu_Hover.png);
	background-repeat: no-repeat;
	text-decoration:none;
        border-bottom: 0px solid; 

}










