@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;
}

	ul.dropdown li {
	padding: 7px 0;
	color: #fff;
	line-height: normal;
	
	}

	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: #c42032; text-decoration: none; }
	ul.dropdown a:active { color: #fff; }


/* ----- END LEVEL */


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

	ul.dropdown ul {
	 width: 175px;
	 background-color: #c42032;
	 color: #fff;
	 font-size: 12px;
	 text-transform: none;
	 filter: alpha(opacity=95);
	 -moz-opacity: .95;
	 KhtmlOpacity: .95;
	 opacity: .95;
	}

		ul.dropdown ul li {
	background-color: transparent;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 10px;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
	background-color: #372a2c;
	color: #FFFFFF;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #fff; }
		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 */
