#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; margin: 0; padding: 0;}
.top_menu{background: url(../images/bg-navigation.gif) no-repeat left;}
.search_bar{background: url(../images/bg-search.gif) no-repeat left;}
/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      {font-weight: normal; float: left; zoom: 1; color:#ffffff; font-family:"Trebuchet MS"; font-size:14px;}
ul.dropdown a:hover		            { color: #000; font-family:"Trebuchet MS";}
ul.dropdown a:active                { color: #ffa500; font-family:"Trebuchet MS";}
ul.dropdown li a                    { display: block; padding: 4px 8px; 
	 								  color: #fff; font-family:"Trebuchet MS";}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: url(../images/bg-nav-hover.gif) repeat-x #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: #fff; font-family:"Trebuchet MS";}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0;}
ul.dropdown ul li 					{ font-weight: normal; background: #fea63c; color: #000; 
									   float: none; font-family:"Trebuchet MS";}
ul.dropdown ul li a:hover             { background: #F3D673; color: black; position: relative; }									
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; color:#000000; width: 100%; display: inline-block; font-family:"Trebuchet MS";} 

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