#navbar {
	font-weight: bold;
	height: 20px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #003333;
	border-top: 0px solid #002200;
	border-right: 0px solid #002200;
	border-bottom: 1px solid #002200;
	border-left: 0px solid #002200;
}
#navbar a {
	color: #CCCCCC;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFFFEE;
	background-color: #004444;
}
#navbarContainer {
	height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left: 0px solid #000000;
}
.navbarItem {
	margin: 0px;
	height: 20px;
	display: inline block;
	float: left;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	text-align: center;
	/* stupid IE was wrapping shit */
	white-space: nowrap;
}
.navbarItem a {
	display: block;
	height: 17px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.navbarItem a:hover {
	display: block;
}

/*-- BEGIN: IE bug fixes --*/

* html .ieVariableWidthFix { width: 1%; }
* html .ieVariableHeightFix { height: 1%; }

/*-- END: IE bug fixes --*/
