body
{
}
*
{
    padding: 0;
    margin: 0;
}
.dropdown
{
    float: left;
    padding-top: 10px;
}
.dropdown .submenu
{
    
}
.dropdown .submenu:hover
{
}
.dropdown .submenucontent
{
    position: absolute;
    overflow: hidden;
    display: none;
    background-color: #0EA8AF;
    z-index: 200;
    height: 700px;
}
.dropdown .ul
{
    list-style: none;
    border-top: none;
    width: 195px;
}
.dropdown .li
{
    display: inline;
    vertical-align: top;
    width: 170px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited
{
    display: block;
    padding-top: 10px;
    text-decoration: none;
}
.dropdown a:hover
{
    background-image: url('../images/NavBackGroundImage.png');
    background-repeat: repeat-x;
}
.dropdown .underline
{
    background-image: url('../images/NavSubMenuImage.png');
    background-repeat: repeat-x;
    font-family: Georgia;
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
    padding-left: 10px;
    height: 27px;
    width: 170px;
}

