body {
	background-image: url(../pictures/sky_backgrnd.jpg);
	background-repeat: repeat-x;
	background-color: white;
}
#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: #FF7000;
}

.orangeborder	{	border-color: #FF7000;
				border-width: 1px;
				border-style: solid; }

ul.orangelist	{	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.orangelist	{	padding-left: 15px;
				background-image: url(../images/orangesquare.gif);
				background-repeat: no-repeat;
				margin-bottom:2px; }
				
.orangesubhead	{	font-weight: bold; 
					margin-bottom:0px; 
					color:#FF7000; }
h4	{	font-weight: bold;
		font-size: 12px;
		margin-bottom:0px; 
		color:#FF7000; }
					
a.orangelink:link
{
	text-decoration:none;
	color: #FF7000;
}

a.orangelink:visited
{
	text-decoration:none;
	color: #FF7000;
}

a.orangelink:hover
{
	text-decoration:underline;
	color: #FF9F54;
	
}

a.blacklink:link
{
	text-decoration:none;
	color: #000000;
}

a.blacklink:visited
{
	text-decoration:none;
	color: #000000;
}

a.blacklink:hover
{
	text-decoration:underline;
	color: #FF7000;
	
}