/* accordian.css */
/* CSS Support for for ACORDIAN DROPDOWN*/
/* ----------------------- */
/* author:  Jay Madigan */
/* version: 1.0.0 01/20/2011 */
/* DO NOT MODIFY OR REDISTRIBUTE THIS FILE WITHOUT PERMISSION */

H3{
  font-family:inherit;
  font-weight:bold;
  font-size:11pt;
  vertical-align:top;
}


.listmenu{
width: 230px; /*width of accordion menu*/
vertical-align:top;

}

.listmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: inherit;
color: inherit;
background: inherit;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top: 0px;
/*padding: 0px 0 0px 0px; /*header text is indented 10px*/
/*padding: inherit; /*header text is indented 10px*/
padding-left: inherit;
padding-top: 1px;
cursor: pointer;
vertical-align:top;
}

.listmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: none;
vertical-align:top;
}

.listmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
vertical-align:top;
}

.listmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
padding-left: inherit;
font-weight: inherit;
display:block;
vertical-align:top;

  font-family: "Calibri";
  font-size: 11pt;
  font-weight: normal;
  color: #000000;
  background-color: inherit; /* was e0d6be */
  text-align:left;
  padding-left:15px;
  padding-top:0px;
  padding-bottom:0px;
  border:none;
  width:230px;


}

.listmenu ul li a{
color: inherit;
background: inherit;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: inherit;
border-bottom: 1px solid #e4e4e4;
font-size: inherit;
vertical-align:top;
}

.listmenu ul li a:visited{
color: inherit;
}

.listmenu ul li a:hover{ /*hover state CSS*/
color: inherit;
background-color: inherit;
}
