﻿.divMenuAbsolutePositioner
{
    position:absolute;
    top:99px;
    width:960px;
    text-align:right;

}
.divMenu
{   
    margin:0px;
    padding:0px;
    height:20px;
    min-height:20px;
    max-height:20px;
    background-color:transparent;/*#003d63;03172f*/
}

.divMenu table
{
      padding: 0em 0em 0em .3em;
      list-style:none;
      margin:-3px 0px 0px 0px;
      float: right;
}

.divMenu a
{
    padding-right:6pt;
    padding-left: 2pt;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight:bold;
    text-decoration:none;
    color: #ffffff;
    margin: 0;

}
.divMenu a:hover
{
    color: #cccccc;
    text-decoration:underline;
}
#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;
    background-color: #015a84;
    /*border-bottom: solid 1px #000000;*/
    filter:alpha(opacity=90);
    opacity: 1;
    -moz-opacity:1;
    padding: .3em .3em .3em .3em;
    margin:0;
    display:block;
    width: 10em;
    /*border-right:solid 1px black;*/

}

.divMenu td td a:hover
{
    color: #000000;
    background-color: #77aec8;
    /*background-color:#013152;*/
}

.divMenu td
{
    padding-top:3px;
    float: left;
    position: relative;
}
.divMenu td table td
{
    padding:0px;
    }
.divMenu td table
{
    top: 100%;
    left: 0;
    margin-top:0px;
    padding: 1em 0em 1.5em 0em;
}

.divMenu td table td table
{
    top: 0;
    left: 100%
}
.divMenu td table td table td
{
    padding:0px;
    }

.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;
}
