
#menuBar {
	background-color: #2a0055;
	border-style: solid;
	border-width: 2px;
	border-top-color: #2a0055;
	border-left-width: 0px;
	border-bottom-color: #2a0055;
	border-right-width: 0px;
	color: #7388b5;
		padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
}

a.menuButton {
	/*
	border-style: solid;
	border-width: 1px;
	border-top-color: #c0c0c0;
	border-left-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-right-color: #c0c0c0;
	cursor: default;
	*/
	color: #7388b5;
	font-family: Tahoma, Arial,sans-serif;
	font-style: normal;
	font-size: 8pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight : bold;
}

a.menuButton:hover {
  color:#ffffff;
  /*
  	background-color:#213c84;
	border-style: solid;
 	border-top-color: #f0f0f0;
 	border-left-color: #f0f0f0;
 	border-bottom-color: #505050;
 	border-right-color: #505050;
  	text-decoration: underline;
  	cursor:hand;
   */
}

.menu {
	background-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	border-top-color: #f0f0f0;
	border-left-color: #f0f0f0;
	border-bottom-color: #909090;
	border-right-color: #909090;
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 101;
}

a.menuItem {
	color: #000000;
	cursor: pointer;
	display: block;
	font-family: Tahoma, Arial,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 14px;
	text-decoration: none;
}


a.menuItem:hover {
	text-decoration: underline;
	background-color: #213c84;
	color: #ffffff;
}

.menu {
	background-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	border-top-color: #f0f0f0;
	border-left-color: #f0f0f0;
	border-bottom-color: #909090;
	border-right-color: #909090;
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 101;
}

a.menuButtonStd {
	color: #000000;
	font-family: Tahoma, Arial,sans-serif;
	font-style: normal;
	font-size: 8pt;
	text-decoration: none;
	font-weight : bold;
}

a.menuButtonStd:hover {
  background-color:#213c84;
  color:#ffffff;
  text-decoration: underline;
}



