﻿/* Navigation */
div#navBar {
	float: right;
	position: relative;
	right: 10px;
}
td.channelsFormBox {
	background-color: #43ae49;
}
td.manageFormBox {
	background-color: #326767;
}
td.browseFormBox {
	background-color: #de9c65;
	height: 31px;
}
a.navLabels {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
}
a.navLabels:visited {
	color: #ffffff;
}
a.navLabels:hover {
	color: #ffe3a5;
}
.navDropDowns {
	font-size: 11px;
}