﻿/* Tag */
ul.menuBar
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menuBar li
{
    float: left;
    vertical-align: middle; 
}

ul.menuBar li a
{
    font-family: Arial, Verdana, Tahoma;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    float: left;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: inherit;
    text-decoration: none;
    width: 80px;
    color: #fff;
}

ul.menuBar li a.selected
{
    text-align: center;
    float: left;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: inherit;
    text-decoration: none;
    background-image: url(../images/menu_selected_bg.jpg);
    background-repeat: repeat-x;
    width: 80px;
    color: #fff;
}

ul.menuBar li a:hover
{
    float: left;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: inherit;
    text-decoration: none;
    color: #ffcccc;
    
}

ul.menuBar li a.selected:hover
{
    float: left;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: inherit;
    text-decoration: none;
    background-image: url(../images/menu_selected_bg.jpg);
    color: #ffcccc;
}



ul.menuBar li.split
{
    float: left;
    width: 1px;
    line-height: inherit;
    background-color: Transparent;
}



/* Class */
.menubarMain
{
    height: 31px; /* value must match with 'line-height' !!! */
    line-height: 31px; /* value must match with 'height' !!! */
    vertical-align: middle;
    text-align: left;   
    padding: 0px;
    background-image: url(../images/menuBar_bg.jpg);
    background-repeat: repeat-x;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
