#sgl-nav {
    /*height: 50px;*/
    font-size: 0.75em;
    display : block;
    height : 40px;
    position: static;
    /*width: 900px;
    margin-bottom : 3px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 3px;
    text-align:center;*/

}
#sgl-nav ul {
    /*position: ;*/
    /*width: 900px;*/
    padding: 0;
    margin: 0;
    /*background-color: #99cc00;*/
    padding: 0;
    border: 1px;
    /*margin: 0 auto 0 auto;*/

}
#sgl-nav ul li {
    float: left;
    display: inline;
    margin-left: 1px;
}
#sgl-nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 0.25em;
    /*background-color: #9dcdfe;*/
    font-size: 1.3em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.03em;
    /*border-right: 0.1em solid #99cc00;*/
    color:#006699;
    border:1px solid #006699;
    background: white;
}
#sgl-nav ul li a:hover {
    color: white;
    text-decoration: underline;
    background:#bbbbbb;

}
#sgl-nav ul li.current a {
    color: white;
    background:#bbbbbb;
}
#sgl-nav ul li.current a:visited {
    color: white;
}
/* hide the sublevels */
#sgl-nav ul ul {
    /*position: relative;*/
    display: none;
}
#sgl-nav ul li.current ul {
    position: absolute;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
    _width: expression(document.body.clientWidth);
    padding: 0;
    /*background-color: #e5f1ff;*/
}
#sgl-nav ul li.current li {
    padding: 0.4em 0;
}
#sgl-nav ul li.current li a {
    /* hide first pipe */
    /*left: -1px;*/
    padding: 0 1em;
    font-weight: normal;
    /*font-size: 1.1em;*/
    letter-spacing: 0;
    color: #006699;
    /*border-right: none;*/
    /*border: 0.1em solid #006699;*/
}
/* hide 3rd or more levels */
#sgl-nav ul ul ul li {
    display: none;
}

