/* DEFAULT MENU STYLES - in case tree menu doesn't load */
ul.bullet-menu {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
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;
	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 ul a.on {
	background: transparent url(../images/leftBoxBg.png) repeat scroll 0 0;
	color: #FF4070 !important;
}
/* TREE MENU STYLES - only apply if menu loads */
ul.tree-menu {
	border-top:1px solid #393939;
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
ul.tree-menu ul {
	margin: 0;
	padding: 3px 0 0 3px;
	background: transparent 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: 0;
	padding: 0;
}
ul.tree-menu li.top-section {
	border-bottom: 1px solid #686868;
}
ul.tree-menu li.top-section-end {
	border-bottom: 1px solid #D3D9E3;
}
ul.tree-menu li.top-section-open {
	border-bottom: 1px solid #D3D9E3;
}
ul.tree-menu li.top-section-open-end {
	border-bottom: 1px solid #D3D9E3;
}
ul.tree-menu li.section {
	background: transparent url("../images/menu/node.gif") no-repeat top left;
}
ul.tree-menu li.section-end {
	background: transparent url("../images/menu/node-end.gif") no-repeat top left;
}
ul.tree-menu li.section-open {
	background: transparent url("../images/menu/node-open.gif") no-repeat top left;
}
ul.tree-menu li.section-open-end {
	background: transparent url("../images/menu/node-open-end.gif") no-repeat top left;
}
ul.tree-menu li.top-item {
	background: transparent url("../images/menu/leaf.gif") no-repeat top left;
	border-bottom: 1px solid #686868;
}
ul.tree-menu li.top-item-end {
	background: transparent url("../images/menu/leaf-end.gif") no-repeat top left;
	border-bottom: 1px solid #D3D9E3;
}
ul.tree-menu li.item {
	background: transparent url("../images/menu/leaf.gif") no-repeat top left;
}
ul.tree-menu li.item-end {
	background: transparent 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:#C3C3C3;
	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, 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: #FFAA01;
	padding: 3px 5px 4px 7px;
	font-weight: bold;
	display: block;
}
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: #FFFFCC;
	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;
}
ul.tree-menu a.on {
	color: #999999 !important;
	background-color: #FFF !important;
}
ul.tree-menu li.section a.on {
	background: transparent url("../images/menu/node-on.gif") no-repeat top left;
}
ul.tree-menu li.section-end a.on {
	background: transparent url("../images/menu/node-end-on.gif") no-repeat top left;
}
ul.tree-menu li.section-open a.on {
	background: transparent url("../images/menu/node-open-on.gif") no-repeat top left;
}
ul.tree-menu li.section-open-end a.on {
	background: transparent url("../images/menu/node-open-end-on.gif") no-repeat top left;
}
ul.tree-menu li.item a.on {
	background: transparent url("../images/menu/leaf-on.gif") no-repeat top left;
}
ul.tree-menu li.item-end a.on {
	background: transparent url("../images/menu/leaf-end-on.gif") no-repeat top left;
}
ul.tree-menu li.top-item a.on, ul.tree-menu li.top-item-end a.on {
	background: #fff;
}
/* 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%;
}

