@charset "UTF-8";



/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	z-index: 10;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

	ul.dropdown li {
	color: #fff;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited {
	color: #FFF;
	text-decoration: none;
}
	ul.dropdown a:hover {
	color: #E8E0BA;
	text-decoration: none;
}
	ul.dropdown a:active { color: #fff; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	width: 155px;
	background-color: #FFF;
	color: #333;
	font-size: 12px;
	text-transform: none;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	KhtmlOpacity: .95;
	opacity: .90;
	border: thin solid #8C7112;
	}

		ul.dropdown ul li {
	background-color: transparent;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C7112;
	text-indent: 10px;
	font-size: 11px;
	line-height: 1.45em;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
	background-color: #8C7112;
	color: #333;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited {
	color: #333;
}
		ul.dropdown ul a:hover { color: #fff; text-decoration: none; }
		ul.dropdown ul a:active { color: #fff; }


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
	
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-family: Arial, helvetica, sans-serif;
	
	text-transform: uppercase;
}

/* ----- END LEVEL */


/* Components override */

