.ddmx {
    font: 11px verdana, sans-serif;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1-active:visited {
    padding: 3px 10px 3px 10px;
    /*MAIN BACKGROUND*/
	background: #00ADEF;
	font-size:12px;
	font-family:verdana, sans-serif;
    /*MAIN FONT*/
	color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    cursor: default;
}

.ddmx .item2,
.ddmx .item2:visited,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item2-active:visited {
	padding: 3px 2px 4px 8px; 
    font-size: 11px;
	font-family:verdana, sans-serif;
    /*SUB FONT*/
	color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500; 
	width:inherit;
}
.ddmx .item2,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:visited{
    /*SUB BACKGROUND*/
	background: #00ADEF;
	width: inherit;
}
.ddmx .item2:hover,
.ddmx .item2-active:hover{
	/*SUB OVER BACKGROUND*/
    background: #B2DBF1;
	color: #1470A3;
	clear: both;
}

.ddmx div.section a.item2-active,
.ddmx div.section a.item2-active:hover,
.ddmx div.section a.item2-active:visited{
    padding: 3px 2px 4px 8px;
	width: inherit;
   /*  cursor: default;*/
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 2px 4px 8px;
}


.ddmx .section img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
   /* cursor: default;*/
}



.ddmx .section
{
	/*SUB BORDER*/
    border: 1px solid #FFFFFF; 
    position: absolute; 
    visibility: hidden;
    z-index: 500;

	padding: 0px 10px 0px 0px;
/*	padding: 0px 10px 0px 0px;*/
	background: #00ADEF;
}




 * html .ddmx td { position: relative; } /* ie 5.0 fix */

* html .ddmx .section {
	width: 100%;
	padding: 0px 0px 0px 0px;
}

 * html .ddmx .item2,
 * html .ddmx .item2:visited,
 * html .ddmx .item2:hover,
 * html .ddmx div.section a.item2-active,
 * html .ddmx div.section a.item2-active:hover,
 * html .ddmx div.section a.item2-active:visited{
 	width:100%;
	padding: 3px 16px 4px 8px;
}


/* Vertical menu column */
#menu_ver {	
	vertical-align: top; 
	width: 100%;
	color: inherit;	
	background-color: inherit;
	/*padding-top: 10px;*/
}
#menu_ver DIV {
	width: 100%;
}
#menu_ver DIV A {
	color:#0E6CA9;
	background-color: inherit;
	text-decoration: none;
 	font-family: arial, verdana, sans-serif;
}
#menu_ver DIV A:hover {
	text-decoration: underline;
  	font-family: arial, verdana, sans-serif;
}

/*  Vertical menu, level 1, normal state (NO) */
#menu_ver DIV.menu1-level1-no {
  /*border-bottom: 1px dotted #999999;*/
  border-bottom: 1px dotted #FFFFFF;

  font-size: 11px;
  font-family: arial, verdana, sans-serif;
  padding-top:3px;  
  padding-bottom:2px;
}
#menu_ver DIV.menu1-level1-no a {
  padding-left:5px;
}

/*  Vertical menu, level 1, active state (ACT) */
#menu_ver DIV.menu1-level1-act {
  /*border-bottom: 1px solid #999999;*/
  border-bottom: 1px solid #FFFFFF;
  font-weight:bold;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  padding-top:3px;
  padding-bottom:2px;
  color: #FFFFFF;
  background-color: #00ADEF;
  cursor: default;
}
#menu_ver DIV.menu1-level1-act span{
  color:#FFFFFF;
  background-color: inherit;
  cursor: default;
  font-family: arial, verdana, sans-serif;
  padding-left: 5px;
}
#menu_ver DIV.menu1-level1-act span:hover {
  text-decoration: none;
  cursor: default;
  font-family: arial, verdana, sans-serif;
  padding-left: 5px;
}
#menu_ver DIV.section {
	border-bottom: 1px dotted #FFFFFF;
	width:100%;
}



/*  Vertical menu, level 2, normal state (NO) */
#menu_ver DIV.menu1-level2-no {
  font-size: 10px;
  font-family: arial, verdana, sans-serif;
  padding-left:15px;
}
/*  Vertical menu, level 2, active state (ACT) */
#menu_ver DIV.menu1-level2-act {
  font-size: 10px;
  font-family: arial, verdana, sans-serif;
  text-decoration: underline;
  padding-left:15px;
  cursor: default;
  color:#0E6CA9;
}



