﻿.divMenu
{  
    padding-top:3px;
    margin:0px;
    min-width:960px;
    max-width:960px;
    min-height:31px;
    background-image:url('Images/NavBar.jpg');
    background-repeat:no-repeat;
    
}

.divMenu table
{
      padding: 0em 0em 0em .3em;
      list-style:none;
      margin: 0;
      float: left;
}

.divMenu a 
{
    padding: 4pt 6pt 4pt 2pt;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0;
    border-right:solid 1px black;
}

#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: #FFFFFF;
    text-align:left;
    background-color: #888888;
    border-bottom: solid 1px #000000;
    filter:alpha(opacity=90);
    opacity: 1;
    -moz-opacity:1;
    padding: .3em .3em .3em .3em;
    display:block;
    width: 15em;
    border-right:solid 1px black;

}

.divMenu td a:hover
{
    color: #fffde3;
    text-decoration:underline;
}
.divMenu td td a:hover
{
    color: #000000;
    background-color: #eeeeee;
}

.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;
}
