    #eventNavBarOuterDiv {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #eventNavBarList {
        font-family: Arial, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px 0;
        padding: 0;
        list-style-type: none;
        background-color: #eee;
        font-size: 13px;
        height: 40px;
        border-top: 2px solid #eee;
        border-bottom: 2px solid #ccc;
    }
    #eventNavBarList li {
        float: left;
        margin: 0;				
    }
    #eventNavBarList li a {
        text-decoration: none;
        display: block;
        padding: 0 20px;
        line-height: 40px;
        color: #fff;
    }
    #eventNavBarList li a:hover, #eventNavBarList li.active a {
        background-color: #f5f5f5;
        border-bottom: 2px solid #DDD;
        color: #999;
    }
    #eventNavBarInnerDiv ul {margin-left: 12px;}
    #eventNavBarInnerDiv {padding: 0 16px 0 0; background: url(images/red.png) no-repeat right;}
    #eventNavBarInnerDiv .eventNavBarLeft {float: left; height: 44px; width: 12px; background: url(images/red.png) no-repeat left;}
            
            
/* red Menu */

#eventNavBarInnerDiv ul {
        border-top: 2px solid #660000;
        border-bottom: 2px solid #450000;
        background: #660000;}
#eventNavBarInnerDiv a {color: #fff;}
#eventNavBarInnerDiv li a:hover, #eventNavBarInnerDiv li.active a {color: #F27F84; background: #990000; border-bottom: 2px solid #660000;}
#eventNavBarInnerDiv {background: url(images/red.png) no-repeat right;}
#eventNavBarInnerDiv .eventNavBarLeft {background: url(images/red.png) no-repeat left;}