#header{
	height:20px;
	background:#000 url(/images/icon_head.gif) no-repeat;
	position:relative;
	padding:0 0 0 50px;
}

#header a{
	display:block;
	float:left;
	line-height:20px;
	padding:0 7px;
	color:#eee;
	margin: 0 5px;
	text-decoration:none;
	font-size:11px;
}

#header a:hover,
#header a:active{
	background:#444;
	text-decoration:none;
}

#header a.act{
	color:#fff;
	background:#222;
	text-decoration:none;
	cursor:default;
}