
/*
	LEVEL ONE
*/
ul.dropdown { position: relative; color: #80a3b7; float:left; padding-right:10px; margin:0 0 0 0px; text-shadow:none; width:100%; }
ul.dropdown a { color: #80a3b7; text-shadow:none; }
ul.dropdown li { font-weight: normal; color: #80a3b7;  float: left; zoom: 1; text-shadow:none;}
ul.dropdown a:hover	 { color: #D17302; text-shadow:none; padding-right:0;}
ul.dropdown a:active  { color: #80a3b7;text-shadow:none;}
ul.dropdown li a    { display: block; color: #80a3b7; text-shadow:none;padding-bottom:0px; line-height:1.2;}
ul.dropdown a li a:hover   { display: block; color: #D17302; text-shadow:none;}
ul.dropdown li:last-child a         { border-right: none; color: #80a3b7;  text-shadow:none;} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #D17302; position: relative; text-shadow:none;}
ul.dropdown li.hover a             { color: #80a3b7; text-shadow:none;}





/*
	LEVEL TWO
*/
ul.dropdown ul {
     font-size:13px;
     text-shadow:none;
     color: #80a3b7;
     width: 180px;
     height:auto;
     line-height:1;
     visibility: hidden;
     position: absolute;
     top: -10px;
     left:85px;
     padding:8px 0 14px 10px;
     background:url("../../images/black-70percent.png") repeat;
}
ul.dropdown ul li 					{ font-weight: normal; text-shadow:none;color: #80a3b7; float: none; margin:0px 0 0px 0; padding-bottom:0px;}

                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ font-weight:normal; text-shadow:none; color: #80a3b7; border-right: none; width: auto; display: inline-block;background:url('../images/w.png') top center repeat; padding:0px 10px 0px 8px;  }
ul.dropdown ul li a:hover           {color: #D17302;}
/*
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0;text-shadow:none; }
ul.dropdown li:hover > ul 			{ visibility: visible; text-shadow:none;}
