/* DynMenu Section */


.ddmx {
	padding: 0px;
	height: auto;
	width: 103px;
	margin: auto;
	
}
.ddmx .item1,
.ddmx .item1:visited
 {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #a48243;
	text-align: center;
	font-size: 16px;	
 }
.ddmx .item1-active,
.ddmx .item1:hover, 
.ddmx .item1-active:hover {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cc5270;
	text-align: center;
	font-size: 16px;
}
.ddmx .item2, .ddmx item2:visited{
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #a48243;
	text-align: center;
	font-size: 16px;
	z-index:500;
	zoom:1;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;	
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item1-active:visited,
.ddmx .item2-active:hover {
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cc5270;
	text-align: center;
	font-size: 16px;
	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:2px;
	z-index:999;
	zoom:1;
	opacity:.94;
	filter: alpha(opacity=94);
	-moz-opacity: 0.94;
	border: 1px solid #EEE4D1;
}




