﻿*{
	margin:0;
	padding:0;
}
.header{
	background:#222222 url(bg.png) repeat-x 0 100%;
	padding:40px 0 0 42px;
	*zoom:1; /* ie */
	border-bottom:8px solid #91b280;
}
.menu{
	height:38px;
}
.menu li{
	list-style-type:none;
	float:left;
	padding:0 0 0 8px;
}
.menu li a{
	float:left;
}
.menu li a img{
	width:161px;
	height:38px;
	border:none;
}
