#header img{
	background:url(images/unikom.jpg) 0 0 no-repeat;
	width:990px;
	height:153px;
	position:absolute;
	left:-156px;
	top:45px;
}


#header a.home{
	background:url(images/home_icon.gif) 0 0 no-repeat;
	width:19px;
	height:21px;
	position:absolute;
	left:16px;
	top:12px;
}
#header a.home:hover{
	background:url(images/home_icon_hover.gif) 0 0 no-repeat;
}
#header a.mail{
	background:url(images/mail_icon.gif) 0 0 no-repeat;
	width:19px;
	height:21px;
	position:absolute;
	left:37px;
	top:12px;
}
#header a.mail:hover{
	background:url(images/mail_icon_hover.gif) 0 0 no-repeat;
}
#header a.sitemap{
	background:url(images/sitemap_icon.gif) 0 0 no-repeat;
	width:19px;
	height:21px;
	position:absolute;
	left:58px;
	top:12px;
}
#header a.sitemap:hover{
	background:url(images/sitemap_icon_hover.gif) 0 0 no-repeat;
}
#header form{
	width:275px;
	height:33px;
	position:absolute;
	background:url(images/form_bg.gif) 0 0 no-repeat;
	left:81px;
	top:12px;
	
	padding:0 0 0 0;
}
#header form input{
	width:118px;
	height:15px;
	background-color:#fff;
	border:#2F2F2F solid 1px;
	color:#000;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	margin:2px 0 0 26px;
}
#header form input.go{
	background:url(images/btn_go.gif) 0 0 no-repeat;
	width:23px;
	height:15px;
	border:none;
	cursor:pointer;
	padding:0;
	margin:0;
}
#header ul{
	width:490px;
	height:45px;
	position:absolute;
	color#fff;
	left: 323px;
	top:0;
}
#header ul li{
	float:left;
	margin:0px;
}
#header ul li a{
	display:block;
	width:94px;
	height:45px;
	font:bold 11px/45px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color#fff;
	text-transform:capitalize;
	text-align:center;
	float:left;
}
#header ul li a:hover{
	text-decoration:underline;
	}
#header ul li.archive{
	display:block;
	padding:0 23px 0 24px;
	font:bold 12px/45px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:capitalize;
	background:url(images/nav_hover.gif) 0 0 no-repeat #760101;
	float:left;
}

