/* CSS Document */

a:visited { 
	text-decoration:underline;
	color:#000000;
}
.menu { 
	text-decoration:underline; 
	text-align:left; 
	font-family:Tahoma; 
	font-size: 12px;  
	color:#FFF8C6; 
	font-weight:bold; 
}
.lastupdate {
	font-family:Tahoma;
	font-size:10px;
	font-weight:400;
	color: black;
	text-align:center;
	text-decoration:none;
}
#dropmenudiv{
	position:absolute;
	text-align: left;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 11px tahoma;
	line-height:18px;
	z-index:100;
}

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

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #CCFFFF ;
	color: #CC3300; 
	font-size: 12px;
	font-family: Tahoma; 
}


