.menu{
text-align: left;
font-size:13px;
line-height:37px;
margin-bottom:4px;
}
.menu a{
text-align: center;
}

.menuelement{
margin-right:3px;
float: left;
color: #fff;
height:37px;
width:182px;
background-color:#ea3534;
}
.menuelement:hover{
margin-right:3px;
float:left;
color: #4e4e4e;
height:37px;
width:182px;
background-color:#b3b3b3;
}
.menuelementactive{
margin-right:3px;
float: left;
color: #4e4e4e;
height:37px;
width:182px;
background-color:#b3b3b3;
}
.menuelementactive:hover{
margin-right:3px;
float: left;
color: #4e4e4e;
height:37px;
width:182px;
background-color:#b3b3b3;
}
