/* CSS Document */
.ddmx {
    font: 11px Arial, Helvetica, sans-serif;
	background:  #658fb9;
}
.ddmx td { width:130px; 
position:relative;
}
.ddmx .buttonText {
	width:130px;
	line-height:36px;
	position:absolute; 
	z-index:100; 
	width:130px; 
	top:0px; 
	left: 0px;
	text-align:center;
	
	cursor:hand;
}
.ddmx .buttonimage {
position:absolute; 
z-index:1; 
width:130px; 
top:0px; 
left: 0px;
height:36px;

	cursor:hand;
}

.ddmx #main1{
	color:#000000;
	text-decoration:none;
	font-size:12px;
	
}
.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;
	height:36px;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    font: 12px tahoma;
	padding-left:5px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	cursor:hand;
}
.ddmx .item2 {
    background: #fff;
	border-top: 0px solid #658fb9;
	padding: 5px, 15px, 5px, 13px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFEB21;
}
.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 .contain {
position:relative;
}
.ddmx .section {
    border: 1px solid #FFEB21;
    position: absolute;
    visibility: hidden;
	width:128px;
    z-index: 1;
}

.ddmx .item2text {
	width: 100px;
}

.ddmx .item2 #fs {
	background-color:#FFE300;
	color:#D60000;
}

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