#subContents
{
	width:				234px;
	float:				left;
	background:			#FFFFFF;
}

#navContent
{
	
}

#navContent dt
{
	height:					36px;
	margin-left:			3px;
	margin-right:			3px;
	margin-top:				2px;
	overflow:				hidden;
}

#navContent dt.home
{
	margin:					0;
}


#navContent dt.home a:hover
{
	background:				url(../pics/nav_home_all.png) no-repeat;
	background-position:	0 -35px;
	color:					#FFFFFF;
}

#navContent dt.home a
{
	background:				url(../pics/nav_home_all.png) no-repeat;
	background-position:	0 0px;
	position:				relative;
	height:					35px;
	line-height:			50px;
	color:					#000;
}

#navContent dt.new a sup
{
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	font-style:				italic;
	color:					#C61817;
}

#navContent dt.new a.selected
{

}

#navContent dt.home a.selected
{
	background:				url(../pics/nav_home_all.png) no-repeat;
	background-position:	0 -70px;
	color:					#C61817;
}

#navContent dt a
{
	display:			block;
	background:			url(../pics/nav_states.gif) no-repeat;
	height:				36px;
	text-transform:		uppercase;
	text-decoration:	none;
	color:				#000000;
	font-size:			17px;
	font-weight:		bolder;
	text-align:			center;
	line-height:		38px;
	font-family:		Arial, Helvetica, sans-serif;
}
	
#navContent dt a:hover
{
	background-position:0 -70px;
	color:				#FFFFFF;
}

#navContent dt a.selected
{
	background-position:0 -35px;
	color:				#C61817;
}