#nav{
	height: 32px;
	background-image: url(nav.gif);
	position: relative;
	z-index: 2;
	width: 100%;
}
.nav_button_top{
	border-left: 1px solid #007777;
	border-right: 1px solid #009999;
}
.nav_button{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 28px;
	height: 32px;
	cursor: pointer;
	vertical-align: middle;
	padding-left: 16px;
	padding-right: 32px;
	position: relative;
	white-space: nowrap;
}
.nav_button_container td{
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
#nav a{
	text-decoration: none;
	color: #ffffff;
}
.nav_over{
	background-color: #ff0000;
}
.nav_menu{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #7e9cb1;
	border-right: 1px solid #666666;
}
@media print {
	.nav{
		display: none ! important;
	}
}