﻿#navcontainer { position: absolute; top: 65px; left: 232px; line-height: normal; 
    text-align: center; margin: 0 0 0 0; padding: 0; height: 26px; border-right: 1px solid yellow;}
#navcontainer ul { border: 0; margin: 0; padding: 0; list-style-type: none; text-align: center; }
#navcontainer ul li { display: block; float: left; vertical-align:middle; text-align: center; 
    padding: 0; margin: 0; }
#navcontainer ul li a { background: #056C8D; width: 99px; height: 25px; border-top: 1px solid yellow;
    border-left: 1px solid yellow; border-bottom: 1px solid yellow; border-right: none;
    padding: 0; margin: 0 0 10px 0; color:white; text-decoration: none; display: block;
    text-align: center; 
    font: normal 10px/12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    }
#navcontainer ul li a:hover { color: yellow; background: #278D4B; }
#navcontainer a:active { background: #c60; color: #fff; }
#navcontainer li#active a { background: #c60; border: 1px solid #c60; color: #fff; }



#navcontainer2 { position: absolute; top: 91px; left: 232px; line-height: normal; 
    text-align: center; margin: 0 0 0 0; padding: 0; height: 26px; border-right: 1px solid yellow;}

#navcontainer2 ul { border: 0; margin: 0; padding: 0; list-style-type: none; text-align: center; }

#navcontainer2 ul li 
    {
        display: block; 
        float: left; 
        text-align: center; 
        padding: 0; 
        margin: 0; 
        background: #056C8D; 
        width: 99px; 
        height: 25px; 
        border-top: 1px solid yellow; 
        border-left: 1px solid yellow; 
        border-bottom: 1px solid yellow; 
        border-right: none;
        padding: 0; 
        margin: 0 0 10px 0; 
        color: white; 
        text-decoration: none; 
        display: block;
        text-align: center; 
        font: normal 10px/12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
        
        
        }
#navcontainer2 ul li a 
    { 
        background: #056C8D; 
        width: 99px; 
        height: 25px; 
        padding: 0; 
        margin: 0 0 10px 0; 
        color: white; 
        text-decoration: none; 
        display: block;
        text-align: center; 
        font: normal 10px/12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    }
#navcontainer2 ul li a:hover { color: yellow; background: #278D4B; }
#navcontainer2 a:active { background: #c60; color: #fff; }
#navcontainer2 li#active a { background: #c60; border: 1px solid #c60; color: #fff; }
