#navigation {
	height: 22px; 
	margin: 3px 0px 3px 0px;
}

ul.menu_head {
	width: 954px; height: 16px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 3px solid #2D61AD; 
	display: block;
	background:#2D61AD url(../images/header_nav_bg.png) repeat-x top left;
}

ul.menu_head li{
	float: left;
	width: 189px; height: 16px;
	border-left: 1px solid #16376D;
	border-right: 1px solid #BFBFBF;
}

ul.menu_head li:first-child {border-left:none;}
ul.menu_head li:last-child {border-right:none;}

ul.menu_head li a{
	color: white;
	text-align: center;
	font-size: 12px;
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-decoration: none;
	display:block;
	line-height: normal;
}

ul.menu_head li a:hover{
	color: #BFBFBF;
	text-decoration: underline;
}

html .about_us_active ul.menu_head li a.about_us,
html .product_lines_active ul.menu_head li a.product_lines,
html .services_active ul.menu_head li a.services,
html .news_active ul.menu_head li a.news,
html .contact_us_active ul.menu_head li a.contact_us {
	color: #BFBFBF;
	text-decoration: underline;
}