/* $Id: nav.css,v 1.4 2005/08/10 17:17:22 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 100% "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	line-height: 1.82em;
	height: 1.82em;
	letter-spacing: 0.06em;
 	text-transform: uppercase;
}

.navlist li a {
	background: #039 url(//a248.e.akamai.net/f/248/5462/2h/www.digitalriver.com/v2.0-img/operations/tucows/site/images/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: 92%;
	line-height: 1.82em;
	height: 1.82em;
	letter-spacing: 0;
}

#topnav2 .navlist li a {
	padding: 5px 6px;
}

.navlist li.fc {
	margin-left: 0;
}

.navlist li a.cur {
	background: #36c url(//a248.e.akamai.net/f/248/5462/2h/www.digitalriver.com/v2.0-img/operations/tucows/site/images/36c-fff.gif) left top no-repeat;
}

.navlist li a:hover {
	background: #f70 url(//a248.e.akamai.net/f/248/5462/2h/www.digitalriver.com/v2.0-img/operations/tucows/site/images/f70-fff.gif) left top no-repeat;
}

#breadcrumb, #breadcrumb-w {
	width: 842px;
	background: #ddd url(//a248.e.akamai.net/f/248/5462/2h/www.digitalriver.com/v2.0-img/operations/tucows/site/images/ddd-fff.gif) left top no-repeat;
 	height: 28px;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0;
	clear: left;
}

#breadcrumb-w {
	width: 980px;
}

#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(//a248.e.akamai.net/f/248/5462/2h/www.digitalriver.com/v2.0-img/operations/tucows/site/images/crumb.gif) left no-repeat;
	font-size: 92%;
	line-height: 2.5em;
	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;
}

