/* 
	LEVEL ONE
*/
ul.dropdown {
	position: relative;
	float: left;
	margin: 0px;
	padding: 16px 0px 12px;
}
ul.dropdown-active {
	position: relative;
	float: left;
	margin: 0px;
	padding: 16px 0px 12px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	list-style-type: none;
	color: #B7201C;
}
ul.dropdown-active a {
	text-align: center;
	list-style-type: none;
	color: #B7201C;
	text-decoration: none;
}
ul.dropdown li {
	list-style-type: none;
	margin: 0px;
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 0px;
	word-spacing: normal;
	text-align: center;
	color: #B7201C;
}
ul.dropdown li a {
	display: block;
	margin: 0px;
	font-weight: normal;
	text-decoration: none !important;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #754234 !important;
	text-align: center;
	padding: 0px;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
}
ul.dropdown a:hover {
	font-weight: normal;
	text-decoration: none !important;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC3300 !important;
	margin: 0px;
	padding: 0px;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
ul.dropdown li.hover a {
	text-decoration: none;
	font-weight: normal;
}
/* 
	LEVEL TWO
*/
ul.dropdown ul {
	visibility: hidden;
	font-weight: normal;
	font-size: 16px;
	width: 120px;
	top: 100%;
	padding: 6px 0px 0px;
	position: absolute;
	margin: 0px 0px 0px -5px;
	z-index: 1000;
}
ul.dropdown ul li {
	font-weight: normal;
	font-size: 16px;
	float: none;
	width: 120px;
	text-align: left !important;
	display: block;
	overflow: visible;
	white-space: nowrap;
	-o-box-shadow: 0px 2px 6px #583521;
	-icab-box-shadow: 0px 2px 6px #583521;
	-khtml-box-shadow: 0px 2px 6px #583521;
	-moz-box-shadow: 0px 2px 6px #583521;
	-webkit-box-shadow: 0px 2px 6px #583521;
	box-shadow: 0px 2px 6px #583521;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	text-align: left !important;
	margin: 0px;
	display: block;
	background-color: #EFE2D2;
	height: 100%;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
ul.dropdown ul li a:hover {
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #CC3300;
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
ul.dropdown li:hover > ul {
	visibility: visible;
	font-weight: normal;
	text-decoration: none;
	left: 0px;
	right: 0px;
	z-index: 1000;
}
