div.hide, div.show, div.hideSelected {
	font-family: tahoma,sans-serif;
	font-size: 11px;
	position: absolute;
}

div.hide ul, div.hideSelected ul { display: none; }
div.show ul { display: block; }

div.hide div.menuTitle {
	width: 100%;
	padding: 2px 2px 4px 2px;
	background-color: #2D6195;
	border-left: 1px solid #ffffff;
}

div.hideSelected div.menuTitle {
	width: 100%;
	padding: 2px 2px 4px 2px;
	background-color: #EFF0F8;
	border-left: 1px solid #ffffff;
}

div.hideSelected div.menuTitle a {
	color: #000000;
}

div.show div.menuTitle {
	width: 100%;
	padding: 2px 2px 4px 2px;
	background-color: #CCD4F1;
	border-left: 1px solid #ffffff;
}

div.menuTitle a {
	text-decoration: none;
	width: 100%;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}

div.menuTitle > a {
	width: inherit;
}

div.show div.menuTitle a {
	color: #000000;
}

ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #2D6195;
	border-width: 1px 0px 0px 0px;
}

li.menuItem, li.menuItemShow {
	border-style: solid;
	border-color: #2D6195;
	border-width: 0px 1px 1px 1px;
}

li.menuItem a, li.menuItemShow li a {
	text-decoration: none;
	color: #000000;
	width: 100%;
	display: block;
	background-color: #CCD4F1;
	padding: 2px;
	font-weight: normal;
}

li.menuItemShow a {
	text-decoration: none;
	color: #000000;
	width: 100%;
	display: block;
	background-color: #EFF0F8;
	padding: 2px;
	font-weight: bold;
}

/* These make it work in Netscape/Mozilla */
li.menuItemShow > a, li.menuItem > a, li.menuItemShow li > a {
	width: inherit;
}

li.menuItem a:hover, li.menuItemShow li a:hover {
	font-weight: bold;
	background-color: #EFF0F8;
}

li.menuItem a:focus, li.menuItemShow li a:focus {
	font-weight: bold;
	background-color: #EFF0F8;
}

li.menuItem div { display: none; }
li.menuItemShow div { display: block; }
a.skip { position:absolute; left:-1000em; width: 20em;}

div.helpDiv{
	width: 16px;
}
span.question {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #89A4CC;
  line-height: 16px;
  color: White;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: absolute;
}

span.questionNoTip {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #DDD;
  line-height: 16px;
  color: White;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: absolute;
}

span.question:hover { background-color: #2D6195; }

div.tooltip {
  background-color: #e2e4ef;
  color: black;
  position: absolute;
  left: 25px;
  top: -15px;
  z-index: 1000000;
  width: 700px;
  border-radius: 5px;
  text-align: left;
  font-weight:normal;
}

div.tooltip:before {
  border-color: transparent #2D6195 transparent transparent;
  border-right: 6px solid #2D6195;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 17px;
  left: -6px;
}

div.tooltip p {
  margin: 10px;
  color: black;
  font-weight: normal;
}

