#portal-header ul {
    clear: both;
    font-family: Helvetica, Arial, sans-serif;
    list-style-type: none;
    position: relative;
    /*margin: 2em;*/
    /*margin-top: 120px;*/
    /*margin-bottom: 0px;*/
    /*padding: 1em;*/
    height: 20px;
}

#portal-header ul li {
    position: relative;
    z-index: 200;
    /*padding: 0 0.5em;*/
    /*line-height: 1.5;*/
    /*float: left;*/
}

#portal-header ul.links {
    /*font-family: Georgia, serif;*/
}

#portal-header ul.links div.ahover {
    background: #ffb url('up.png') no-repeat center bottom;
    /*padding-bottom: 10px;*/
}

#portal-header div.ahover {
    position: absolute;
}

#portal-globalnav li {
    /*color: #eee;*/
    /*background: #222;*/
    text-align: center;
    /*margin-top: 0px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    height: 2em;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /*border: 3px solid #111;*/
}

#portal-globalnav li:hover {
    color: #134;
}

#portal-globalnav div.ahover {
    background: #08b118;
    border: 2px solid #cef;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}





