#dropmenudiv{
position:absolute;
background-color: #000000;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color: #ffd700;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #708090;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

.invisable {
    visibility: hidden;
    display: none
}

.blackboldstyle {
    font-family: Verdana; 
    font-size:15pt;
    line-height: 150%;
    font-weight:bold;
    color:#000000;
    text-align:center
}

.blacksmallstyle {
    font-family: Verdana; 
    font-size:8pt;
    line-height: 150%;
    color:#000000;
    text-align:justify
}

.blacksmallcenterstyle {
    font-family: Verdana; 
    font-size:7pt;
    color:#000000;
    text-align:center
}

.goldstyle {
    font-family: Verdana; 
    font-size:9.5pt;
    line-height: 150%;
    background-color: #000000;
    color:#ffd700;
    text-align:justify
}

.goldsmallstyle {
    font-family: Verdana; 
    font-size:8pt;
    line-height: 150%;
    background-color: #000000;
    color:#ffd700;
    text-align:justify
}

.menustyle {
    font-family: Verdana; 
    font-size:7pt;
    background-color: #000000;
    color:#ffd700;
    text-align: center
}

.navystyle {
    font-family: Verdana; 
    font-size:9pt;
    font-weight:bold;
    color:#333399;
    text-align:center
}

.scriptstyle {
    font-family: Script MT Bold; 
    font-size:11pt;
    color: #000000
}

.whitesmallstyle {
    font-family: Verdana; 
    font-size:8pt;
    line-height: 150%;
    color:#ffffff;
    text-align:justify
}

.h1 {
    font-family: Verdana;
    font-size: 8pt;
    font-weight: 400;
    line-height: 100%;
    margin-top: 0; 
    margin-bottom: 0";
    color: #FFFFFF;
    text-align: center
}


