.header {
	width: 950px;
	height: 185px;
	background: #FFF;
}
.menu {
	display: block;
	width: 950px;
	height: 40px;
	background: url(../pics/menu.jpg) repeat-x;
}
.menu a {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	padding: 13px 20px 0 20px;
}
.menu a:hover {
	color: #358ccb;
}
.menu_separator {
	display: block;
	float: left;
	width: 2px;
	height: 40px;
	background: url(../pics/menu_separator.jpg) no-repeat;
}
.menu .active {	
	text-decoration: underline;
}