/* CSS Document */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 1px;
border-top-width: 1px;
font:normal 11px Verdana;
color:black;
line-height:18px;
z-index:100;
}

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

#dropmenudiv a:hover{ /*hover background color*/
background-color: #74662F;
color: #FFCC00	;
}
body{font-family: "Trebuchet MS";}
table.fontsize td{font-size:13px}
table.fontsize2 td{font-size:13px}
table.memtab td{ font-size:13px; }
table.memtab th{ text-align: center; font-size:14px; }
p{text-align: justify}
h1{color: #CC0099; font-size: 18px; font-weight:bold; text-align:center}
h2{color: #000000; font-size: 15px; font-weight:bold; text-align:center; text-decoration:none}
h3{color: #000000; font-size: 14px; text-align:left; text-decoration:underline}
h4{color: #000000; font-size: 12px; text-align:left; text-decoration:underline}
ul {font-size: 13px;}
#Album{ position: absolute; z-index: 1; }

