/* CSS Document */
.ddmx {
    font: 11px tahoma;
	background:  #658fb9;
	
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    /*padding: 3px 10px 3px 10px;*/
    background: #658fb9;
	
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	cursor:hand;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    font: 11px tahoma;
	/*JUNE 2006 added width, padding and border here*/
	width:225px;
	padding:5px 0px 5px 15px;
	/*border: 1px solid #658fb9;	*/
	
	border-left: 1px solid #658fb9;
	border-right: 1px solid #658fb9;
    color: #244792;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	cursor:hand;
}
.ddmx .item2 {
    background: #DDEDFA;	
		border-bottom:1px solid #658fb9;
	 /*JUNE 2007 eliminated padding
	padding: 5px 15px 5px 15px;*/
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;

}
.ddmx .section {
/* JUNE 2007
   */
    position: absolute;
	/* JUNE 2007 added marginleft
	margin-left:-20px;*/
	margin-left:0px;
	border-top:  #658fb9 1px solid;
    visibility: hidden;
    z-index: -1;
	/*border-bottom: 1px solid #658fb9;*/
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */