/* DEFAULT MENU STYLES - in case tree menu doesn't load */
ul.jq-menu {
	font: 100% Tahoma, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

ul.jq-menu li {
	list-style-type:none;
	display:block;
	margin: 0;
	/*border-bottom: 1px solid #D3D9E3;*/
	padding: 0;
}

ul.jq-menu ul {
	margin: 0 0 0 5px;
	padding: 0 0 .2em;
	list-style-type:none;
}

ul.jq-menu ul li {
	/*background-color:white;*/
	list-style-type:none;
	/*list-style-image: url("../images/menu/node.gif") no-repeat top left;*/
	margin: 0 0 .15em;
	padding: 0 5px 0 0;
	/*
	position:relative;
	left:5px;
	top:20px;
	*/
  }

ul.jq-menu ul ul {
	margin: .2em 0 0 15px;
	padding: 0 0 1px;
	list-style-type:none;
}

ul.jq-menu li a,
ul.jq-menu li a:visited {
	padding: 3px 5px 4px 7px;
	display: block;
	/*width: 100%;*/
	/* color: #FFF !important; */
	font-weight: bold;
	text-decoration: none;
	list-style-type:none;
}

ul.jq-menu li a:hover {
	background: #FFF;
	text-decoration: underline;
	list-style-type:none;
}

ul.jq-menu ul li a,
ul.jq-menu ul li a:visited {
	padding: 0;
	display: inline;
	width: auto !important;
	background: none;
	/* color: #C2D6C2 !important; */
	font-weight: normal;
	text-decoration: none;
	list-style-type:none;
}

ul.jq-menu ul li a:hover {
	background: none;
	text-decoration: underline;
	list-style-type:none;
}

ul.jq-menu li a.on {
	background: #FFF;
	color: #FF4070 !important;
	list-style-type:none;
}

ul.jq-menu ul a.on {
	background: none;
	color: #FF4070 !important;
	list-style-type:none;
}


.js ul.jq-menu li ul {
	display: none;
}


ul.jq-menu li ul{
	display: none; 
}

* html ul.jq-menu a {
	/* change these widths to match the width of your sidebox */
	width:160px; /* specify width of links for IE 6 */
	max-width:160px;
	/*width: 131px; /* specify width of links for IE 5, minus padding (& borders?) for broken box model */
}

li.category_link{
	width:100%;
}

ul.category_link{
	width:100%;
}


