body { behavior: url(csshover.htc); }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-image: url(images/backgroundimage.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}
.information {
	height: 15px;
	width: 650px;
	position: absolute;
	left: 285px;
	top: 0;
	font-size: 9
	px;
	text-align: left;
	vertical-align: top;
}
a {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #6699FF;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #CCCCCC;
}
h2 {
	font-size: 18px;
	color: #999999;
}
h3 {
	font-size: 16px;
	color: #333333;
}
h4 {
	font-size: 14px;
	color: #666666;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	height: 400px;
	width: 300px;
	position: absolute;
	left: 290px;
	top: 135px;
}
.rightcolumn {	
	height: 500px;
	width: 200px;
	position: absolute;
	top: 146px;
	left: 670px;
}
.navigator {
	height: 700px;
	width: 100px;
	position: absolute;
	left: 35px;
	top: 330px;
}
ul {
    list-style: none;
    width: 120px;
}

ul a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 3px 3px 3px 3px;
    width: 120px;   
}

ul a:hover {
    color: #CC3000;
    text-decoration: none;
 }
ul li {
	float: left;
	position: relative;
}
ul li ul {
    list-style: none;
    position: absolute;
    left: 90px;
    top: 0;
    display: none;
    width: 125px;
    border-left: 0px solid #FFF;
}

ul li:hover ul { display: block; }

