ul
{ 
    padding: 0;
    margin: 0 0 2 0;
    list-style: none;
    font-size: 10pt;
    font-family: Arial;
    z-index:100;
    
}

li
{
    margin: 0 0 1 0;
    float: left;
    position: relative;
    width: 137px;
    color: White;
    padding: 1 0 1 0;
    background-color: #434B4D;
    text-align: center;
    z-index: 100;
}
#S
{
    background-color:Black;
    width:100%;
    height:30px;
    z-index:100;
}
li ul
{
    display: none;
    position: absolute;
    top: 1.2em;
    left: 0;
    background-color: #FFEA00;
    z-index:100;
}
li > ul
{
    top: auto;
	left: auto;
	z-index:100;
}
A
{
    font-size: 7pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
    z-index: 100;
    font-weight: bold;
    height:14px;
    vertical-align:middle;
}
A:hover
{
    color:#FFEA00;
}
li:hover ul, li.over ul{ display: block; }
#MenuHeading
{
    background-color: #0098C7;
    font-size: 8pt;
    color: white;
    font-family: Arial;
    font-weight: bold;
}