/*-------------------------------------------------------------
Style Sheet site Kantarq

version: 1.1
author: paula kreuger
email: paulakreuger@gmail.com
--------------------------------------------------------------*/

/* Estilos do Menu de Navegação Principal
--------------------------------------------------------------*/


.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)*/
	list-style-type: none;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(list.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	cursor: pointer !important;
	background-image: url(closed.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}
#treeview  ul  li  {
	background-repeat: no-repeat;
	background-position: left 5px;
	background-image: url(list.gif);
}

#treemenu1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}



/* Geral -------------------------------------------------------------------------------*/
#treeview  {
	float: right;
	width: 250px;
	clear: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
	text-transform: uppercase;
	font-size: x-small;
	font-weight: bold;
	background-color: #000000;
	text-align: left;


}
#treeview ul li ul {
	margin-top: 3px;
	margin-bottom: 0px;
}

#treeview  ul  li  ul  li  {
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	background-image: url(list.gif);
}
#treeview  ul  li  ul  li ul li {
	background-image: none;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: x-small;
	text-transform: uppercase;
}
