#MainContainer{ position:absolute; top: 0; left:0; border:none;}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC
}
.Bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.SmallHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
/* WARNING: The ul (unorganised list) styles, li styles, and dropmenudivs are for the drop down menus on all pages. Without these, the menus won't work!!!! */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 145px;
	border-bottom: 1px solid #8C8CFF;
	font:Arial, Helvetica, sans-serif;
	overflow:hidden;
	}
ul li {
	position: relative;
	overflow:hidden;
	}
li ul {
	position: absolute;
	left: 145px;
	top: 0;
	display: none;
	overflow:hidden;
	}
ul li a {
	display: block;
	text-decoration: none;
	font:Arial, Helvetica, sans-serif;
	color:#666666;
	background: #fff;
	padding: 5px;
	border:#8C8CFF 1px solid;
	border-bottom: 0;
	overflow:hidden;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; 	overflow:hidden;}
* html ul li a { height: 1%; 	overflow:hidden;}
/* End */
li:hover ul, li.over ul { 
	display: block; 	overflow:hidden;}



#dropmenudiv{
position:absolute;
border:1px solid #660000;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
	overflow:hidden;
}

#dropmenudiv a{
background-color: #FF6600;
color:#FFFFFF;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #660000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
	overflow:hidden;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #800000;
color: #CCCCCC;
	overflow:hidden;
}


/* This style controls the colour of the drop down menus and can be changed */
.style1:hover{
background-color: lightgrey;
color:#333333;
	overflow:hidden;
}

