BODY 
{
    font-family : Verdana, Arial, sans-serif;
    font-size : 10pt;
    margin-left: 0;
    background-image: url('../images/Menu_Bk.jpg');
    background-repeat: repeat-y;
    background-color: white;
}

TD
{
    font-family : Verdana, Arial, sans-serif;
    font-size : 10pt;
}

H3, H4 
{
    font-size: 10pt;
    font-family: Verdana, Arial, sans-serif;
}

H5 
{
    font-size: 8pt;
    font-family: Verdana, Arial, sans-serif;
}

hr 
{ 
    height: 1px; 
}

#MenuTable TD
{
    font-family : Tahoma, Arial, sans-serif;
    font-size : 14px;
}

#MenuTable a:link,
#MenuTable a:visited
{
    display: block;
    width: 150px;
    margin: 1px;
    padding-left:5px; padding-right:5px; padding-top: 0px; padding-bottom: 1px;
    color: black;
    text-decoration: none;
}

#MenuTable a:hover
{
    margin: 0px;
    border: 1px solid #4D97D2;
    background-color:#B4D0E6;    
}


/* MenuTable cells */


#MenuTable .TopLeftCorner
{
    height: 17px;
    width: 9px;
    background-image: url('../images/Menu/TopLeftCorner.gif'); 
    background-repeat: no-repeat;
}

#MenuTable .TopRightCorner
{
    height: 17px;
    width: 9px;
    background-image: url('../images/Menu/TopRightCorner.gif'); 
    background-repeat: no-repeat;
}

#MenuTable .TopTile
{
    height: 17px;
    background-image: url('../images/Menu/TopTile.gif'); 
    background-repeat: repeat-x;
}


#MenuTable .BottomLeftCorner
{
    height: 17px;
    width: 9px;
    background-image: url('../images/Menu/BottomLeftCorner.gif'); 
    background-repeat: no-repeat;
}

#MenuTable .BottomRightCorner
{
    height: 17px;
    width: 9px;
    background-image: url('../images/Menu/BottomRightCorner.gif'); 
    background-repeat: no-repeat;
}

#MenuTable .BottomTile
{
    height: 17px;
    background-image: url('../images/Menu/BottomTile.gif'); 
    background-repeat: repeat-x;
}


#MenuTable .LeftSide1
{
    height: 23px;
    width: 9px;
    background-image: url('../images/Menu/LeftSide1.gif'); 
    background-repeat: no-repeat;
}


#MenuTable .RightSide1
{
    height: 23px;
    width: 9px;
    background-image: url('../images/Menu/RightSide1.gif'); 
    background-repeat: no-repeat;
}

#MenuTable .Tile1
{
    height: 23px; 
    background-image: url('../images/Menu/Tile1.gif'); 
    background-repeat: repeat-x;
}


#MenuTable .LeftSide2
{
    height: 23px;
    width: 9px;
    background-image: url('../images/Menu/LeftSide2.gif'); 
    background-repeat: no-repeat;
}


#MenuTable .RightSide2
{
    height: 23px;
    width: 9px;
    background-image: url('../images/Menu/RightSide2.gif'); 
    background-repeat: no-repeat;
}

#MenuTable .Tile2
{
    height: 23px; 
    background-image: url('../images/Menu/Tile2.gif'); 
    background-repeat: repeat-x;
}

