﻿.divMenu
{  
    clear: both;
    background-color: #231F20;
    background-repeat: repeat-x;
    background-position: bottom;
    height: 24px;
    width: 877px;
    padding: .4em 0em 0em 0em;
    color: #30403e;
    border-left:solid 1px silver;
    border-right:solid 1px silver;
    
}

.divMenu table
{
      padding: 0em 0em 0em .3em;
      list-style:none;
      margin: 0;
      float: left;
}

.divMenu a 
{
    padding: 1pt 4pt 1pt 4pt;
    font-family: Arial-Black , Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #F0E7BE;
    margin: 0;
    border-right: solid 1px #F0E7BE;
}
.divMenu a:hover
{
    color:#ffffff;
}
#divMenuList
{
    position:relative;
    background-color:Transparent;
    border:solid 1px black;
    display:none;
    
    }

.divMenu td td a 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: #F0E7BE;
    border-right: none;
    background-color: #373334;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    filter:alpha(opacity=90);
    opacity: 1;
    -moz-opacity:1;
    padding: .3em .3em .3em .3em;
    display:block;
    width: 10em;
}

.divMenu td td a:hover
{
    color: #FFFFFF;
    background-color: #917F84;
}

.divMenu td
{
    float: left;
    position: relative;
}

.divMenu td table
{
    top: 100%;
    left: 0;
    padding: 1em 0em 1.5em 0em;
}

.divMenu td table td table
{
    top: 0;
    left: 100%
}

.divMenu table table
{
    padding: 0em 0em 0em 0em;
    position: absolute;
    z-index: 500;
}

.divMenu table table
{
    display: none;
}

.divMenu table td:hover table
{
    padding: 0px 0px 0px 0px;
    display:block;
    /*border-width: 1px;
    border-style: solid;*/
    border: none;
    text-align:left;
}

.divMenu table table, .divMenu table td:hover table table, .divMenu table table td:hover table table
{
    display: none;
}

.divMenu table td:hover table, .divMenu table table td:hover table, .divMenu table table table td:hover table
{
    display:block;
}
