@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; 
	padding: 0;
	color: #000000;
}


#container {
	width: 950px;  
	background: #000;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
}
#header { 
	
	background: #000; 
	padding: 0 10px 0 20px;
	
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	background: url(images/background-web.jpg);
	background-repeat: no-repeat;
	width: 855px;
	height: 650px;
}
#mainContent2 {
	padding: 0 20px; 
	background: #666;
	background-repeat: no-repeat;
	width: 713px;
	height: 650px;
}
#footer { 
	padding: 0 10px; 
	background:#000;
	color:#666;
	font-size:9px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}


div#listmenu {
	height: 25px;
	width:466px;
	
	padding:0;
	position:relative;
	left:640px;
	top:-30px;
	font-size:.7em;
	font-weight: thin;
	background-color:#000;
	z-index: 8;
	}
	
div#listmenu ul {
	margin:0;
	z-index: 8;
	
}
	
div#listmenu li {
	float:left;
	position:relative;
	list-style-type:none;
	
	padding-top: 6px;
	padding-bottom: 6px;
	z-index: 8;
	}

div#listmenu li:hover {
	color:#666;
	z-index: 8;
	}
div#listmenu a {
	display:block;
	padding:0 8px;
	text-decoration:none;
	color:#ffffff;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	z-index: 8;
	}

div#listmenu a:hover {
	color:#666;
	z-index: 8;
	}

div#listmenu ul li ul {
	position:absolute; 
	width:10em; 
	left:-40px; 
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	z-index: 8;
	}
div#listmenu ul li ul li {
	width:100%; 
	z-index: 8;
	}

div#listmenu ul li ul {
	display:none;
	z-index: 8;
} 
div#listmenu ul li:hover ul {
	display:block;
	z-index: 8;
} 

div#listmenu ul li ul li ul  {
	visibility:hidden; 
	position:absolute; 
	width:10em; 
	margin-top: 1px;
	margin-bottom: 0;
	left: 0px;
	margin-left: -40px;
	z-index: 8;
	}
div#listmenu ul li ul li:hover ul {
	visibility:visible;
	z-index: 8;
} 

div#listmenu ul li ul li:hover ul li ul {
	display:none;
	z-index: 8;
} 
div#listmenu ul li ul li ul li:hover ul {
	display:block;
	z-index: 8;
} 

* html  div#listmenu ul li ul li ul {
	left:9.85em;
	voice-family: "\"}\"";
	voice-family:inherit;
	left:10em;
	z-index: 8;
  }

html>body div#listmenu ul li ul li ul {
	top:-1px;
	left:10em;
	z-index: 8;
  }

* html div#listmenu ul {
	float:left; 
	border-left:1px solid #000; 
	margin-left:15px; 
	z-index: 8;
	}
* html a {
	display:block;
	z-index: 8;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	
}

#sidebar1 {
	float: left;
	background: url(images/side.jpg);
	background-repeat: no-repeat;
	width:237px;
	height: 650px;
	
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
