/*padding-bottom, padding-left, padding-right, padding-top*/
/*
#msection{
  	background-color:#345161;	
 	position:absolute;
	width:751px; 
	top:24px; 
	height:0px; 
	left:0px; 	
}
*/

.ddmx {
    font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular,sans-serif;
}

.ddmx ul{
	padding: 0;	
	margin: 0;
	list-style-type: none;		
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 1px;			
    font: 12px Tahoma, Helvetica, Geneva, Swiss, SunSans-Regular,sans-serif;
	color:white;			
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	/*text-indent: -77777px;*/
}

.ddmx .item1 {
    text-decoration: none;
    color: white;
	/*text-indent: -77777px;*/
	/*list-style-image:url(../images/mli.gif);*/	
}

.ddmx .item1:hover {
	/*border-bottom: #640000 0px solid;*/
	/*border-bottom:white 2px solid;*/
    color: white;
	/*text-indent: -77777px;*/
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {    
	padding: 3px 0px 0px 8px;
    font: 12px Tahoma, Helvetica, Geneva, Swiss, SunSans-Regular,sans-serif;
    color: #000000;	
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;    
	z-index: 500;
	line-height:16px;
	padding-bottom:1px;	
}


.ddmx .item2 {
    width:180px;
	color: black;    
    text-decoration: none;
	z-index: 500;
	display: block;
	BACKGROUND-COLOR: #F5F5F5;
	/*border-left:white 2px solid;*/
	padding:4px 0 4px 12px;
	border-left: #999999 1px solid;		
	border-right: #999999 1px solid;		
	border-bottom: #999999 1px solid;				
	/*background: url(./img/mli.gif) no-repeat #FFF;*/
}


.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: white;			
	BACKGROUND-COLOR: black;
	/*text-decoration:underline;*/	
	border-left: #999999 1px solid;		
	border-right: #999999 1px solid;		
	border-bottom: #999999 1px solid;	
	/*list-style-type:none;*/
	padding:4px 0 4px 12px;	
}


.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 {
    margin-top:5px;
    white-space: nowrap;	
    position: absolute;
    visibility: hidden;
    z-index: -1;
}


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