/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.ddmx {
		background: white;
		font-family: Verdana, Arial, Helvetica;
		font-size:11px;
		font-weight: normal;
		text-decoration: none;
		padding-left:0px;
		padding-right:0px;
		margin-left:0px;
		margin-right:0px;
	
  }

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover 
{
	background:#f0f0fa;
   
    /*padding: 3px 8px;*/
   /* font: 13px Verdana, Arial, Helvetica;*/

    color:white;
    font-weight: normal;
    text-decoration: none;
    display: block;
   
    position: relative;
    z-index: 500;
}
.ddmx .item2,
.ddmx .item2:visited {
background: white ;/*#004669;*/ /*top menu background*/
color: #6E8627;
text-decoration: none;
padding-top:2px;
padding-bottom:3px;
 }

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
background: white;
color:black;
text-decoration: none;
padding-top:2px;
padding-bottom:3px;  
   
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right:1px;
    border: 0px none;
}
.ddmx .section {
   background: #F5F5EA;

    /*border: 1px dotted #b8b4ae;*/
    border: 0px solid #ffffff;
    position: absolute;
    visibility: hidden;
    z-index: 800;
}

* html .ddmx td { position: relative; } 

.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
		padding: 2px 2px 2px 2px;
		background: white; /*#317394;*/
		font-weight: normal;
		text-decoration: none;
		display: block;

		position: relative;
		z-index: 700;
		border-bottom:solid 1px #545E37;
		border-left:solid 1px #545E37;
		border-right:solid 1px #545E37;
 }
.ddmx .item3,
.ddmx .item3:visited 
{
		background: white;
		color: #545E37;
}

.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
		background: #B2C083;
		color: white;
		border-bottom:solid 1px #545E37;
		border-left:solid 1px #545E37;
		border-right:solid 1px #545E37;
}
.menusplit{
		background: white;
		color: #545E37;
		font-family: Verdana, Arial, Helvetica;
		font-size:xx-small;
}

