﻿#menuBarTable
{
    position:relative;
    top:0px;
    width:997px;
    text-align:center;
    background-image:url('../../App_Images/bar_BG.jpg');    
    background-repeat:repeat-x;
}

#menuBarTable a
{
    position:relative;
    text-decoration:none;
    top:4px;
    color:White;
    font-weight:bold;   
}

#menuBarTable a:hover
{
    position:relative;
    text-decoration:none;
    top:4px;
    color:Silver;
    font-weight:bold;
}

#menuLeft
{  
    width:6px;
    height:43px;
    background-image:url('../../App_Images/bar_Left.jpg');    
}

#menuRight
{  
    text-align:right;
    width:6px;
    height:43px;
    background-image:url('../../App_Images/bar_Right.jpg');    
}

.menuDivider
{
    width:13px;
    height:43px;
    background-image:url('../../App_Images/bar_Div.jpg');  
}

#menuSub
{
    position:relative;
    top:0;
    height:45px;
    width:997px;
    font-weight:bold;
    color:Gray;
    text-align:center;
    padding-top: 8px;
    background-image:url('../../App_Images/bar_Lower.jpg');    
    background-repeat:repeat-x;
}

#menuSubContent
{
    position:relative;
    left:126px;
    text-align:left;
}

/*------------------------ Active Tab -----------------------*/

#tabLeft
{
    width:5px;
    height:43px;
    background-image:url('../../App_Images/tab_Left.jpg'); 
}

#tab
{
    top:0px;
    padding-right:10px;
    padding-left:10px;
    height:43px;
    background-image:url('../../App_Images/tab_BG.jpg'); 
    background-repeat: repeat-x;
}

#tabText
{
    padding-top:12px;
    
}

#tabText a   
{
    color:#1C5A83;
    font-size:14px;
}

#tabText a:hover
{
    color:#3B7297;
}

#tabRight
{
    width:5px;
    height:43px;
    background-image:url('../../App_Images/tab_Right.jpg');
}

/*--------------------- Left Menu -----------------------*/

.leftMenuContainer a
{
    font-size:11px;
    font-weight:bold;
    color:gray;
    /*color:#078EE7;*/
}

.leftMenuContainer a:hover
{
    color:silver;
}

.menuCell
{
    /*background-image: url("../../App_Images/ball.png");
    background-position: left;
    background-repeat:no-repeat;
    padding-left:13px;*/
    width:112px;
    border-bottom: dashed 1px silver;
    padding:5px;
}

.menuHeading
{
    font-weight: bolder;
    color: Gray;
    text-transform: Uppercase;
}
