/* At-Rules */
@charset "iso-8859-1";


BODY {background: black; background-image: url(background.gif); background-attachment: fixed; background-repeat: repeat-y; background-position: center; font-family:  tahoma,sans-serif; font-size: 18px; color: #ffff00}

a:link {color: blue;    background: transparent; text-decoration: none}

a:visited {color: blue;    background: transparent; text-decoration: none}

a:active {color: red;    background: transparent; text-decoration: none}

a:hover {color: white; background: transparent; text-decoration: none}

.footer {background-color: #FFFFC0; border-bottom: 1px solid #000000; border-top:    1px solid #000000; color: #3e76a2; font-family:    tahoma,sans-serif; font-size: 9px; padding-bottom: 2px; padding-top: 2px}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana; color: purple;
line-height:18px;
z-index:100;
text-decoration: underline;
font-weight: bold
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

/* End of style section. Generated by AceHTML at 19/09/2005 14:37:45 */