
/* start menu navigation ------------------------------------------------------------------------- */
#nav {
	width:586px;
	min-height:24px;
	height:auto;
	background-color:#d6d6d4;
	}
* html #nav { /* min-height FOR IE */
	height:24px;
	}
#nav ul {
	position:relative;
	width:586px;
	list-style:none;
	}
#nav ul li {
	float:left;
	margin:4px 0 0 15px;	
	}
#nav ul li.first { margin-left: 5px; }
#nav ul li a {
	display:block;
	font-family:arial, helvetica, sans-serif, verdana;
	font-size:.8em;
	color:#a10004;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:-.05em;
	}
#nav ul li.on a, #nav ul li a:hover { color:#ffffe0; }
#home, #home_on {
	position:relative;
	top:-2px;
	width:22px;
	height:19px;
	background:url(../images/home.gif) no-repeat;
	}
#home a, #home_on a, #bridgets a {
	display:block;
	height:100%;
	text-indent:-9999px;
	}
#home_on, #home a:hover {
	background:url(../images/home_on.gif) no-repeat;
	}
#bridgets {
	position:absolute;
	margin:0 0 0 5;
	padding:0;
	right:5px;
	width:25px;
	height:15px;
	background:url(../images/bridgets.gif) no-repeat;
	}
#bridgets a:hover {
	position:absolute;
	width:68px;
	height:16px;
	background:url(../images/bridgets_on.gif) no-repeat;
	right:0;
	margin:0 0 8px 0;
	}
* html #bridgets a:hover { right:-1px; }
/* end nav ------------------------------------------------------------------------- */