body {
	background-color: #FCFCFC;
	padding: 0px;
	margin: 0px;
	min-width: 795px;
}
#top {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 78px;
	background-color: #000000;
}
#topHeader {
	height: 78px;
	width: 600px;
	background-color: #009900;
	overflow: hidden;
}
#topTitle {
	position: absolute;
	left: 170px;
	top: 11px;
}
#menu {
	color: #883025;
	background: url("glyphright.gif") no-repeat;
	width: 155px;
	float: left
}
#menuTopLeft {
	width: 155px;
	background: url(images/glyphleft.gif) 100% 0% no-repeat;
}
#main {
	background: url(images/glyphright.gif) 0% 0% no-repeat;
	margin-left: 155px;
}
#mainTopLeft {
	background: url(images/glyphleft.gif) 100% 0% no-repeat;
	padding: 10px;
}
#verticalFade {
	float: right;
	margin-right: -1px; /* Move the fade to the right to make it line up under the glyphs - Firefox */
	_margin-right: -3px; /* Move the fade to the right to make it line up under the glyphs - Explorer */
	padding: 0px;
}
#menu ul {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-left: 0px;
	padding-left: 0px;
}
#menu ul li {
	display: block;
	padding-bottom: 1.25ex;
	padding-left: 0px;
}
#menu ul li a {
	font-weight: bold;
	padding-left: 22px;
	padding-right: 22px;
	text-decoration: none;
	color: #883025;
	background-color: #FCFCFC;
	display: block;
}
#menu ul li a:hover {
	background-color: #883025;
	background: url(images/icon.png) 5px 50% no-repeat;
	color: black;
}