A {
	COLOR: #0000FF; 
	TEXT-DECORATION: none}
DIV#banner {
	position: absolute;
	background: #FFFFEE;
	left: 15px;
	WIDTH: 748px;
	padding: 0px;
	height: 85px;
	BORDER: black 1px solid;
	top: 12px;

}

th#banner {
	FONT-FAMILY: "arial narrow", arial;  
	font-size: 110%;
	font-weight: bold;
	COLOR: #ffffff; 
 	background-color: #006600;
	padding: 4 px;
}

td#banner {
	background: #FFFFEE;
	WIDTH: 748px;
	font-family: "arial narrow", arial;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #003300;
 	valign: center
		}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px 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;
font-weight: bold;
}

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