table.ddm1 {

	font-size: 12px;

	color: #000000;
	padding-left:2px;
	
	margin: 0;
	padding: 0;

}

table tr {

	margin: 0;
	padding: 0;

}

.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover,
.ddm1 .item1:visited {


   	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;

	line-height: 24px;	

   	display: block;
   	position: relative;




}
.ddm1 .item1 {

	height: 24px;
	width: 109px;

	line-height: 24px;	
	background-image: url(../img/bg_menu-bottom_li.jpg);
	background-repeat: no-repeat;
	
	
	
}
.ddm1 .item1 a,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover
.ddm1 .item1 a:visited {

	height: 24px;
	width: 109px;
	
 	background-image: url(../img/bg_menu-bottom_li.jpg);
	background-repeat: no-repeat;

}
.ddm1 .item2 {

   	padding-top: 4px;
	padding-bottom: 4px;
	
   	text-decoration: none;
	font-weight: bold;
	
	width: 200px;

    display: block;
    white-space: nowrap;
	
	font-size: 11px;

}


.ddm1 .item2,
.ddm1 .item2:visited {

    background-color: #ffffff;

	width: 100%;

	display: block;

}

.ddm1 .item2:hover {

	color: #ffffff;
	cursor: pointer;
	
	background-color: #ed1c21;

	width: 100%;

}

.ddm1 .section {

  	position: absolute;
   	visibility: hidden;
   	z-index: -1;
    white-space: nowrap;
	
	width: 200px;

	text-align: center;
	
	background-color: #ffffff;

	filter:alpha(opacity=80); 
	-moz-opacity: 0.8;
	opacity: 0.8;

	color: #ffffff;
	
	margin-top: 2px;

	border-right: 1px solid #ec1c2a;
	border-left: 1px solid #ec1c2a;
	border-bottom: 1px solid #ec1c2a;


}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */




div.section-hide {

	background-color: orange;
	
	display: none;

}
