#mainLeftMenu {
	font-size: 10px;
	width: 140px;
	border: 0;
	margin-bottom: 12px;
	}
#menuLeftList {
	font-size: 10px;
	line-height: 19px;
	color: #666;
	padding: 0 0 1px 0;
	margin: 0;
}
#mainRightMenu p {
	font-size: 10px;
	width: 140px;
	color: #666;
	border: 0;
	margin-bottom: 12px;
	}
#menuRightList {
	font-size: 10px;
	line-height: 19px;
	color: #666;
	padding: 0 0 1px 0;
	margin: 0;
}
li.menubar {
	list-style: none outside;
	background:  url("/images/menu_plus.gif") no-repeat 0px 0px;
	border-top: solid #ccc 1px;
	padding: 0 0 0 14px;
}
li.menubarlink {
	background:  url("/images/menu_link.gif") no-repeat 0px 0px;
	list-style: none outside;
	border-top: solid #ccc 1px;
	padding: 0 0 0 14px;
}
li.submenubarlink {
	background:  url("/images/menu_link.gif") no-repeat 0px 0px;
	list-style: none outside;
	border-top: solid #fff 1px;
	padding: 0 0 0 14px;
}
.menu, .submenu {
	font-size: 10px;
	line-height: 19px;
	display: none;
	padding: 0;
	margin: 0;
}
.menu li, .submenu {
	list-style: none outside;
	background:  url("/images/menu_square.gif") no-repeat 0px 0px;
	border-top: solid #ccc 1px;
	padding: 0 15px 0 5px;
} 
a.actuator {
	color: #666;
	text-decoration: none;
	padding: 0 0 0 5px;
}
a.actuator:hover {
	  color: #903;
	  text-decoration: underline;
}
a.menubarlink {
	color: #666;
	padding: 0 0 0 5px;
	text-decoration: none;
}
a.menubarlink:hover {
	color: #903;
	text-decoration: underline;
	width: 140px;
}
.menu li a, .submenu li a {
	color: #666;
	text-decoration: none;
}
.menu li a:hover, submenu li a:hover {
	color: #903;
	text-decoration: underline;
}