/* DynMenu Section */


.ddmx {
	font-size: 12px;
	font-weight: bold;
    margin-top: 0px;
	margin-bottom: 0px;
	position:relative;
	text-transform:capitalize;
	padding:0px;
}
.ddmx .item1, 
.ddmx .item1:visited{

	text-decoration: none;
	display:block;
	width: 100px;
	padding:1px;
	color:#010101;
	height:19px;
	line-height:19px;
	
 }
.ddmx .item1-active,
.ddmx .item1-active:visited,
.ddmx .item1:hover, 
.ddmx .item1-active:hover {
    color: #f05232;
	text-decoration: none;
	display:block;
	width: 100px;
	padding:1px;
	height:19px;
	line-height:19px;
	opacity:.88;
	filter: alpha(opacity=88);
	-moz-opacity: 0.88;	
}
.ddmx .item2,
.ddmx .item2:visited{
	color: #555353;
	text-decoration: none;
	margin: 0px;
	padding:1px;
	padding-left: 4px;
	display:block;
	width:204px;
	height:22px;
	line-height:22px;
	z-index:500;
	zoom:1;

	}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:visited,
.ddmx .item2-active:hover {
	color: #404040;
	text-decoration: none;
	background-color: #f1f7ac;
	padding:1px;
	padding-left: 16px;
	display:block;
	z-index:500;
	zoom:1;
	height:22px;
	line-height:22px;
	width:204px;
	background-image: url(/Images/ol_trans.gif);
	background-position:2px 50%;
	background-repeat:no-repeat;
}
.ddmx .section {
    position: absolute;
    visibility: hidden;
	white-space:nowrap;
	margin-left:2px;
	background-image:url(/Images/bg_sub_menu.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:white;
	z-index:-1;
	zoom:1;
	opacity:.82;
	filter: alpha(opacity=82);
	-moz-opacity: 0.82;
	padding-top: 3px;
	padding-bottom:0px;

}



