#navibar_container {
    text-align : center;
    background-color : white;
    border-bottom : 1px solid black;
    height : 30px;
    position : relative;
    z-index : 2;
}
#navibar {
    position : relative;
    text-align : left;
    width : 540px;
    margin-left : auto;
    margin-right : auto;
}
.mainmenu {
    position : absolute;
    font-size : 11px;
    font-family: Verdana, Arial, sans-serif;
    height : 20px;
}
.mainmenu a {
    display : block;
    height : 20px;
    text-align : center;
    text-decoration : none;
    color : blue;
}
.mainmenu a:hover {
    background-color : #00ffff;
}
#mainmenu_web_top {
    left : 0px;
    top : 0px;
    width : 70px;
}
#mainmenu_top {
    left : 70px;
    top : 0px;
    width : 70px;
}
#mainmenu_categories {
    left : 140px;
    top : 0px;
    width : 90px;
}
#mainmenu_other {
    left : 230px;
    top : 0px;
    width : 90px;
}
  
#mainmenu_archives {
    left : 320px;
    top : 0px;
    width : 80px;
}
#mainmenu_link {
    left : 400px;
    top : 0px;
    width : 90px;
}
#mainmenu_about {
    left : 490px;
    top : 0px;
    width : 50px;
}
.submenu {
    position : absolute;
    left : 0px;
    top : 20px;
    width : 150px;
    visibility : hidden;
    text-align : left;
    font-size : 12px;
    font-family : Verdana, Arial, sans-serif;
    border : 1px solid black;
    padding : 3px 10px 3px 10px;
    background : #e6ecf2;
    line-height : 14px;
    }
.submenu a {
    display : inline;
    width : auto;
    height : auto;
}

