/* Menu Bar Styles */

#menubarWrapper {
    color: yellow;
    float: right;
    width: 100%;
    height: 30px;
    margin-top: 85px;
    /* For Layout */
    /*border: 1px dashed red;*/
}

/* These styles extends the chromelayout */

.currentPage{
    background: url(/images/menu/menubg-over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
    color: #FFFFFF;
}

.chromestyle ul li .currentPage {
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #373737;*/
}


