#menuBar {
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
	left: 0px;
	z-index: 10;
	height: 26px;
	width: 780px;
	overflow: hidden;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	letter-spacing: 0.03em;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}

a.menuButton, a.menuButtonActive {
	display: block;
	float: left;
	height: 18px;
	color: #ffffff;/*#000000;*/
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

a.menuButtonActive {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

a.menuButton:visited {
  color: #ffffff;/*#000000;*/
  text-decoration: none;
}

a.menuButton:hover, a.menuButtonActive, a.menuButtonActive:visited, a.menuButtonActive:hover {
  background-color: #eeeeee;
  color: #ffffff; /*494949;*/
  text-decoration: none;
  background-image:url(/images/menu/bg-nav-over.png);
  background-repeat:repeat-x;
}

.menu {
/*	filter: alpha(opacity=80);*/
	border-top: 0px;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	z-index: 20;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	letter-spacing: 0.03em;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(/images/menu/bg-menu-over.png) repeat scroll left bottom;
}

a.menuItem, a.menuItemActive {
	color: #ffffff;/*000000;*/
	background-color: transparent;
	display: block;
	padding: 3px 15px 3px 8px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuItem:visited {
  color: #ffffff;/*000000;*/
  text-decoration: none;
}

a.menuItem:hover, a.menuItemActive, a.menuItemActive:visited, a.menuItemActive:hover {
  background-color: #d25757; /*eeeeee;*/
  color: #ffffff;/*494949;*/
  text-decoration: none;
/*
  background-image:url(/images/menu/bg-nav-over.png);
  background-repeat:no-repeat;
*/
}

#navarrow, #navarrow:visited {
	background:transparent url(/images/menu/navarrow.gif) right no-repeat;
	padding-right: 25px;
}

#navarrow:hover {
	background:#d25757 url(/images/menu/navarrow.gif) right no-repeat;
}

*[id^="navarrow_"], *[id^="navarrow_"]:visited {
	background:transparent url(/images/menu/navarrow.gif) right no-repeat;
	padding-right: 25px;
}

*[id^="navarrow_"]:hover {
	background:#d25757 url(/images/menu/navarrow.gif) right no-repeat;
}