#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
font-color: white;
}

.mainitems{
border-left:0 solid black; 
border-right:1px solid black; 
border-top:1px solid black; 
border-bottom:1px solid black; 
background-color: #EB863C;
font-size: 10pt;
font-family:Verdana; 
color:#FFFFFF;
}

.headerlinks a{
margin: auto 10px;
font-weight: bold;
font-color: white;
font-family: verdana;
}

.submenus{
display: none;
width: 14em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #ffffff;
border: 1px solid black;
font-size: 0.8em;
}

.submenus li{
width: 100%;
font-style: normal; 
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
color: #000000;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #EB863C;
color: #000000;
font-size: 0.9em
}

#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;
}



/*footer section*/
div#footer {position:absolute; 
			width:800px;			
			top:725px;
			left: 235px; 
			margin:0 0 0 0;
 					padding:4px 0; /* pushes the links away from top and bottom of the div */
					font-size:.75em;  /* sets the font size of all links */
					text-align:center; /* centers the ul elements in the div */
					border-left: 2px solid: #fff;}
										
div#footer ul {margin:2px 0;} /* vertical spacing between the lists */
 
div#footer li {display:inline; /* the key CSS - makes the lists display horizontally */
						color: #EB863C; /* sets the color of the vertical lines */
						border-left:1px solid; /* creates the vertical line to the left of each list items */
						color: #EB863C; /* sets the color of the vertical lines  - links colored below */
						padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
						}
						
div#footer li:first-child {border-left:0;} /* removes the left border of the first list item - IDWIMIE */
 
div#footer ul li a {text-decoration:none; /* removes the underlining off the links */
 							 color:#304771; /* the color of the links */
 							 font-weight: bold; /* bold font */
							 }
							 
div#footer ul li a:hover {text-decoration:none; color: #EB863C;
	font-weight: bold;
	} /* underlines and bolds the links when hovered */
 
div#address {position:absolute; 
			width:800px;			
			top:750px;
			left: 235px; 
			margin:0 0 0 0;
 					padding:4px 0; /* pushes the links away from top and bottom of the div */
					font-size:.7em;  /* sets the font size of all links */
					text-align:center; /* centers the ul elements in the div */
					border-left: 2px solid: #fff;}
	
div#address ul {color: white;
				font-size:.9em;
				border-top-style: double; 
				border-top-color: black;
				padding: 5px 0 0 0; 
				}
