#Sekundaer-Navigation {
	clear: left;
    background: #dddddd;
    color: #333333;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0px 0 3px 0;
    height: 12px;
	font-weight:bold;
}
    #Sekundaer-Navigation a {
        color: #333333;
        font-size: 10px;
        text-transform: uppercase;
        margin: 0px 0px 0px 10px;
        text-decoration: none;
        letter-spacing: -1px;
        vertical-align: top;
		font-weight:bold;
    }
    #Sekundaer-Navigation a:hover {
        margin: 0px 0px 0px 10px
        color: #eeeeee;
        text-decoration: none;
		font-weight:bold;
    }