body{
	margin: 0px;
	font-family: Eras,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1;	
}

#top {
	position: absolute;
    	left: 0px;
    	top: 0px;
	border: 1px;
	z-index: 700;
}
	
	
#container2 {
	position: absolute;
    	left: 20px;
    	top: 42px;
	border: 1px solid #fff;
	z-index:600;
}	
	
ul li {
        position: relative;
        }
		
li ul {
        position: absolute;
        left: 133px;
        top: 0;
	border: 1px solid #fff;
        display: none;
        }
		
		
	ul li a {
        display: block;
        text-decoration: none;
        color: #969;
        background: #fff;
        padding: 2px;
        border: 1px solid #fff;
        border-bottom: 0;
	font-size: 80%;
        }
		
		/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
        margin: 0;
        padding: 0;
        list-style: none;
        /* width: 133px; */
	width: 180px;
        border-bottom: 1px solid #fff;
	z-index: 800;
        }
		
		li:hover ul, li.over ul { 
        display: block; }
		
		/***********************************************/
/* Layout Masthead                             */
/***********************************************/




div {
	border: 0px solid #000000;
}

div.container {
	position: relative;
	margin: 0 auto;
	width: 889px;
	height: 700px;
}


div.main {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 889px;
	height: 700px
	z-index: 100;
}
	