
.ddmx {
    font: 11px tahoma;
    border: 1px solid black;
}
a.item1{
		color: red; 
	  background-image: url('../images/thbackground.jpg');
	  background-repeat: repeat-x;
    padding: 3px 5px 3px 5px;
    font-weight: bold;	
    display: block;
    white-space: nowrap;
    position: relative;
    text-align: center;
    font-family: Verdana;
    font-size: 8pt; 
    text-decoration: none;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
		background-image: url('../images/buttonpressed.jpg');
	  background-repeat: repeat-x;
    padding: 3px 5px 3px 5px;
    
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align: center;
    font-family: Verdana;
    font-size: 8pt; 
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	  color: #ff0000;
    padding: 3px 5px 3px 5px;
    font: 11px tahoma;
    font-weight: bold;
    background: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #cccccc;
    color: #000000;
    font-weight: bold;
    width: 100%; 
	  font-size:  11px; 
	  font-family: Verdana;
    font-size: 8pt; 
	  z-index:          500; 
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #dddddd;
    width: 100%;
    font-family: Verdana;
    font-size: 8pt; 
}
.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;
    background: #cccccc;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    width: 140px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
.PageHeader
{
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
}


