

#subnav ul {

margin: 0;
padding: 0;

}

#subnav li
{
	float: left;
	padding: 0 5px 0 5px;
	list-style-type: none;
}

#subnav li.line
{
	float: left;
	padding: 0 5px 0 5px;
	list-style-type: none;
	color: #9b9b9b;
}

#subnav li a {

	color: #F90;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 2px;
	font-size: 11px;
}

#subnav li a:hover {

	color:#ccc;
	text-decoration: underline;
	text-decoration: none;
	padding-bottom: 2px;
}


#utilitynav ul {

margin: 0;
padding: 0;

}

#utilitynav li
{
	float: right;
	padding: 0 10px 0 10px;
	list-style-type: none;
}

#utilitynav li a {

	color: #ccc;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 2px;
}

#utilitynav li a:hover {

	color:#F90;
	text-decoration: underline;
	background: url(../pics/nav_small_on.gif) no-repeat 1px 10px;
	text-decoration: none;
	padding-bottom: 2px;
}

#footer3 a {

	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 6px;

}

#footer3 a:hover {

	color: #F90;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	padding-top: 10px;

}

#subcontent td.thumbnails a.detailclick
{
	color: #333;
	text-decoration: underline;
	padding-left: 13px;
	background-image: url(../pics/box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
}

#subcontent td.thumbnails a.detail:hover
{
	color: #F60;
	text-decoration: underline;
	padding-left: 13px;
	background-image: url(../pics/box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
