
body { font-family: SimSun;
   background: #FFFFCC;
   	color: #CC6600;
     margin: 0 ;
}
#logos {
	position:absolute;
	left:370px;
	padding: 0.5em;
}
#logo1 {
	font-family: SimSun;
	color: #CC6600;
	/*text-align: right; */
	
}
#logo2 {
	/*text-align: right; */
}

#container {
    margin: 0 auto;
	width: 760px;
}
#masthead { height: 16em; 
      border: 2px solid #CC6600;
      margin: 10px; 
      background: #FFFFCC url(images/pyramids_fading.jpg) no-repeat ;
}


/* MENU BAR CSS ---------------
****************************************************************
* DOM scripting by brothercake -- http://www.brothercake.com/
* Licensed under GPL -- http://www.gnu.org/copyleft/gpl.html
****************************************************************
* For professional menu solutions visit -- http://www.udm4.com/ 
****************************************************************
*/

ul.horizontal, ul.horizontal li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:100%;
	}

ul.horizontal {
	position:relative;
	left:0;
	width:100%;
	cursor:default;
	z-index:2000;
/* position at top:*/ top:14em; 
	}

ul.horizontal li {
	width:auto;
	float:left;
	position:relative;
	cursor:pointer;
	cursor:hand;
	text-align:left;
	left: 3.05em;
	margin:0 0 0 -1px;
	}
	
* html ul.horizontal li {
	margin:0 -3.1em 0 3.05em;
/*	margin:0 -10.55em 0 10.5em; */
	}

ul[class^="horizontal"] li {
	margin:0 -3.1em 0 3.0em;
/*	margin:0 -10.55em 0 10.45em; */
	left:0.05em;
	}

ul.horizontal ul {
	z-index:2020;
	padding:0;
	cursor:default;
	position:absolute;
	top:auto;
	width:8.2em;
	margin:0 0 0 0;
	left:-10000px;
	}
	
ul.horizontal ul li {
	width:8.2em;
	left:auto;
	margin:-1px 0 0 0;
	}

ul.horizontal ul.wider, ul.horizontal ul.wider li {
	width:12.2em;
	}

ul.horizontal ul ul {
	margin:-0.45em 0 0 7.65em;
	}

@media Screen, Projection { 
	ul.horizontal li:hover > ul { left:auto; }
	ul.horizontal ul li:hover > ul { top:0; }
	}

ul.horizontal a, ul.horizontal a:visited {
	display:block;
	cursor:pointer;
	cursor:hand;
	background:#ffc;
	border:1px solid #edbb85;
	padding:5px 7px;
	font:normal normal bold 0.7em tahoma, verdana, sans-serif;
	color:#CC6600;
	text-decoration:none;
	letter-spacing:1px;
	}
	
ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a.rollover, ul.horizontal a.rollover:visited {
	background:#ffefcf;
	color:#806020;
	}



ul.horizontal a { float:left; }
@media Screen, Projection { ul.horizontal a { float:none; } }
ul.horizontal a:not(:nth-child(n)) { float:left; }
ul.horizontal ul a { float:none !important; }
@media screen, projection {
	* html ul.horizontal li {
		display:inline; 
		f\loat:left; 
		background:#ffffff; 
		}
	}
* html ul.horizontal li { position:static; }
* html ul.horizontal a { position:relative; }
ul[class^="horizontal"] ul { display:none; }
ul[class^="horizontal"] ul { displa\y:block; }

