* 									{ margin: 0; padding: 0; }
#page-wrap							{ width: 900px; alignment-adjust:central;  } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-size: 14px; font-family: Verdana, Geneva, sans-serif; font-weight: normail; float: left; zoom: 1; background: #808080; }
ul.dropdown a:hover		            { color: #222; font-weight: bold; }
ul.dropdown a:active                { color: #222; }
ul.dropdown li a                    { display: block; padding: 9px 10px; border-bottom:  #000; border-right: 1px solid #000;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: #222; position: relative; }
ul.dropdown li.hover a              { color: #006; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 290px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #222; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; width: 340px; }
ul.dropdown li:hover > ul 			{ visibility: visible; }