@charset "UTF-8";
/* CSS Document */
.ddmx {
	background-color: #406a9c;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	width:750px;
	margin: 0;
/*	padding: 10px 0 0 0;
*/	list-style: none;
}
.ddmx .item1 {
   padding:  0 5px!important;
	font-size: 13px;
	line-height:30px;
	text-align: center;
	text-decoration: none;
	color:#FFF;
	border-right: 1px solid #FFFFFF;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
   padding:  0 5px!important;
	font-size: 13px;
	line-height:30px;
	text-align: center;
	text-decoration: none;
	color: #b3d7fc;
	border-right: 1px solid #FFFFFF;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #406a9c;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
	background-color:#406a9c;
	color:#FFF;
	border-bottom: 1px solid #333;
}
.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 {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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

