/* $Id: nav.css,v 1.2 2005/05/03 14:26:37 cviebrock Exp $ */

#topnav, #topnav2 {
	width: 980px;
	margin: 1px auto;
	padding: 2px 0;
	border-bottom: 2px solid #039;
}

.navlist {
	border: 0;
	margin: 1px 0;
	padding: 1px 0;
	text-align: left;
}

.navlist li {
	list-style-type: none;
	display: inline;
	white-space: nowrap;
	margin-left: 5px;
	font: bold 12px "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	line-height: 22px;
	height: 22px;
	letter-spacing: 0.06em;
 	text-transform: uppercase;
}

.navlist li a {
	background: #039 url(/img/ctl/039-fff.gif) left top no-repeat;
	color: #fff;
	border: 0;
	padding: 5px 25px;
	margin-right: 1px;
	text-decoration: none;
}

#topnav2 .navlist li {
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	letter-spacing: 0;
}

#topnav2 .navlist li a {
	padding: 5px 6px;
}

.navlist li.fc {
	margin-left: 0;
}

.navlist li a.cur {
	background: #36c url(/img/ctl/36c-fff.gif) left top no-repeat;
}

.navlist li a:hover {
	background: #f70 url(/img/ctl/f70-fff.gif) left top no-repeat;
}

#breadcrumb {
	width: 842px;
	background: #ddd url(/img/ctl/ddd-fff.gif) left top no-repeat;
 	height: 28px;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0;
	clear: left;
}

#crumblist {
	text-align: left;
	border: 0;
	padding: 0 8px;
	margin: 0;
	list-style-type: none;
}

#crumblist li {
	white-space: nowrap;
	display: inline;
	padding: 0 5px 0 12px;
	background: url(/img/crumb.gif) left no-repeat;
	font-size: 11px;
	line-height: 28px;
	color: #333;
}

#crumblist li.fc {
	background: none;
	padding-left: 0;
}

#crumblist li a {
	width: auto;
	padding: 1px 0;
	margin-right: 1px;
	text-decoration: none;
}

#crumblist li a:hover {
	color: #000;
}
