/**
 * network navigation interface
 *
 */

#toptabs {
	margin: 10px auto -13px auto;
	width: 760px;
	font-size: 0.8em;
}

#toptabs p {
	color: #808080;
	text-align: right;
}

.toptab {
	background: #f0f0f0 url(img/corner.gif) top right no-repeat;
	padding: 3px 5px 3px 5px;
	margin: 0 0 0 4px;
	color: #808080;
	border-bottom: 1px solid #e0e0e0;
}

.toptab:hover {
	background: #fafafa url(img/corner.gif) top right no-repeat;
	border-bottom: 1px solid #eaeaea;
	color: #505050;
	text-decoration: none;
}

.activetoptab {
	padding: 3px 5px 3px 5px;
	margin: 0 0 0 4px;
	color: #505050;
	text-decoration: none;
	background: #ffffff url(img/corner.gif) top right no-repeat;
	border-bottom: 1px solid #ffffff;
}

.activetoptab:hover {
	text-decoration: none;
}


/**
 * site navigation interface
 *
 */

#navigation {
	clear: both;
}

.navitab {
	padding: 4px 8px 4px 8px;
	margin: 0 0 4px 0;
	text-decoration: none;
	letter-spacing: 1px;
	background: #e0e0e0 url(img/corner2.gif) top right no-repeat;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #558855;
	font-weight:bold;
}

.navitab:hover {
	text-decoration: none;
	background: #f5f5f5 url(img/corner2.gif) top right no-repeat;
}

.activenavitab {
	padding: 4px 8px 4px 8px;
	margin: 0 0 4px 0;
	text-decoration: none;
	letter-spacing: 1px;
	background: black url(img/corner2.gif) top right no-repeat;
	border-bottom: 1px solid black;
	border-left: 1px solid #ffffff;
	color: white;
	font-weight:bold;
}

.activenavitab:hover {
	text-decoration: none;
}


/**
 * navigation tool classes
 *
 */

.hide {
	display:none;
}
