.menudiv li
{
display: inline;
padding:20px;
background-image: url(images/middleblugel.gif);
list-style-type: none;
background-position: top left;
background-repeat: repeat-x;		
}

li.right
{
 background-image: url(images/rightblugel.gif);
 background-position: top left;
 background-repeat: no-repeat;
}

li.left
{
 background-image: url(images/leftblugel.gif);
 background-position: top right;
 background-repeat: no-repeat;
}

.menudiv
{  
position: relative;
width:500px;
margin:auto;
height: 50px;
}

.menudiv a
{
color: white;
text-decoration: none;
font-family: verdana, garamond, sans-serif;
font-size: 14px;
}
