.nav ul ul li a {
	display: block;
	margin: 1px 0px;
	padding: 1px 3px 3px;
	width: 165px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background: #da6561;
}

.nav ul ul li a:hover, .nav ul ul li a:visited:hover, .nav ul ul li a.linkON {
	background: #6894A3;
}

.blue a:link, .blue a:visited {
	color: #F8B91D;
	text-decoration: underline;
}
.blue a:hover, .blue a:visited:hover {
	text-decoration: none;
}
.yellow a:link, .yellow a:visited, .green a:link, .green a:visited {
	color: #671918;
	text-decoration: underline;
}
.yellow a:hover, .yellow a:visited:hover, .green a:hover, .green a:visited:hover {
	text-decoration: none;
}
.footer a:link, .footer a:visited {
	color: #4C4C4C;
	text-decoration: underline;
}
.footer a:hover, .footer a:visited:hover {
	text-decoration: none;
}
.utilnav a:link, .utilnav a:visited {
	color: #333333;
	text-decoration: underline;
}
.utilnav a:hover, .utilnav a:visited:hover {
	text-decoration: none;
}
.sidebarexpertlink a {
	background: url(../../images/arrow_up.gif) no-repeat left bottom;
	padding-left: 13px;
}

.projectsnav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px 8px 2px;
	border: 1px solid #000000;
	background: #B4D888;
}
.projectsnav a.fwd {
	background: #B4D888 url(../../images/arrow_black_fwd.gif) no-repeat right center;
	padding-right: 15px;
}
.projectsnav a:hover.fwd, .projectsnav a:visited:hover.fwd {
	background: #DCF8B9 url(../../images/arrow_black_fwd.gif) no-repeat right center;
	padding-right: 15px;
}
.projectsnav a.back {
	background: #B4D888 url(../../images/arrow_black_back.gif) no-repeat left center;
	padding-left: 15px;
}
.projectsnav a:hover.back, .projectsnav a:visited:hover.back {
	background: #DCF8B9 url(../../images/arrow_black_back.gif) no-repeat left center;
	padding-left: 15px;
}
.projectsnav a:link, .projectsnav a:visited {
	color: #000000;
	text-decoration: none;
}#categories .NAV3_ON a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
