/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
#topmenu a { font-size: 11px; color: #fff;}

#topmenu{
background-color:#000;
color:#fff;
margin:0;
padding:10px 10px;
height:30px;
font-size:11px;
webkit-border-bottom-left-radius:10px;
webkit-border-bottom-right-radius:10px;
moz-border-bottom-left-radius:10px;
moz-border-bottom-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;  }

.mod-languages { float:left; }
.langselect {  color: #FFFFFF;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    margin-top: -20px;}
.pretext { float:left; }

div.mod-languages ul {
    float: right;
    list-style: none outside none;
    margin: 7px 0 0 5px;
    padding: 0;
}