.ddmx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.ddmxSelect .item1{
    padding: 4px 4px 4px 4px;
    background-color:#c3ccc2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	color: #3a6e8f;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    height:17px;
    /*width:150px; */
}

.ddmx .item1{
    padding: 4px 4px 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: none;
    color: #3a6e8f;
    text-align:center;
    display: block;
    white-space: nowrap;
    position: relative;
    height:17px;
    /*width:150px; */
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 4px 4px 4px 4px;
    background-color:#c3ccc2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: none;
    text-align:center;
    color: #3a6e8f;
    display: block;
    white-space: nowrap;
    position: relative;
    height:17px;
    /*width:150px; */
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 4px 4px 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-decoration: none;
    border-style: none none none none;
    border-width: 1px;
    border-color:  #BEC1C0;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    color:#003366;
    height:17px;
    /*width:150px; */
}
.ddmx .item2 {
    padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border-style: none none none none; 
    height:17px;
    /*width:150px; */
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border-style: none none none none;
    height:17px;
    /*width:150px; */
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height:17px;
}
.ddmx .item2 img,
.ddmx .item2-active img
{
    padding: 2px 2px 2px 2px;
    position: absolute;
    top: 40px;
    right: 1px;
    border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold; 
	height:17px;  
}
.ddmx .section 
{
	background: #dee3dd;
	padding: 2px 2px 2px 2px;
	background-image:url("img/menybak.gif");
    border: 1px solid #FFFFFF;
    border-style: none none none none;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height:19px;

}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
