  body {
		padding-left: 0em;
		font-family: verdana, Georgia, "Times New Roman",   Times, serif;
		font-size: 10pt;
	    color: black;
	    background-color:  #FFFFFF
		}
	h1 {
		color: #FF9900;
		font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
		}

	h5 {
		color: white;
		font-size:10pt;
		font-weight: bold;
		font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
		}




#csstopmenu, 
#csstopmenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	}

#csstopmenu li{
	float: left;
	position: relative;
	}

#csstopmenu a{
	text-decoration: none;
	}

.mainitems{
	border-left:0px solid black; 
	border-right:0px solid black; 
	border-top:0px solid black; 
	border-bottom:0px solid black; 
	background-color: #FF6600
}

.headerlinks {
	margin: auto 2px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	}

.headerlinks a{
	margin: auto 5px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	}

.headerlinks a:hover{
	background-color: #FFF2A8;
	color: black;
	}


.submenus{
	display: none;
	width: 12em;
	position: absolute;
	top: 0.9em;
	left: 0;
	background-color: #FFCC99;
	border: 1px solid black;
	}

.submenus li{
	width: 100%;
	}

.submenus li a{
	display: block;
	width: 100%;
	font-size: 10pt;
	color: black;
	text-indent: 3px;
	}



html>body .submenus li a{ /* non IE browsers */
	width: auto;
	}

.submenus li a:hover{
	background-color: #FFF2A8;
	color: black;
	}

#csstopmenu li>ul {/* non IE browsers */
	top: auto;
	left: auto;
	}

#csstopmenu li:hover ul, li.over ul {
	display: block;
	}

html>body #clearmenu{ /* non IE browsers */
	height: 3px;
	}





