#navContainer
	{
		position: relative;
		padding: 10px 0 10px 0;
		height:65px;
		text-align: left;
		font:bold 12px "Verdana","Arial",sans-serif;
		border-width:0;
	z-index:10;
	}
#navImg
	{
		position: relative;
		float:left;
	}
#navImg a
	{
		border-bottom: 0;
	}
#navTxtImg
	{
		position: absolute;
		top:28px;
		left: 450px;
		width:324px;
		margin-right:0;
		height:2em;
		overflow:visible;
/*	border-left: 2px solid #999;
	border-top: 2px solid #999;
background:#7cc0cf;*/
	width:expression('555px'); /* IE*/
	}

#nav, #nav ul { /* all lists */
	list-style: none;
	padding: 4;
	margin: 0;
}

#nav li	{
	position:relative;
	float:left;
  border:1px #777 solid;
  border-left:0;
  border-right:0;
}

#nav a {
	font-weight: bold;
	display: block;
/*	color: #003366;*/
  color:#555;
	border: 0;

}

#nav li ul { /* second-level lists */
	position: absolute;
	border-collapse:collapse;
	width: 15em;
	left: -999em;
}

#nav li li {
	width: 15em;
	background: white;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	
/*
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	border-bottom-width: 1px;
*/
	font:bold 12px Verdana ,Arial, sans-serif;
	padding: 1px 1px 0px 1px;
}

#nav li ul a {
	width: 15em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a:hover, #nav li:hover, #nav li.sfhover {
	color:#003366;
	background:#f0f0e0;
	z-index: 1001;
}