/* Stylesheet zu mechrech.de , menus*/

/*
mrechmen.css:
CSS Menu highlight- By Marc Boussard (marc.boussard@syntegra.fr)
Modified by DD for NS4 compatibility
Visit http://www.dynamicdrive.com for this script
*/

body {
margin-top: 55px;
margin-left: 4px;
}

A.menulink {
display: block;
width: 140px;
text-align: left;
text-decoration: none;
font-family: Roboto, 'Gill Sans', Helvetica, Arial, Sans-serif;
font-weight: bold;
font-size: 15px;
line-height: 170%;
color: #000000;
border: none;
<!-- border: solid 1px #FFFFFF; -->
}

A.menulink:hover {
border: solid 1px #660033;
background-color: #ffff00;
}




