/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; float:right; font-family: "trebuchet ms", arial, helvetica;
									  font-size: 14px; font-weight: bold; color: #A3A3A3; text-align: right;
									  margin-right: 20px; margin-top: 0px; padding-top: 120px; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; display: inline; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #C7B200; position: relative; }
ul.dropdown li.hover a              { color: #C7B200; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 115px; visibility: hidden; position: absolute; z-index:11; top: 100%; margin:0; padding:0}
ul.dropdown ul li 					{ font-weight: normal; /*background: url(../files/image/trans.png) repeat-x; */
									  float: none; z-index:9999; font-size:12px; text-align:left; margin:0; padding:5px; z-index:12}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; z-index:13; 
									  background: url(../files/image/trans.png) repeat-x; } 

ul.dropdown ul li a:hover			{ background: url(../files/image/trans2.png) repeat-x; } 

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