Forums
- 
		- Forum
- Posts
 
- 
		
			
		
			- Installation
- 28,536
 - Troubleshooting
- 62,802
 - Themes
- 10,444
 - Plugins
- 15,389
 - Requests & Feedback
- 14,986
 - Showcase
- 3,257
 
- 
		
html.css (line 329) calls for it…
ul, menu, dir {
display:block;
list-style-type:disc;
margin:1em 0;
}add this to your style.css
#navigation ul {
list-style-type:none;
}
If you use Firefox get a plugin called firebug. http://getfirebug.com/ it will help you with all your css needs.