﻿

#Navigation {
    z-index: 600;
    position:absolute;
}


#FlashNav {
    z-index: 601;
    position: absolute;
}



#WhiteTagNav {
    position: absolute;
    float:left;
    background-color: White;
    background: url('hpm-nav-left-tab.png') no-repeat 0px 0px;
    width:160px;   
    padding: 11px;
    height: 310px;
    margin-top: 190px;
}


#WhiteTagNavHeader {
    margin-top: 90px;
    font-size: 20pt;
    font-weight:bold;
}




.Menu {
    margin-top: 10px;
}

.Level1Menu {
    color: #8ebe2c;
}

/*
.Level1Menu:hover {
    background-color: #8ebe2c;
    color: White;
}

*/

.Level1MenuItem:hover {
    background-color: #8ebe2c;
    color: White;
}

/* Kludge for IE (and it's lack of inheritance) */
/*
.Level1Menu:hover .Level1MenuItem {
    color: White;
}
*/

.Level1MenuItem {
    display: block;
    font-size: 9pt;
    font-weight: bold;
    color: #8ebe2c;
    text-decoration: none;
    padding: 2px;
}

.Level2MenuItem {
    display: block;
    font-size: 9pt;
    font-weight: bold;
    color: #8ebe2c;
    text-decoration: none;
    padding: 2px;
}

.Level2Menu {
    display: none;
    margin-left: 159px;
    margin-top: -1.5em;
    background-color: White;
    border: solid 1px #cccccc;
    width: 160px;
}

.Level2MenuItem:hover {
    background-color: #8ebe2c;
    color: White;
}

.Level1Menu:hover  .Level2Menu {
    display: block;
    position: absolute;
}

