/* 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;
}

//.publimenu {
//line-height:300%;
//}

A.menulink {
display: block;
width: 160px;
text-align: left;
text-decoration: none;
font-family:arial;
font-weight:bold;
font-size:15px;
line-height:185%;
color: #000000;
border: none;
<!-- border: solid 1px #FFFFFF; -->
}

A.menulink:hover {
border: solid 1px #660033;
background-color:#ffff00;
}




