div.qwikmdnavbar ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

div.qwikmdnavbar li {
  display: inline;
}
 
/*From odyniec.net/articles/turning-lists-into-trees/*/

 ul.tree, ul.tree ul { 
 	list-style-type: none; 
 	background: url(vline.png) repeat-y; 
 	margin: 0; 
 	padding: 0; 
 } 

 ul.tree ul { 
 	margin-left: 10px; 
 } 

 ul.tree li { 
 	margin: 0; 
 	padding: 0 12px; 
 	line-height: 20px; 
 	background: url(node.png) no-repeat; 
 	color: black; 
 } 

 ul.tree li:last-child { background: #fff url(lastnode.png) no-repeat; }
