#nav
{
	width: 770px;
	height: 26px;
	overflow: hidden;
	margin-top: 4px;
	background-repeat: no-repeat;
}

#nav table
{
	width: 100%;
}

#nav td
{
	text-align: center;
	vertical-align: middle;
}

#nav a
{
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold
}


#nav a.menu_item_1
{
	text-align: left;
}

#nav a.menu_item_6
{
	text-align: right;
}

/* 
#nav a.selected,
#nav a:hover

See biz.css
*/


