#dropmenudiv{
position:absolute;
border-top: 1px solid white;
border-bottom: 1px solid white;

z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;

border-top: 1px solid white;
border-bottom: 1px solid white;

text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DE0020;
}

.redborder	{	border-color: #DE0020;
				border-width: 1px;
				border-style: solid; }

ul.redlist	{	color: #000000;
				font-size: 10pt;
				line-height: 100%;
				font-style: normal;
				font-weight: normal;
				text-align:left;
				margin-top:5px;
				margin-bottom:5px;
				margin-left: 0;
				padding-left: 0;
				list-style: none; }

li.redlist	{	padding-left: 15px;
				background-image: url(../images/redcircle.gif);
				background-repeat: no-repeat;
				margin-bottom:2px; }
				
.redsubhead	{	font-weight: bold; 
					margin-bottom:0px; 
					color:#DE0020; }
					
a.redlink:link
{
	text-decoration:none;
	color: #DE0020;
}

a.redlink:visited
{
	text-decoration:none;
	color: #DE0020;
}

a.redlink:hover
{
	text-decoration:underline;
	color: #E8655A;
	
}