
a.menu         {color:#a80000; font-size: 16px; cursor: pointer; text-decoration: none; }
A.menu:visited {color:#a80000; font-size: 16px; }
A.menu:link    {color:#a80000; font-size: 16px; }
A.menu:hover   {color:#ff0000; font-size: 16px; }


.menuBackPlate {
    position: absolute;
    width: 99%;
    height:94%;
    top: 27px;
    left: 0px;
    display:none;
    background: #eee;
    opacity: 0.8;
    z-index: 1;
}

.menuBar {
    position: absolute;
    z-index: 9;
/*    background: #d0d0d0;  */
    left: 128px;
    top: -1px;
    width: 350px;
}


.menuBorderFirst {
    border-left: 1px solid #bbb;
    border-right: 1px solid #aaa;
    padding: 2px 3px 1px 3px;
}

.menuBorder {
    border-right: 1px solid #aaa;
    padding: 2px 3px 1px 3px;
}

.menuBorderLast {
    padding: 2px 3px 1px 3px;
}

.popMainBox {
    position: absolute;
    top: 26px;
    left: 10px;
    padding: 0px;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 31px 10px;
    display: none;
    z-index: 9;
}

.popExitBar {
    background: #700;
    height: 20px;
    font-size: 16px;
}

.popExitBarText{
    position: relative;
    top: -3px;
    color: #fd0;
}

.popBody {
    background: #FFF7BA;
    padding: 10px;
    height: 400px;
    width: 350px;
    border-radius: 0px 0px 30px 10px;
}


.popBodyItems {
    /* border-right: 1px solid #aaa; */
    /* padding: 2px 10px 1px 2px; */
    font-size: 16px;
}


a.popBodyItemsLinks         {color:#000000; text-decoration: none; }
A.popBodyItemsLinks:visited {color:#000000; }
A.popBodyItemsLinks:link    {color:#000000; }
A.popBodyItemsLinks:hover   {color:#0000ff; text-decoration: underline; }

.popBodyItemsTitle {
    color: #f00;
    font-weight: bold;
    font-size: 16px;
}



