body {margin: 5px; margin-top: 0px; background-color: #cbcbcb; font-size: 10pt; font-family: arial,helvetica}
td {font-size: 10pt; font-family: arial,helvetica}
#maincontentdiv {width: 950px; background-color: #ffffff; border-top-width: 0px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-style: solid; border-color: #000000}
#bottomtext {width: 950px; font-size: 7pt}
a {text-decoration: none; color: #000000}
a:hover {text-decoration: underline}
.heading {font-size: 12pt; font-weight: bold}
.subheading {font-size: 10pt; font-weight: bold}

.entrybox
{
	width: 500px;
	height: 150px;
	background-color: #FCFFD2;
	box-shadow: 2px 2px 4px #333333;
}

#navigation {
    width: 175px;
    font-size: 10pt;
}
#navigation ul {
    margin: 0px;
    padding: 0px;
}
ul.top-level { background: #ffffff; }
#navigation li { list-style: none; }
ul.top-level li {
	border-bottom: #000000 dashed;
	border-top: #fff solid;
	border-width: 1px;
}
#navigation a {
	color: #000000;
	cursor: pointer;
	display:block;
	height:25px;
	line-height: 25px;
	text-indent: 10px;					
	text-decoration:none;
	width:100%;
}
#navigation a:hover{ text-decoration:underline;	}
#navigation li:hover {
	background: #cceeff;
	position: relative;
}
ul.sub-level { display: none; }
li:hover .sub-level {
	border: #000000 solid;
	border-width: 1px;
	display: block;
	position: absolute;
	left: 160px;
	top: 5px;
	box-shadow: 2px 2px 3px #888888;
}
ul.sub-level li {
	border: none;
	float:left;
	width:150px;
	background-color: #ffffff;
}

#navigation .sub-level { background: #cceeff; }
#navigation .sub-level .sub-level { background: #09C; }