﻿/* Menu ------------------------------------------------------------------------------------------------ */
#menu
{
  width:981px;   
}

#menu-right
{
 float:right;
  width: 5px;
}

#menu-left
{
    float:left;
    width: 11px;
}

#menu-center
{
    float:left;
    width: 837px;  
    background-image: url('/images/menu/menu_C.gif') ;
    height: 34px;      
}

#menu .Item
{
    /* CSS class for non-selected Menu Item */ /*background: url('images/button_1px_gradient.gif') no-repeat; */
    /*background-image: url( ../images/menu/menu_C.gif);*/
    text-align: center;
    color: White;
    font: 8pt Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;   
    width: 96px;
    /* Different */    
    height: 34px;
    line-height: 34px;
    vertical-align: middle;      
}

#menu .ItemSelected, #menu .ItemHover
{
    /* CSS class for non-selected Menu Item */ /*background: url('images/button_1px_gradient.gif') no-repeat; */
    /*background-image: url( ../images/menu/menu_C_A.gif);*/
    text-align: center;
    color: White;
    font: 8pt Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;   
    width: 96px;
    /* Different */    
    height: 34px;
    line-height: 34px;
    vertical-align: middle;        
}

#menu .DItem
{
    /* CSS class for non-selected Menu Item */ /*background: url('images/button_1px_gradient.gif') no-repeat; */    
    /*background-image: url( ../images/menu/header_over.gif);*/
    width: 140px;
    height: 27px;    
    background-color: #ffffff;
    color:#808080;
    font: 8pt Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    line-height: 27px;    
    padding-left:5px;          
    border-right: solid 1px #808080;    
    border-left: solid 1px #808080;    
    border-bottom: solid 1px #808080;    
    z-index: 1;    
}

#menu .DItemSelected, #menu .DItemHover
{
    /* CSS class for non-selected Menu Item */ /*background: url('images/button_1px_gradient.gif') no-repeat; */    
    /*background-image: url( ../images/menu/header_over.gif);*/
    width: 140px;
    height: 27px;    
    background-color: #6A6561;
    color:#ffffff;    
    font: 8pt Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    line-height: 27px;    
    padding-left:5px;          
    border-right: solid 1px #808080;    
    border-left: solid 1px #808080;    
    border-bottom: solid 1px #808080;    
}

/* CSS classes for standard Links, only valid inside the #menu DIV */
#menu a, #menu a:visited
{
    background: transparent !important;
    display: block;
    text-decoration: none;
}

#menu a:hover, #menu a:active, #menu a:focus
{
    background: transparent !important;
    display: block;
    text-decoration: none;
}
