ul.tabs
{
    width: 100%;
    height: 26px;
    line-height:24px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #666666;
    border-bottom: 1px solid #B4B4B4;
    
    margin-bottom: 7px;
 
    padding-left: 5px;
    z-index:8;
    
}

ul.tabs a
{
    text-decoration: none;
   color: #000000;
}

ul.tabs li
{
    margin: 0 0 0 0;
    padding: 0;
    background-image: url(../App_Themes/Default/img/Nav_BG_PB.gif);
    border-right: 1px solid #B4B4B4;
    border-left: 1px solid #B4B4B4;
    color: #000000;
    display: inline;
    float: left;
    font-size: 10px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    width: 71px;
    z-index: 10;
    margin-top:2px;
    margin-right:-1px;
    
   
}

ul.tabs li a
{
    line-height: 24px;
    display: inline;
}

ul.tabs li.active
{
    background-image:none;
    background-color:#ffffff;
    z-index: 12;
    padding-top:2px;
    height: 24px;
    line-height: 24px;
    margin-top:0px;
    border-left:2px solid #B4B4B4;
    border-right:2px solid #B4B4B4;
    border-top:1px solid #B4B4B4;
}

ul.tabs li.active a
{

}

ul.tabs li:hover, ul.tabs li.hover
{
    background-image: url(../App_Themes/Default/img/Nav_BG_Hover.gif);
    color: #000000;
    border-top:1px;
    
}

ul.tabs li.active li:hover
{
    color: #ffffff;
}

ul.tabs li a:hover, ul.tabs li a.hover
{
    color: #000000;
}

ul.tabs li.right
{
    float: right;
}
ul.tabs li.last
{
    margin: 0;
}

/*ul.tabs > li:last-child
{
    background: #FF0000 !important;
    z-index: 12;
    padding-top:1px;
    height: 24px;
    line-height: 24px;
    margin-top:0px;
    border: 1px solid #B4B4B4;
    border-bottom: 0px !important;
}

ul.tabs > li:last-child a
{
    color: white !important;
    font-weight: bold;
}*/

.markedtab
{
    background: #FF0000 !important;
    z-index: 12;
    padding-top:1px;
    height: 24px;
    line-height: 24px;
    margin-top:0px;
    border: 1px solid #B4B4B4;
    border-bottom: 0px !important;
}

.markedtab a
{
    color: white !important;
    font-weight: bold;
}

ul.tabs li ul.expandable
{
    margin-top:2px; 
    position: absolute;
    z-index: 9999;
    list-style: none;
    padding: 0;
    background: #e4eff8;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #B4B4B4;
    z-index:99;
    
}

ul.tabs li ul.expandable li.expandable_trigger
{
    background: url(../App_Themes/Default/img/hasExpandables.gif) no-repeat center right #e4eff8;
     border-width: 0 0 0 0;
}

ul.tabs li ul.expandable.hidden
{
    display: none;
}

ul.tabs li ul.expandable li
{
    background-image: url(../App_Themes/Default/img/Nav_BG_PB.gif);
    float: none;
    display: block;
    background: none;
    border-width: 0 0 0 0;
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    text-align:left;
    font-size: 10px;
    z-index:99;
    
}

ul.tabs li ul.expandable li.active
{
    background-color: #BFD5FF;
    border-width: 0 0 0 0;
    z-index:99;
   
}

ul.tabs li ul.expandable li a
{
    padding: 3px 10px 6px 10px;
    display: block;
    background: none;
    white-space: nowrap;
    z-index:99;
    
}

ul.tabs li ul.expandable li:hover, ul.tabs li ul.expandable li.hover
{
    background-color: #bdd7ff;
    border-width: 0 0 0 0;
    z-index:99;
    
    
}

