div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.submenu,
div.menu a.menuItem,
div.submenu a.menuItem {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
}
div.menu .menuItem{
	width:245px;
}

div.menuBar {
	width:100%;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#FFFFFF;
	background-color:#104782;
	/*background-image: url(../images/header_line.gif);
	background-repeat: repeat-y;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height:49px;*/
}

div.menuBar a.menuButton, div.menuBar .menuButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;
	position: relative;
	z-index: 100;
	display: block;
	text-decoration: none;
/*	
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 13px;
	background-color:#104782;
*/	
}

div.menuBar a.menuButton:hover {
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
}
div.menu {
	top: 0px;
	background-color: #4e74a1;
	position: absolute;
	visibility: hidden;
	z-index: 101;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4e74a1;
	height:210px;
}
div.submenu {
	top: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 101;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #4e74a1;
	border-top-width: 2px;
}

/*===============================
First column
===============================*/
div.menu a.menuItem {
	color: #FFFFFF;
	cursor: default;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:22px;
}
div.menu a.menuItem:hover, 
div.menu a.menuItemHighlight{
	background-color: #386292;
	color: #FFFFFF;
}
/*===============================
Second column
===============================*/
div.menu a.submenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	cursor: default;
	display:block;
	padding: 2px 1em;
	text-decoration: none;
	width:247px;
	line-height: 12px;
}
div.menu a.submenuItem:hover, 
div.submenuItem a.menuItemHighlight{
	background-color: #386292;
	color: #FFFFFF;
}
