/* What?Design Content Styles
 * Copyright 1996-2005
   	
 * Suggested order:
 	* display
 	* list-style
 	* position
 	* float
 	* clear
 	* width
 	* height
 	* margin
 	* padding
 	* border
 	* background
 	* color
 	* font
 	* text-decoration
 	* text-align
 	* vertical-align
 	* white-space
 	* other text
 	* content
 
 * TOC:
   Random HTML Styles
     Forms
   General Structure
   Navigation
   Quotations
   Comments and Other Asides
   Emphasis
   Computers - General
   Code
   Examples and Figures
   Q and A (FAQ)
   Tables
   Headers
   Meta
   Specific to Products Pages
*/

/* temp 			
li ul {
	display:none;
	}
	
li:hover > ul {
	display:block;
	}	
temp */			

