ul.treeview{
		margin-left: -35px;
}
*ul.treeview{
		margin-left: 0px;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
	overflow: auto;
  	padding: 0px;
  	margin: 0px;
}
.treeview ul li {
	border: 1px solid #fff;	
}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
  	list-style-type: none;
	padding:1px 5px 1px 5px;
	margin-bottom: 1px;
	background:#666;
	cursor: hand !important;
	cursor: pointer !important;
}
.treeview li:hover{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	color: #fff;
	background-color: #F37737;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	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;
}
.treeview ul li a {
	display: block;
  	text-decoration: none;
}


.pro-menu-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFF;
	letter-spacing: 2pt;
	word-spacing: 2pt;
	text-transform: uppercase;
	padding-left:20px;
}
.pro-menu-font a:link {
	color: #FFF;
	text-decoration: none;
}
.pro-menu-font a:visited {
	text-decoration: none;
	color: #FFF;
}
.pro-menu-font a:hover {
	text-decoration: none;
	color: #FFF;
}
.pro-menu-font a:active {
	text-decoration: none;
	color: #FFF;
}
