#topmenu ul, #topmenu ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#topmenu #menu li {
    margin-right: -5px;
    
}

#topmenu a {
    color: #2a5286;
}
#nav ul li a {
*margin-left: -1px;
    padding: 4px 14px;
    padding-left: 24px;
    border: 1px solid #94a8c1;
    background: white url(../images/topmenu_arrow10.gif) left no-repeat;
    text-transform: uppercase;
}

#nav ul li a:hover {
    color: white;
    background: #548ec0 url(../images/topmenu_arrow12.gif) left no-repeat;
}
#menu {
    /*position: absolute;*/
}
#menu ul {
    display: none;
}

#menu li .menuelem {
    display: block;
    /*border: 1px solid #94a8c1;*/
    position: absolute;
    /*background: #026E99;*/
    /*background: white;*/
    width: 180px;
/*
 * ChS 2008-09-18
 *
    margin-top: 0px;
/*
 */
    margin-top:7px;
    border: 1px solid #94a8c1;
/* /ChS
 */
    /*padding: 8px;*/
    z-index: 1000;
}
#menu li .menuelem2 {
    border: 1px solid #94a8c1;
    background: white;
    margin-top: 7px;
    width: 180px;
    z-index: 6000;
}
#menu li .menuelem li {
    display: block;
    /*padding: 2px 4px;*/
    padding: 0px;
    width: 180px;
    background: white url(../images/topmenu_arrow0.gif) top left no-repeat;
}
#menu li .menuelem li:hover {
    background: #548ec0 url(../images/topmenu_arrow01.gif) top left no-repeat;
}

/*#menu .menuelem2 li {*/
/*    background: white url(../images/topmenu_arrow.gif) top left no-repeat;*/
/*}*/
/*#menu .menuelem2 li:hover {*/
/*    background: #548ec0 url(../images/topmenu_arrow2.gif) top left no-repeat;*/
/*}*/
#menu li .menuelem li a {
    position: relative;
    background: none;
    border: none;
    display: block;
    text-transform: none;
}
#menu li .menuelem .sepmenu {
    height: 0px;
    border-bottom: 1px dotted #4B7DCA;
    padding: 0;
    margin: 0;
    display: none;
}
#menu .firstsepmenu {
    height: 1px;
    border-bottom: 1px solid #94a8c1;
    padding: 0;
    margin: 0;
    background: white !important;
    display: none !important;
}

#menu li .menuelem {
    display: none;
}

/* IE 7 */
#menu li {
*list-style: none;
*list-style-image: none;
*margin: 0px !important;
}
#menu ul {
*padding: 0px !important;
*margin: 0px !important;
}

#menu .menuelem {
*margin-top: 26px !important;
*list-style: none !important;

}

#menu .menuelem2 li {
*margin-left: -16px !important;
*width: 180px !important;
}
