#menu
{
    position: absolute;
	top: 128px;
	left: 0px;
    z-index: 99;
}

.staticmenu, a.staticmenu
{
    height: 22px;
    text-align: left;
    z-index: 99;    
}

.staticnothover, a.staticnothover
{
    width: 118px;
    height: 20px;
    padding-left: 2px;
    font-family: Verdana, Arial;
    color: gainsboro;
    font-weight: bold;
}


.statichover, a.statichover
{
    color: white;
}


.dynamicmenu
{
    
    z-index: 99;
    width: 232px;
    margin-left: -10px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 10px;
    border-bottom: lime 2px solid;
}

.dynamicnothover, a.dynamicnothover
{
    z-index: inherit;
    padding-left: 2px;
    width: 100%;
    font-weight: normal;
    color: gainsboro;    
    background-color: transparent;
    padding-bottom: 2px;
    padding-top: 2px;
    display:block;
}

dynamichover, a.dynamichover
{
    z-index: inherit;
    padding-left: 2px;
    width: 100%;
    font-weight: normal;  
    color: white;
    background-color: transparent;  
    padding-bottom: 2px;
    padding-top: 2px;
}


