﻿/*Menu that's always visible*/
.ulMainMenu
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    background-color: White;
    list-style: none;
    height: 40px;
}

.liMainMenu
{
    float: left;
    margin: 0px;
    padding: 0px;
    border-bottom: none;
    margin-left: 1px;
    margin-right: 1px;
    border-right: dotted 1px black;
    border-left: dotted 1px black;
    border-bottom: dotted 1px black;
}

.aMainMenu
{
    padding-left: 27px;
    padding-right: 27px;
    background: #D4E6EB;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
}

.aMainMenu:hover
{
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    background-color: #cecede;
}

/*Drop down menu styles*/
.divDropDown
{
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 5px;
    margin-left: -1px;
    background: #E2E9F1;
    border: 1px dotted #5970B2;
    width: 170px;
    z-index: 30;
}

.aDropDownItem
{
    display: block;
    background: #E2E9F1;
    text-align: left;
    text-indent: 28px;
    text-decoration: none;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.aDropDownItem:hover
{
    background: #cecede;
}

.spanJJCPALogo
{
    float: left;
    line-height: 0px;
    font-size: 0px;
}
