/* DynMenu Section */


.ddmx {
	font-size: 11px;
	font-weight: bold;
    margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
	width:300px;
	position:relative;
	text-transform:capitalize;
	font-variant:small-caps;
}
.ddmx .item1, 
.ddmx .item1:visited{
	color: #ffffff;
	text-decoration: none;
	display:block;
	width: 80px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #1A171B;
	padding:1px;
	padding-left: 4px;
	
 }
.ddmx .item1-active,
.ddmx .item1-active:visited,
.ddmx .item1:hover, 
.ddmx .item1-active:hover {
    color: #F19022;
	text-decoration: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F19022;
	display:block;
	width: 80px;
	padding:1px;
	padding-left: 4px;
	
}
.ddmx .item2,
.ddmx .item2:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5A3B1D;
	margin-left: 4px;
	padding:1px;
	padding-left: 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F19022;
	display:inline;
	width:120px;
	height:22px;
	line-height:22px;
	z-index:500;
	zoom:1;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:visited,
.ddmx .item2-active:hover {
	color: #F19022;
	text-decoration: none;
	background-color: #5A3B1D;
	padding:1px;
	margin-left: 4px;
	padding-left: 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F19022;
	display:inline;
	z-index:500;
	zoom:1;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
	white-space:nowrap;
	margin-left:2px;
	z-index:-1;
	zoom:1;
}



