.ddm1 {
    font: normal bold 11px Verdana, Arial, sans-serif;
    color: #FFF;
    background: #C9AE7D;
    display: block;
    height: 30px;
    vertical-align: middle;
    padding-top: 3px;
}
a:link  { color: #000000;  }  
a:visited { color: #000000;  }

.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #D6C098 url('ddmon.gif') no-repeat left;  
    color: #000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative; padding-left:20px; padding-right:14px; padding-top:4px; padding-bottom:4px
}
.ddm1 .item1,
.ddm1 .item1:visited {
	background: #C9AE7D url('ddmoff.gif') no-repeat left; /* Background Color of Main Menu*/
    color: #000000; /* Font Color of Main Menu*/
    padding-left:20px; padding-right:14px; padding-top:4px; padding-bottom:4px
}
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	background: #EEEFF3 url('ddmon.gif') no-repeat left;  /* Hover Color of Main Menu*/
    color: #202B4A; /* Hover Fonts Color of Main Menu*/
    padding-left:20px; padding-right:14px; padding-top:4px; padding-bottom:4px
}
.ddm1 .item2,
.ddm1 .item2:hover,
.ddm1 .item2-active,
.ddm1 .item2:visited,
.ddm1 .item2-active:hover {
    padding: 2px 8px 4px 8px;
    text-align: left;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	filter:alpha(opacity=100); 
}
.ddm1 .item2 {
	background: #C9AE7D; /* Background Color of Sub Menu*/
    color: #000000; /* Fonts Color of Sub Menu*/
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
   }
.ddm1 .item2:hover,
.ddm1 .item2-active,
.ddm1 .item2-active:hover {
   background: #D6C098; /* Hover Color of Sub Menu*/
   color: #ffffff; /* Hover Fonts Color of Sub Menu*/
}
.ddm1 .arrow,
.ddm1 .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddm1 .item2 img,
.ddm1 .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0px none;
}
.ddm1 .section {
	border: 1px solid black; /* Sub Menu BORDER Width and Color*/
    position: absolute;
    visibility: hidden;
	 z-index: -1;
}

* html .ddm1 td { position: relative; } /* ie 5.0 fix */
.seodiv {
    display: none;
}