 


#nav{list-style: none;}

#nav ul {
     padding: 0;
     margin:0;
     list-style: none;
     width:10em;
     z-index:99;
     position:absolute;
     overflow:visible;
}

#nav li {
     margin:0;
     position: relative;
     float:left;
     width: 10em;
     background-color:#FF9000;
     border:1px solid #FFFF66;
     display:block;
     height:auto;
}

#nav ul li{ border-width:1px 1px 0 0;}

#nav ul ul li{ border-width:1px 1px 0 1px;}

#nav ul ul li:last-child{border-bottom:1px solid #FF6633;}

#nav a {
     text-decoration:none;
     display:block;
     padding: 0.1em;
     margin:0.2em 0 0.2em 0.1em;
     width:12em;
     height:1em;
}

#nav a:hover, #nav li:hover{
     background-color:#FF9000;
}
#nav ul li:hover, #nav ul li a:hover{
     background-color:#FFFF66;
}

#nav ul{
     display:none;
}

/*all see this */
#nav ul ul{
     display:none;
     position:absolute;
     margin-top:-1.8em;
     margin-left:12em;
}

/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul{
     margin-top:-1.4em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
     display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
     top: auto;
     left: auto;
} 

#pagewidth{
	width:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top;
	

} 
 
#header{
	position:relative;
	height:95px;
	background-color:#FFefc5a;
	width:auto;

} 
 
#leftcol{
 width:25%; 
 float:left; 
 position:relative; 
 }
 
#maincol{
 float: none; 
 display:inline; 
 position: relative; 
 width:; 
 }
 
#footer{
	height:auto;
	background-color:#FF9000;
	clear:both;
	color: #333366;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
