.itd_nav a:link, .itd_nav a:visited, .itd_nav a
{
	white-space: normal;
	line-height: 1em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	background-color: #BBBBEE;
	padding: .6em .7em .6em 1em;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: .9em;
}
.itd_nav a:hover
{
	color: #FFFFCC;
}
.itd_nav_active a:link, .itd_nav_active a:visited, .itd_nav_active a
{
	white-space: normal;
	line-height: 1em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	background-color: #EEEEEE;
	padding: .6em .7em .6em 1em;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: .9em;
}
.itd_nav_active a:hover
{
	color: #FFFFCC;
}
