ul#mainNav {
clear: both;
float: left;
list-style-type: none;
text-transform: uppercase;
width: 250px;
border-top: 2px solid #000;
border-right: 2px solid #000;
border-left: 2px solid #51708d;
margin: 20px 0 20px 0;
font-weight: bold;
}

ul#mainNav li {
}

ul#mainNav li a {
border-bottom: 2px solid #000;
display: block;
height: 10px;
padding: 7px 0 9px 20px;
color: #FFF;
background: url(../images/navi-glanz.gif) top no-repeat; 
}

ul#mainNav li#first a {
height: 9px;
padding: 7px 0 10px 20px;
background: url(../images/navi-glanz-oben.gif) top no-repeat
}

ul#mainNav li a:hover,
ul#mainNav li a.active {
color: #ffd500;
background: #6b93b9 url(../images/mainNav_icon.gif) no-repeat;
background-position: 10px 11px;
}

ul#mainNav li#first a:hover,
ul#mainNav li#first a.active {
color: #ffd500;
background: #6b93b9 url(../images/mainNav_icon.gif) no-repeat;
background-position: 10px 10px;

}

#address a{
	float: left;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}