#menuList {
	font-family:"Trebuchet MS", Trebuchet;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 150px;
	float:left;
	font-size: 92%;
	left: 0px;
}
li.menubar {
	font-family:"Trebuchet MS", Trebuchet;
	list-style: none;
	margin-bottom: 12px;
	margin-top: 5px;
}

/*------------------------*/

.menu {
	font-family:"Trebuchet MS", Trebuchet;
	display: none;
	margin-left: 10px;
	padding: 0px;
}
.menu li {
	font-family:"Trebuchet MS", Trebuchet;
	list-style: none;
	margin-bottom: 5px;
}
.menu li a {
	font-family:"Trebuchet MS", Trebuchet;
	text-decoration: none;
	margin-bottom: 5px;
	color: #000000;
}
.menu li a:visited {
	font-family:"Trebuchet MS", Trebuchet;
	text-decoration: none;
	color: #000000;
}
.menu li a:hover {
	font-family:"Trebuchet MS", Trebuchet;
	color: #996600;
	text-decoration: none;
}

/*------------------------*/

.menuOn {
	font-family:"Trebuchet MS", Trebuchet;
	margin-left: 10px;
	padding: 0px;
}
.menuOn li {
	font-family:"Trebuchet MS", Trebuchet;
	list-style: none;
	margin-bottom: 5px;
}
.menuOn li a {
	font-family:"Trebuchet MS", Trebuchet;
	text-decoration: none;
	margin-bottom: 5px;
	color: #000000;
}
.menuOn li a:visited {
	font-family:"Trebuchet MS", Trebuchet;
	text-decoration: none;
	color: #000000;
}
.menuOn li a:hover {
	font-family:"Trebuchet MS", Trebuchet;
	color: #996600;
	text-decoration: none;
}

/*------------------------*/

a.actuator {
	font-family:"Trebuchet MS", Trebuchet;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}
a.actuator:visited {
	font-family:"Trebuchet MS", Trebuchet;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
}
a.actuator:hover {
	font-family:"Trebuchet MS", Trebuchet;
	color: #996600;
	text-transform:uppercase;
}
/*------------------------*/

a.actuatorSub {
	font-family:"Trebuchet MS", Trebuchet;
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}
a.actuatorSub:visited {
	font-family:"Trebuchet MS", Trebuchet;
	color: #996600;
	text-decoration: none;
}
a.actuatorSub:hover {
	font-family:"Trebuchet MS", Trebuchet;
	color: #996600;
}
