body {
	font: normal 11px verdana;
	}
#main-tbl {
	padding: 0px;
	border: 1px solid #000000;
}

#header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#content {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#footer {
	font-size: 8pt;
	color: #003366;
	text-align: right;
	font-family: verdana;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
}
.page-title {
	font-size: 13pt;
	font-weight: bold;
}

#left-nav {
	vertical-align: top;
	background-color: #79A1E9;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	background-color: #79A1E9;
	font-weight: bold;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

 