body {
	background-color: #cc0000;
	color: black;
	
}
a { color: navy; text-decoration: none; font-weight: bold;}
a:hover { color: blue; }
#top {
	text-align: center;
	position: relative;
	top: 10px;
	margin-left: 10px;;
	width: 725px;
	height: 125px;
}

#blotter {
	margin-left: 10px;
	margin-top: 10px;
	border: 10px solid black;
	background: url(/images/card_bkgrnd.jpg) repeat;
	width: 750px;
}
#main {
	margin-top: 15px;
	margin-left: 145px;
	width: 580px;
}

#menu {
	position: absolute;
	left: 39px;
	top: 162px;
	width: 120px;
	background-color: #cc0000;
	background: url(/images/courthouse.jpg) repeat;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a {
	font: bold 14px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 2px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 5px 5px;
}

#menu h2 {
	color: #blue;
	text-transform: uppercase;
}

#menu a {
	color: blue;
	text-decoration: none;
}

#menu a:hover {
	color: red;
}

#menu li {position: relative;}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

