#navcontainer {
    position: relative;
    margin-left     : 0px;
    padding-top     : 0px;
    padding-bottom  : 1px;
    font-size       : 11px;
    width           : 167px;
    z-index         : 5;	
}

#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align : right;
}

#navcontainer li a {
        background-color: #4077af;
        border-top      : 1px solid white;
        border-left     : 6px solid #004670;

        padding         : 0px 5px 1px 0;
        margin          : 0 0 1px 0;
        color           : #fff;
        text-align      : right;
        text-transform  : uppercase;
		text-decoration : none;
        white-space     : nowrap;
        width           : 156px;
        z-index         : 10;
}

#navcontainer a:hover {
        background-color: #004771;
        border-top      : 1px solid white;
        border-left     : 6px solid #4f8635;

		font-weight     : bold; 
        text-align      : right;
        text-transform  : uppercase;
		text-decoration : none;
		
        width           : 156px;
        z-index         : 10;
}

#navcontainer a {
    display: block;
    padding: 1px 2px 1px 2px;
    heigth: 14px;
    color: #333;
    text-decoration: none;
}

#navcontainer a:hover, #navcontainer a:active {
    text-decoration: none;
}

#navcontainer ul ul li { 
    margin: 0 0 1px 0;
    font-weight: normal; 
}

#navcontainer ul ul a {
        background-color: #d5e2ea;
        border-top      : 1px solid white;
        border-left     : 6px solid #d5e2ea;
        color           : #004771;
        cursor          : pointer;
        
        padding-right   : 5px;
        padding-bottom  : 1px;
        padding-left    : 3px;


	
		font-weight     : bold;

		text-decoration : none;
        text-transform  : lowercase;
		white-space     : normal;
        
        width           : 137px;
        z-index         : 5;
}

#navcontainer ul ul a:hover, #navcontainer ul ul a:active {
        background-color: #9cc090;
        border-left     : 6px solid #4f8635;  
        width           : 137px;
        text-transform  : lowercase;
        z-index         : 5;
}

#navcontainer a.item_active {
        background-color: #004771;
        border-top      : 1px solid white;
        border-left     : 6px solid #4f8635;

		font-weight     : bold;
        text-transform  : uppercase;
		text-decoration : none;
		
        width           : 156px;
        z-index         : 10;
}

#navcontainer a.subitem_active {
        background-color: #9cc090;
        border-left     : 6px solid #4f8635;  
        width           : 137px;
        text-transform  : lowercase;
        z-index         : 5;
}

