#page-wrap					{ width: 974px; height:39px; background:url(../images/navbg.jpg) 0 0 repeat-x; } 

/* 
	LEVEL ONE
*/
ul.dropdown                     { position: relative; font:bold 12px/31px Arial, Helvetica, sans-serif;padding:0 0 0 200px;}
ul.dropdown li                  { font-weight: bold; float: left; zoom: 1;padding:0 23px 0 14px; background:url(../images/navarrrow.png) 0 50% no-repeat; }
ul.dropdown a:hover		        { color: #A3A2A2; }
ul.dropdown a:active            { color: #900505; }
ul.dropdown li a                { display: block; padding: 4px 0px; color: #A3A2A2; text-decoration: none;}
ul.dropdown li:last-child a     { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover            { position: relative; text-decoration:none; color:#900505;}
ul.dropdown li.hover a          { color: #900505; }

ul.dropdown li span				{ display: block; background-color:inherit;
								  color: #900505; padding:4px 0px;}

/* 
	LEVEL TWO
*/
ul.dropdown ul 					{ width: 200px; visibility: hidden; position: absolute; top: 100%; left: 0;
								  border:1px solid #900505;}
ul.dropdown ul li 				{ font-weight: bold; background:url(../images/navarrrow.png) 0 50% no-repeat #111;
									  border-bottom: 1px solid #900505; float: none; }
ul.dropdown ul li.hover,
ul.dropdown ul li:hover			{ background: #fff;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a				{ border-right: none; width: 100%; display: inline-block; text-decoration: none; color: #A3A2A2;} 

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