/* TREE MENU STYLES - only apply if menu loads */
ul.tree-menu {
  font: 100% Tahoma, Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #cccccc;
  }
ul.tree-menu ul {
  margin: 0;
  padding: 3px 0 0 3px;
  background: #eeeeee url(../images/menu/branch.gif) repeat-y 3px 0;
  }
ul.tree-menu ul ul {
  margin-left: 14px;
  padding: 0;
  border-style: none;
  background-position: 0 0;
  }
ul.tree-menu li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  }
ul.tree-menu li.top-section {
  /*border-bottom: 1px solid #D3D9E3;*/
  }
ul.tree-menu li.top-section-end {
  /*border-bottom: 1px solid #D3D9E3;*/
  }
ul.tree-menu li.top-section-open {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #eeeeee;
  }
ul.tree-menu li.top-section-open-end {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #eeeeee;
  }
ul.tree-menu li.section {
  background: url(../images/menu/node.gif) no-repeat top left;
  }
ul.tree-menu li.section-end {
  background: #FEF2F0 url(../images/menu/node-end.gif) no-repeat top left;
  }
ul.tree-menu li.section-open {
  background: url(../images/menu/node-open.gif) no-repeat top left;
  }
ul.tree-menu li.section-open-end {
  background: #FEF2F0 url(../images/menu/node-open-end.gif) no-repeat top left;
  }
ul.tree-menu li.top-item {
  background: #FEF2F0 url(../images/menu/leaf.gif) no-repeat top left;
  /*border-bottom: 1px solid #D3D9E3;*/
  }
ul.tree-menu li.top-item-end {
  background: #FEF2F0 url(../images/menu/leaf-end.gif) no-repeat top left;
  /*border-bottom: 1px solid #D3D9E3;*/
  }
ul.tree-menu li.item {
  background: url(../images/menu/leaf.gif) no-repeat top left;
  }
ul.tree-menu li.item-end {
  background: #eeeeee url(../images/menu/leaf-end.gif) no-repeat top left;
  }
ul.tree-menu a, ul.tree-menu a:visited {
  text-decoration: none;
  }
ul.tree-menu li.top-section a,
ul.tree-menu li.top-section-end a,
ul.tree-menu li.top-item a,
ul.tree-menu li.top-item-end a {
	color:#000;
  background: #cccccc;
  padding: 3px 5px 4px 7px;
  font-weight: bold;
  display: block;
  width:173px;
  }

ul.tree-menu li.top-section a:hover,
ul.tree-menu li.top-section-end a:hover,
ul.tree-menu li.top-item a:hover,
ul.tree-menu li.top-item a:active,
ul.tree-menu li.top-item-end a:hover,
ul.tree-menu li.top-item-end a:active {
  color: #fff;
  background: #000;
  padding: 3px 5px 4px 7px;
  font-weight: bold;
  display: block;
  }
  
  
ul.tree-menu li.top-section-open a,
ul.tree-menu li.top-section-open-end a {
  color: #000;
  background: #eeeeee;
  padding: 3px 5px 4px 7px;
  font-weight: bold;
  display: block;
  width:173px;
  }
    
ul.tree-menu li.section a,
ul.tree-menu li.section-end a,
ul.tree-menu li.section-open a,
ul.tree-menu li.section-open-end a,
ul.tree-menu li.item a,
ul.tree-menu li.item-end a {
  color: #0E65CE;
  padding: 1px 5px 4px 18px;
  font-weight: normal;
  background: none;
  width: auto !important;
  display: block;
  }
ul.tree-menu li.section a:hover,
ul.tree-menu li.section-end a:hover,
ul.tree-menu li.section-open a:hover,
ul.tree-menu li.section-open-end a:hover,
ul.tree-menu li.item a:hover,
ul.tree-menu li.item-end a:hover {
  color: #fff;
  background-color:#000;
  }
ul.tree-menu a.on {
  /*color: #FF4070 !important;
  background-color: #000 !important;*/
  }
ul.tree-menu li.section a.on {
  background: #FFF url(../images/menu/node-on.gif) no-repeat top left;
  }
ul.tree-menu li.section-end a.on {
  background: #FFF url(../images/menu/node-end-on.gif) no-repeat top left;
  }
ul.tree-menu li.section-open a.on {
  background: #FFF url(../images/menu/node-open-on.gif) no-repeat top left;
  }
ul.tree-menu li.section-open-end a.on {
  background: #FFF url(../images/menu/node-open-end-on.gif) no-repeat top left;
  }
  

  
ul.tree-menu li.item a.on {
  font-weight: bold;
  padding-top:11px;
  padding-left:25px;
  color:#000;
  height:21px;
  font-size: 115%;
  background:url(../images/menu/menu-on-back.gif) no-repeat top left;
  }
  
ul.tree-menu li.item-end a.on {
  font-weight: bold;
  padding-top:11px;
  padding-left:25px;
  color:#000;
  height:21px;
  font-size: 115%;
  background:url(../images/menu/menu-on-back-end.gif) no-repeat bottom left;
  }
  
  /*ul.tree-menu li.top-item a.on,
ul.tree-menu li.top-item-end a.on {
  background: #eeeeee;
  }
  */


/* Fixes for IE 6 & below */
* html ul.bullet-menu a,
* html ul.tree-menu a {
  /* change these widths to match the width of your sidebox */
  width: 143px; /* specify width of links for IE 6 */
  w\idth: 131px; /* specify width of links for IE 5, minus padding (& borders?) for broken box model */
  }
* html ul.tree-menu li.section a,
* html ul.tree-menu li.section-end a,
* html ul.tree-menu li.section-open a,
* html ul.tree-menu li.section-open-end a,
* html ul.tree-menu li.item a,
* html ul.tree-menu li.item-end a {
  height: 1%;
  }
  
#siteMenu-11, #siteMenu-18, #siteMenu-24, #siteMenu-35  { margin-top:3px; padding-top: 2px; border-top:1px dashed #eeeeee;}
  
ul#siteMenu h3 {background: #cccccc; margin:0px; padding: 10px 0px 5px 5px; text-transform: capitalize; color: #000; /*text-align:center;*/}
li#siteMenu-0 h3 { padding-top:0px;}



/* DEFAULT MENU STYLES - in case tree menu doesn't load */
ul.bullet-menu {
  font: 100% Tahoma, Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  display:none !important; /* Iturned this off */
  }
ul.bullet-menu li {
  list-style-type: none;
  margin: 0;
  /*border-bottom: 1px solid #D3D9E3;*/
  padding: 0;
  }
ul.bullet-menu ul {
  margin: 0 0 0 22px;
  padding: 0 0 .2em;
  }
ul.bullet-menu ul li {
  /*list-style-type: disc;*/
  list-style:none;
  border-style: none;
  margin: 0 0 .15em;
  padding: 0 5px 0 0;
  }
ul.bullet-menu ul ul {
  margin: .2em 0 0 15px;
  padding: 0 0 1px;
  }
ul.bullet-menu li a,
ul.bullet-menu li a:visited {
  padding: 3px 5px 4px 7px;
  display: block;
  /* color: #FFF !important; */
  font-weight: bold;
  text-decoration: none;
  }
ul.bullet-menu li a:hover {
  background: #FFF;
  text-decoration: underline;
  }
ul.bullet-menu ul li a,
ul.bullet-menu ul li a:visited {
  padding: 0;
  display: inline;
  width: auto !important;
  background: none;
  /* color: #C2D6C2 !important; */
  font-weight: normal;
  text-decoration: none;
  }
ul.bullet-menu ul li a:hover {
  background: none;
  text-decoration: underline;
  }
ul.bullet-menu li a.on {
  background: #FFF;
  color: #FF4070 !important;
  }
ul.bullet-menu ul a.on {
  background: none;
  color: #FF4070 !important;
  }

	

