td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
/*	background: #1c5791; */
	height: 24px;
	z-index: 5;
}

#nav a {
	display: block;
	text-align: center;
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-serif; 
	cursor: pointer; 
	font-size: 14px;
	font-weight: bold;
	line-height: 24px; 
}
#nav li {
	text-transform: uppercase;
	float: left;
	height: 24px;
}
#nav li a {
	padding: 0 10px;
}
#nav li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	background: #7196bc;
	height: 24px;
}
#nav li ul li {
	border-bottom:1px solid #ffffff; 
	padding: 0;
	background: #7196bc;
}
#nav li ul li a {
	width: 160px;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}
#nav li:hover ul {
	left: auto;
	color: #ffffff; 
	cursor: default;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	color: #ffffff; 
}
#nav li:hover, #nav li.hover {
    position: static;
	color: #FFFFFF; 
	background: #7ab752; 
	cursor: default;
}
#nav li a:hover {
	color: #FFFFFF; 
	background: #7ab752; 
}
#nav li ul li a {
	text-transform: none;
}
#menu {
	height: 24px;
}