body {
	 
	background-image: url(../images/site/leftbehindbackgroundtiledfixed.jpg) ;  
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #ffffff;
	font-family: "trebuchet ms";
	font-size: 10pt;

}

#main { 
background: #000000 ;
clear: both;
width: 800px;


}

#invisidiv {
	width: 800px;
	height: 20px;

	color: black;
}

a:link {
	color: #0DA2A0; text-decoration: none;
}

a:visited {
	color: #0DA2A0; text-decoration: none;
}

a:active {
	color: #0DA2A0; text-decoration: none;
}

a:hover {
	color: #b9eccb; text-decoration: none;
}

#copyrighttext {
	text-align: left;
	font: "Trebuchet MS";
	font-size: 12pt;
}

#mainmenulayer {
	position:absolute; 
	width:200px; 
	height:115px; 
	z-index:3; 
	left: 0px; 
	top: 0px;  
	border: 1px none #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#table3 {
	border-collapse: collapse;
	
}

#table3 table tr td {
	background: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#table4 table tr td {
	font-size: 1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

.uemenu1 {
	color: #0DA2A0; 
	background-color: #000000; 
	layer-background-color: #000000; 
	background-color: #000000; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-top-style: solid; 
	border-bottom-style: solid;  
	border-width: 1px; 
	font-family: "Trebuchet MS";
	font-size: 12pt;
}
.uemenu1 a {text-decoration:none}
.uemenu1 a:hover {color:#b9eccb}


.uesubuls{
color: #0DA2A0; 
background-color: #000000; 
layer-background-color: #000000; 
background-color: #000000; 
border-left-style: solid; 
border-right-style: solid; 
border-top-style: solid; 
border-bottom-style: solid;  
border-width: 1px; 
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
font-family: "Trebuchet MS";
font-size: 12px;
}

.uesubuls li{
width: 100%;
}

.uesubuls li a{
text-decoration: none;
}

#footer {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	width: 800px;
	clear: both;
  

}

#clear {
	clear: both;

}

/* Here's the CSS you're stealing lol */

#menudropdown, #menudropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#menudropdown li {
float: left;
position: relative;
}

.mainitems{
border: 1px solid black;
background-color: black;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}


.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: lightyellow;
border: 1px solid black;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#menudropdown li>ul { 
top: 1.9em;
left: 0;
}

#menudropdown li:hover ul, li.over ul { 
display: block;
}



