﻿/* MENUBAR */

.menuContainer {  
    padding:10px 0px 0px 12px;
    font-size:11px;    
}


/* Active item */
.menuItem {    
    background:transparent url(../_images/menuItemBorder.gif) no-repeat bottom left; 
    margin:5px 0px 5px 0px;
    padding-bottom:7px;    
}

.menuItem_active {    
    background:transparent url(../_images/menuItemBorder.gif) no-repeat bottom left;
    margin:5px 0px 5px 0px;
    padding-bottom:7px;
}


/* Links */
.menuItem a {
    color:#5b5b5b;
    text-decoration:none;    
    font-weight:bold;
    margin:0px 0px 0px 10px;
}
.menuItem a:hover {
    color:#429908;
    text-decoration:underline; 
}
.menuItem_active a {
    color:#429908;        
    font-weight:bold;
    margin:0px 0px 0px 10px;
    text-decoration:underline;
}
.menuItem_active a:hover {
}