#top_nav_cnt {
    background: url('/images/admin/bg_frame_top_new.gif') no-repeat;
    height: 56px;
}
#top_nav {
    width: 505px;
    height: 56px;
    margin: 0 67px 0 0;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    float: left;
}
#top_nav ul {
    list-style: none;
}
#top_nav ul li {
    width: 100px;
    height: 27px;
    float: left;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
#top_nav ul li a {
    background: #ef0000 url('/images/admin/pfeil_w.gif') no-repeat 6px 6px;
    display: block;
    padding: 6px 0 6px 14px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
#top_nav ul li a:hover {
    background: #000 url('/images/admin/pfeil_w.gif') no-repeat 6px 6px;
}
#top_search {
    padding: 2px 0 0 0;
    float: left;
}
#top_search input {
    width: 128px;
    font-family: arial, verdana, sans-serif;
    font-size: 10px;
    border: 1px solid #fff;
    position: relative;
    top: -5px;
    padding: 1px 0;
}
*+html #top_search input {
    width: 127px;
    position: relative;
    top: -3px;
    padding: 1px 0 1px 1px;
}
#top_search input.button {
    width: auto;
    border: none;
    position: relative;
    top: 2px;
    left: 3px;
}
*+html #top_search input.button {
    position: relative;
    top: 2px;
    left: 2px;
}
#top_country {
    width: 100px;
    height: 27px;
    margin: 2px 0 0 0;    
    float: left;
}