/* Top Navigation */

ul#navT {
	margin: 5px 0 0 0;
	list-style-type: none;
	padding-bottom: 3px;
	border-bottom: 4px solid;
	float: right;
}

ul#navT li {
	display: inline;
	float: left;
	font-size: 1em;
	border-left: 1px dotted;
}

ul#navT li:first-child {
	border-left: 0;
}

ul#navT a {
	display: block;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}
