#menu_head {
    background    : #7e9bc1;
    height        : 12px;
    margin-top    : 4px;
    margin-bottom : 15px;
}

#menu_search {
    background     : #7e9bc1;
    margin-top     : 20px;
    margin-bottom  : 10px;
    padding-top    : 4px;
    padding-bottom : 2px;
    padding-left   : 10px;
    color          : #07447d;
}

#menu_search img {
    vertical-align : middle;
    cursor         : hand;
    cursor         : pointer;
}

#menu_search p {
    padding : 0;
}

#menu_search input {
    border : 1px solid #07447d;
}

#menu {
}

#menu a {
    display           : block;
    background-repeat : no-repeat;
    line-height       : 27px;
    padding           : 1px;
    padding-left      : 38px;
    font-size         : 90%;
    font-weight       : bold;
    color             : #2f4045;
    font-family       : Arial;
    text-decoration   : none;
}

#menu a:hover, #menu a.selected {
    background          : #d9deed;
    background-repeat   : no-repeat;
    border              : 1px solid #EFF3FF;
    padding             : 0;
    padding-left        : 39px;
    color               : white;
    text-decoration     : none;
}

#submenu {
    background : #e4e8f5;
}

#submenu a {
    background      : url('../img/submenu_bullet.jpg') 5px 5px no-repeat;
    line-height     : 18px;
    padding         : 1px;
    padding-left    : 23px;
    margin-left     : 40px;
    text-decoration : none;
}

#submenu a:hover, #submenu a.selected {
    background      : #d9deed url('../img/submenu_bullet_selected.jpg') 5px 5px no-repeat;
    padding         : 0;
    padding-left    : 23px;
    text-decoration : none;
}

#menu a#menu_index {
    background : url('../img/menu_home_fuzzy.jpg') 0 50% no-repeat;
}

#menu a#menu_index:hover, #menu a#menu_index.selected {
    background : #d9deed url('../img/menu_home.jpg') 0 50% no-repeat;
}

#menu a#menu_contact {
    background : url('../img/menu_telephone_fuzzy.jpg') 0 50% no-repeat;
}

#menu a#menu_contact:hover, #menu a#menu_contact.selected {
    background : #d9deed url('../img/menu_telephone.jpg') 0 50% no-repeat;
}

#menu a#menu_ketht {
    background : url('../img/menu_ketht_fuzzy.jpg') 0 50% no-repeat;
}

#menu a#menu_ketht:hover, #menu a#menu_ketht.selected {
    background : #d9deed url('../img/menu_ketht.jpg') 0 50% no-repeat;
}

