#topmenucontainer {
    border-bottom: 2px solid #808080;
    width:898px;
    height:1.6em;
}

ul#topmenu {
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pavadinimas {
    /*float: left;*/
    background-color: white; 
}
ul#topmenu li {
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: center;
}

.tab, .tabcaution, .tabactive {
    display: block;
    margin: 0.2em 0.2em 0 0.2em;
    padding: 0.2em 0.2em 0 0.2em;
    white-space: nowrap;
    background-color: #969696;
    border: 1px solid #808080;
    border-bottom: 0;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    text-decoration: none;
    color:white;
     
}

#topmenu {
    margin-top: 0.5em;
    padding: 0.1em 0.3em 0.1em 0.3em;
}

/*apatinis bruksnys*/
/*ul#topmenu li {
    border-bottom: 1px solid #0c6e09;
}*/

a.tab:hover, a.tabcaution:hover, .tabactive, .tabactive:hover {
    margin: 0;
    padding: 0.2em 0.4em 0.2em 0.4em;
    
}

a.tab:hover, .tabactive {
    background-color: #B1504E;
}
.clearfloat {
    clear: both;
}