body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000a11;
	background-attachment: fixed;
}
H1         { color: #3E0181  ; font-weight: bold; font-size: 30px; line-height: 24px; font-family: Tahoma; margin-top: 20px; margin-right: 30px; margin-left: 20px }
.listbuilder{
	list-style-type: none;
	padding: 0;
	width: 112px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 40px;
	background-position: left;
}

.listbuilder li a{
	color: #FFFFFF;
	display: block;
	width: 112px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/menu.1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 0px;
	height: 40px;
	line-height: 34px;
}


* html .listbuilder li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 112px;
}

.listbuilder li a:visited, .glossymenu li a:active{
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	width: 112px;
}

.listbuilder li a:hover{
	background-image:   url(../images/menu.2.jpg);
	color: #000000;
	line-height: 34px;
	height: 40px;
	width: 112px;
}
