body {
}
.ddmx {
    font: 11px tahoma;
    margin-left:10px;
}
.ddmx .item1
{
	background-image: url(/menus/images/menubg.gif); 
	margin-left: 0px;
	padding: 10px 0px 10px 10px;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	width : 142px;
    background-position: right;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
  	background-image: url(/menus/images/menubg_over.gif); 
	margin-left: 0px;
	padding: 10px 0px 10px 10px;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    background-position: right;
    width: 142px;

}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;

    font: 11px tahoma;
    color: #990000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	background: #ffffff;
}
.ddmx .item2 {
    background: #990000;
    color:#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: 10;
}
.ddmx .section {
    border: 1px solid #b8b4ae;

    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.topborder {
	background-image: url(/menus/images/bar.gif); 
	babackground-repeat: x-repeat;
}

.menu
{
margin-left:10px;
text-align:left;
border-style: solid;
border-width: 0px 1px 0px 1px;
border-color: #f0f0f0;
width:760px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

.commonlinks , .commonlinks A
{
	text-align: right;
	background-color: #ffffff;
	padding: 4px 2px 4px 1px;
    font: 12px arial;
    color: #990000;
    font-weight: bold;

}
	
	
	
}

# selected1 
{
	color: #ffff00;
	background-color: #ff0000;
}