.menuheader
{
	width: 100px;
	clear: none;
	font-size: 14px;
	float: left;
	padding-top: 0;
}

.menuheader-booking
{
	width: 140px;
	clear: none;
	font-size: 14px;
	float: left;
}

.menuheader h2, .menuheader-booking h2 {
	background-color: transparent;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	font-size: 14px;
}
.menuheader h2 a, .menuheader-booking h2 a {
	color: #fff;
	background: #005696;
	font-weight: normal;
	text-decoration: none;
}
.menuheader h2 a:hover, .menuheader-booking h2 a:hover {
	color: #fff;
	background: #005696;
	text-decoration: underline;
}

.menuitem
{
	list-style: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.dhtmlmenu
{
	background-color: #005696;
	color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 150px;
	position: absolute;
	z-index: 90;
	visibility: hidden;
}

.dhtmlmenu a
{
	color: white;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

#adminmenu
{
	top: 245px;
	left: 20px;
}

#shoppingmenu
{
	top: 245px;
	left: 120px;
}

#reportingmenu
{
	top: 245px;
	left: 220px;
}

#programsmenu
{
	top: 245px;
	left: 360px;
}

