/* // ToggleMenu Stylesheet // */

#productlistMenuRoot {
	background-color: #66BC29;
}

.menu, .menu ul {
	margin:0;
	padding:0;
	list-style:none;
/*	background-image: url(/sites/mtigroupcomau/assets/gfx/hr.png) !important;*/
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu {
	width:290px;
}
.menu  > li{
	margin:0;
	padding:0;
/*	background-image: url(/sites/mtigroupcomau/assets/gfx/hr.png) !important;*/
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #67BC29;
}
li.currentli   {
	background-image: url(/sites/mtigroupcomau/assets/gfx/currentli.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
.menu > li:first-child {
	display: none;
}
*/
.menu a {
	display:block;
	padding:5px 10px;
	color:#FFFFFF;
	text-decoration:none;
	text-align: right;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Myriad, "Myriad Pro", Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #2A8B08;
	border-top: solid 1px #A1DA65;
}
.menu a:hover {
	font-weight: normal;
	color: #000000;
}
.menu ul li {
	border-bottom: dotted 1px #666666;
	background-color: #333333;
	margin: 0;
	padding: 0;
}

.menu ul li:hover {
	background-color: #444444;
}
.menu ul a {
	font-size: 1.2em;
	font-weight: normal;
	padding: 5px 10px;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	display: block;
}

.menu ul a:hover {
	color: #67BC29;
}
.hidden {
	display:none;
}

/* // Simple Tree Menu Stylesheet // */

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)
background: white url(/sites/rangeequipmentcomau/assets/simpletree/list.gif) no-repeat left center;
padding-left: 22px;
margin-bottom: 3px;
*/
list-style-type: none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). 
background: white url(/sites/rangeequipmentcomau/assets/simpletree/closed.gif) no-repeat left 1px;
*/
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

