/* ######### Chrome Main Menu Bar CSS ######### */

.chromemenu{
width: 100%;
font-weight: bold;
font-size: 11px;
}

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

.chromemenu ul{
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
width: 100%;
background: url(http://www.juehnsdorf.de/gif/chromebg.gif) center center repeat-x;
padding: 7px 0px;
margin: 0px;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #000000;
padding: 7px;
margin: -2px;
text-decoration: none;
border-right: 1px solid #000000;
}

.chromemenu ul li a:hover{
background: url(http://www.juehnsdorf.de/gif/hintergrund8.jpg) center center repeat-x;
}

.chromemenu ul li a.selected{
background: url(http://www.juehnsdorf.de/gif/hintergrund8.jpg) center center repeat-x;
}
