.ddmx {
    font: 11px arial;
	xbackground: url(images/bluebar.gif);
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    xbackground: url(images/bluebar.gif);
    font: 13px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover {
   color: #CCCCCC;

}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	text-align: left;
    padding: 4px 12px 5px 12px;
    font: 11px tahoma;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width: 200px;
}
.ddmx .item2 {
    background: #0066cc;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #0066cc;
	color: #cccccc;
}
.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 #ffffff;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	background: #0066cc;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */


body {	background-color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	}

h1	{		font-size: 14px;	}
.style1 {		font-size: 14px;	font-weight: bold;	}

.style2, .style3 {	font-size: 12px; }
a.largelink	{	font-size: 14px;	font-weight: bold; 	color: #000000;	}
a.largelink:hover	{	color: #0066cc;	}