/* Already in menuExpandable.css */

/*body {
  font-family: verdana, helvetica, arial, sans-serif;
}*/

.expandAll {
	text-decoration:underline;
	color:blue;
	font-size:11pt;
	font-weight:bold;
}

#mainMenu {
  background-color: #efe;
  border: 1px solid #9b9;
  min-width: 500px;
  -moz-border-radius: 8px;   /* for rounded corners */
  border-radius: 8px;        /* for CSS3 when it takes effect */
  font-size:11pt;
}

#menuList {
  margin: 0px;
  padding: 10px 0px 10px 15px;
  min-width:500px;
}

.menubar {
  position:relative;
  background: url(/images/plusButton.gif) no-repeat 0em 0.7em;
  line-height: 2em;
  list-style: none outside;
}

.menu{
  display: none;
  margin-left: 15px;
  padding: 0px;
}

.menu li{
  background-color: transparent;  
  background: url(/images/arrowLTR.gif) no-repeat 0em 0.7em;
  color: #000;
  text-decoration: none;
  list-style: none outside;
}

.menu li a:hover{
  /*border-bottom: 1px dashed #000;*/
  text-decoration: underline;
}

a.actuator {
  background-color: transparent;
  color: blue;
  padding-left: 15px;
  text-decoration: none;
}

a.actuator:hover {
  text-decoration: underline;
}

.leaf{
  background: url(/images/arrowLTR.gif) no-repeat 0em 0.7em;
  line-height: 2em;
  list-style: none outside;
  padding-left: 15px;
}

span.key {
  text-decoration: underline;
}
/* End Already in menuExpandable.css */

/* General 1-level Expanding menus */

.expand {
  background: url(/images/plusButton.gif) no-repeat 0em 0.3em;
  list-style: none outside;
  font-size: 12pt;
}

.expand ul li{
  padding-left: 15px;
}

.expandChoice{
	position:relative;
	left:50px;
}

/* End General Expanding items */

/* FAQ Expandable menus */

.faq_menu{
  display: none;
  margin-left: 15px;
  padding: 0px;
}

.faq_menu li{
  background: url(/images/arrowLTR.gif) no-repeat 0em 0.3em;
  list-style: none outside;
  font-size:11pt;
  padding-left: 15px;
  width:90%;
}

.faq_menu ol li{
  background:none;
  list-style-type:decimal;
}

a.faq_actuator {
  padding-left: 15px;
  color:#00d;
}

a.faq_actuator:hover {
  text-decoration: underline;
}

#faq_list .question {
	background: url(/images/plusButton.gif) no-repeat 0em 0.3em;
  list-style: none outside;
}

/* End FAQ Expandable menus */
/***************************************************/
