﻿.menu {
	background-color: #446699;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 600;
	letter-spacing: .20em;
	text-align: center;
	width: 950px;
}

.nav {
	background: #fff url('images/menu_bg_new.jpg') repeat-x bottom left;
	background-color: #89BBFF;
	width: 100%;
}

.nav_item {
	border-right: solid 1px #fff;
	cursor: pointer;
	display: table-cell;
	text-decoration: none;
}

.nav_item a {
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
}

.nav_item a:hover {
	color: #446699;
}

.nav_item:hover {
	background: transparent url(images/menu_active.jpg) repeat-x bottom left;
	margin: 0;
}

.nav_item.current {
	background: transparent url(images/menu_active.jpg) repeat-x bottom left;
	border-right: none;
	color: #446699;
	margin: 0;
}