#header {
	/*position: absolute;*/
	left: 0;
	top: 6px;
	height: 187px;
	background:transparent;
	
}
#header a{
	/*color:#FFF;*/
	color:#999;
	font-weight:bold;
}
#header-img {
	/*position: absolute;*/
	float:left;
	/*left: 6px;
	top: 6px;
	height: 120px;*/
	/*background: #FFFFFF;*/
}
#special-menu {
	/*position: absolute;*/
	float:right;
	/*width:300px;*/
	/*left: 6px;
	top: 6px;*/
	padding:10px 28px 0 0;
	line-height:12px;
	/*background: #FFFFFF;*/
}
#special-menu ul{
	list-style-type:none;
}
#special-menu li{
	float:right;
	/*border-left:1px solid #FFF;*/
	border-left:1px solid #999;
	padding:0 8px;
}
#special-menu li.last{
	border-left:none;
}
#special-menu li.first{
	padding-right:0;
}
