@charset "utf-8";
/* CSS Document */
#header_bar{
	clear: both;
	float: left;
	height: 125px;
	width: 1002px;
	
}
#header_left{
width:223px;
height:204px;
float:left;
}
#header_flash
{
width:1002px;
height:125px;
float:right;
background-image:url(../images/about_02.gif);
background-repeat:no-repeat;
}
#nav{
	clear: both;
	height: 44px;
	width: 810px;
	margin-top: 35px;
	float:left;
	display:inline;
	margin-left:165px;
	
	
	
}
#nav ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	width:810px;	
	
	margin-right: 20px;
	
	
}
#nav ul li{
	color: #B38B50;  
	width: 70px;
	float:left;
	line-height:20px;
	position: relative;
	margin:0px;
	padding:0px;
}

#nav ul li ul { position: absolute; list-style-type: none; left:-30px; top:20px;margin:0px;clear:both;width:120px;display:none; }

#nav ul li ul li {border:none;width:120px; text-align: center;height:20px;line-height:20px;margin:0px;padding:0px;background:#333;}
#nav ul li a:link,#nav ul li a:visited{
	font-size: 13px;
	color: #B38B50;
	text-decoration: none;
}
#nav ul li a:hover,#nav ul li a:active{
	font-size: 13px;
	
	color: #cccccc;
	text-decoration: none;
}

