﻿.menuContainer {    
    padding:0px 11px 0px 11px;
    width: 922px;
    height: 58px;
    background: transparent url('../_images/menu-bg.gif') no-repeat top left;
}
.menuItemContainer {}
.menuItemContentFill{    
    height:58px;
    width:274px;
    background: transparent url('../_images/menu-item-content-bg.gif') repeat-x top left;
    float:left;
}

.menuItemLeft {
    height:58px;
    width:5px;
    background: transparent url('../_images/menu-item-left.gif') no-repeat top left;
    float:left;
}
.menuItemContent {
    padding:18px 18px 0px 18px;
    height:40px;
    background: transparent url('../_images/menu-item-content-bg.gif') repeat-x top left;
    float:left;
}
.menuItemRight {
    margin-right:1px;
    height:58px;    
    width:5px;
    background: transparent url('../_images/menu-item-right.gif') no-repeat top left;
    float:left;
}

/* Active item */
.menuItemContainer_active .menuItemLeft {  
    background: transparent url('../_images/menu-item-left-active.gif') no-repeat top left;
}
.menuItemContainer_active .menuItemContent {  
    background: transparent url('../_images/menu-item-content-active-bg.gif') repeat-x top left;
}
.menuItemContainer_active .menuItemRight {  
    background: transparent url('../_images/menu-item-right-active.gif') no-repeat top left;
}

/* Links */
.menuItemContent a {
    color:#373e44;
    text-decoration:none;    
    font-weight:bold;
    font-size:15px;
    margin:0px 0px 0px 0px;
}
.menuItemContent a:hover {
    color:#1e83d8;
    text-decoration:none;    
    font-weight:bold;
    font-size:15px;
    margin:0px 0px 0px 0px;
}
.menuItemContainer_active .menuItemContent a { 
    color:#FFF;
}
.menuItemContainer_active .menuItemContent a:hover { 
    color:#FFF;
}
