* 									{ margin: 0; padding: 0; }
body								{ font: 14px Arial Bold, Sans-Serif; color: white; text-align: center; } 
#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { font: 10px Arial; font-weight: bold; margin: 15px 0; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { width: 240px; font-weight: bold; float: left; zoom: 1; background: black; color: black; }
ul.dropdown a:hover		            { color: white; }
ul.dropdown a:active                { color: white; }
ul.dropdown li a                    { display: block; padding: 4px 8px 2px 4px; border-right: 0px solid black; height: 37px;
	 								  color: white; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: black; color: white; position: relative; }
ul.dropdown li.hover a              { color: white; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 240px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: bold; background: black; color: white; 
									  border-bottom: 1px solid black; 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; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* 
   SCROLL TEXT BOX
*/   
.scrollArea                         { width: 660px; height: 390px; font: 26px Arial Bold; color: black; padding-left: 15px; padding-right: 15px; border-color: #333333; border-width: 0px;
                                      background-color: white; border-style: solid; float: left; overflow: auto; }