<!--
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

div.scroll {
	height: 340px;
	width: 290px;
	overflow: auto;
	padding: 6px;
	scrollbar-face-color: #BFBFBF;
	scrollbar-highlight-color: #BFBFBF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #993300;
	scrollbar-track-color: #FFFFFF;
}

div.scrollsmall {
	height: 270px;
	width: 290px;
	overflow: auto;
	padding: 6px;
	scrollbar-face-color: #BFBFBF;
	scrollbar-highlight-color: #BFBFBF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #993300;
	scrollbar-track-color: #FFFFFF;
}

#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: a20a0a;
}

#flashcontent {
border: solid 0px #000;
width: 520px;
height: 422px;
float: center;
margin: 0px 0px;
}
-->