.pattern {
	background-image: url(images/pattern.gif);
	background-repeat: repeat-x;
}
.greytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.textlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B50000;
	text-decoration: underline;
}
.textlinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.border2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}.banner-bckgrd {
	background-image: url(/images/banner-bckgrd.gif);
	background-repeat: repeat-x;
}


#dropmenudiv{
position:absolute;
border:1px solid #b50000;
border-bottom-width: 0;
font:normal 12px Verdana;
color:#000000;
line-height:18px;
z-index:100;
}

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

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