#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: #0095E3;
}

.blueborder
{
	border-color: #0095E3;
	border-width: 1px;
	border-style: solid;
}

ul.bluelist	{
			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.bluelist	{	padding-left: 15px;
			background-image: url(../images/bluecircle.gif);
			background-repeat: no-repeat;
			margin-bottom:2px;
			}
			
.bluesubhead	{	font-weight: bold; 
					margin-bottom:0px; 
					color:#0095E3; }
					
.bluesmalltext	{	font-weight: normal; 
					margin-bottom:0px; 
					color:#0095E3; }					
					

a.bluelink
{	text-decoration:none;
	color: #0095E3;
}

a.bluelink:link
{

}

a.bluelink:visited
{
	text-decoration:none;
	color: #0095E3;
}

a.bluelink:hover
{
	text-decoration:underline;
	color: #40BAEE;
	
}