﻿.CSSMenu
{
    text-align:center;
    z-index:100;
    font-weight:bold;
    position:relative;
    font-size: 12pt;
}


.CSSMenu li
{
    list-style-type: none;
    text-decoration: none;
}

.CSSMenu li a
{
    text-decoration:none;
    color:#FFFFFF;
}

.CSSMenu li a:hover
{
    text-decoration:underline;
}

.CSSMenu li ul
{
    position:absolute;
    top:18px;
    left:10px;
    height: auto;
    width:150px;
    border: solid 1px #000000;
    background-color:#336666;
    display:None;
    z-index:100;
    font-size:smaller;
    padding: 10px 10px 10px 20px;
    
}
.CSSMenu li ul li
{
    text-align:left;
    list-style-type: none;
    margin-bottom: 5px;

}

.CSSMenu li:hover ul
{
    display:block;
    z-index:100;
}

.CSSMenu li ul li:hover
{
    text-decoration:underline;
    list-style-type: square;
}


#masterTopMenu_Home
{
    position:absolute;
    left: 10px;
    width: 100px;
    height: 35px;
    top: 5px;
}

#masterTopMenu_Contact
{
    position:absolute;
    left: 150px;
    width: 100px;
    height: 35px;
    top: 5px;
}

#masterTopMenu_Member
{
    position:absolute;
    left: 300px;
    width: 100px;
    height: 35px;
    top: 5px;
}

#masterMainMenu
{
    position:absolute;
    left:20px;
    height:35px;
    top:170px;
    width:900px;
    z-index:100;
    color:#FFFFFF;
    font-weight:bold;
}

#masterMainMenu_About
{
    position:absolute;
    width:100px;
    text-align:center;
    margin:0px 0px 0px 0px;
    left: 5px;
    top:3px;
    height: 100%;
}

#masterMainMenu_Advocacy
{
    position:absolute;
    width:80px;
    text-align:center;
    margin:0px 0px 0px 0px;
    left: 115px;
    top:3px;
    height: 100%;
}

#masterMainMenu_Conference
{
    position:absolute;
    width:80px;
    text-align:center;
    margin:0px 0px 0px 0px;
    left: 205px;
    top:3px;
    height: 100%;
}

#masterMainMenu_Calendar
{
    position:absolute;
    width:80px;
    text-align:center;
    margin:0px 0px 0px 0px;
    left: 295px;
    top:3px;
    height: 100%;
}

#masterMainMenu_Careers
{   
    position:absolute;
    width:100px;
    text-align:center;
    margin:0px 0px 0px 0px;
    left: 385px;
    top:3px;
    height: 100%;
}

#masterMainMenu_CEU
{   
    position:absolute;
    width:150px;
    text-align:center;
    margin:0px 0px 0px 0px;
    left: 495px;
    top:3px;
    height: 100%;
}

#masterMainMenu_Chapter
{   
    position:absolute;
    width:80px;
    text-align:center;
    margin:0px 0px 0px 0px;
    left: 515px;
    top:3px;
    height: 100%;
}

#masterMainMenu_News
{   
    position:absolute;
    width:150px;
    text-align:center;
    margin:0px 0px 0px 0px;
    left: 655px;
    top:3px;
    height: 100%;
}

#masterMainMenu_Member
{   
    position:absolute;
    width:150px;
    text-align:center;
    margin:0px 0px 0px 0px;
    left: 815px;
    top:3px;
    height: 100%;
}