@charset "utf-8";
/* Width of top level menu items. */
/* The sum of the li widths should equal the width of the element containing the ul. */
ul.menuBar li.menu {
	width: 150px;
}
ul.menuBar li#mb1li6 {
	width: 144px;
}
/* Style information for top level menu items besides width. */
/* Width of top level menu items is specified by li width. */
ul.menuBar li.menu a.menu {
	background: #2A6293 url(/images2/menuBackground.gif) repeat-x scroll 0% 0%;
	border-bottom: 1px solid #336087;
	border-right: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	text-decoration: none;
}
ul.menuBar li.menu a.menu.last {
	border-right: none;
}
ul.menuBar li.menu a.menu:hover {
	color: #333;
}
/* Style information for submenus. */
ul.menuBar li.menu ul {
	background-color: #CCC;
	opacity: 0.85;
	width: 100%;
}
/* Border for submenu items. */
ul.menuBar li.menu ul li {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
/* Style information for submenu items. */
ul.menuBar li.menu ul li a {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	line-height: 2;
	padding-left: 1em;
	text-decoration: none;
}
ul.menuBar li.menu ul li a:hover {
	background-color: #000;
	color: #FFF;
}
