#menu_mpg{
margin: 0;
padding-left: 15px;
}

#menu_mpg ul{
width:100%;
background: url(../img/menue_bg.jpg) repeat-x;
padding: 0;
margin: 0;
float: left;
font: bold 80% Verdana;
}

#menu_mpg ul li{
display: inline;
}


#menu_mpg ul li a, #menu_mpg ul li span{
float: left;
color: #fff;
font-weight: bold;
/* TOP RIGHT BOTTOM LEFT*/
padding: 20px 13px 5px 6px;
text-decoration: none;
background: url(../img/divider.jpg) top right no-repeat;
height:25px;
}

#menu_mpg ul li span{ /*Targets span tag to the right of #leftcorner below*/
padding-left: 0px;
}

#menu_mpg ul li a#leftcorner{
float: none;
padding-right: 0px;
padding-left: 10px;
/*background: url(../img/menue_left.jpg) top left no-repeat;*/
}

#menu_mpg ul li a#rightcorner{
padding-right: 10px;
/*background: url(../img/rightcorner.gif) top right no-repeat;*/
}

#menu_mpg ul li a:hover{
text-decoration: none;
color:#999;
}

#menu_mpg:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
