/* --- Body -------------------------------background-image: url(/images/bg_gradient.gif); background-repeat: repeat-x;  */
BODY {
   background-color: black;
   margin: 0;
   padding: 0px;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 13px;
} 
a{
	color: maroon;
    font-family: Arial, Helvetica, Verdana, sans-serif;	
	text-decoration: underline;
    font-size: 13px;
	}

a:hover{
	color: maroon;
    font-family: Arial, Helvetica, Verdana, sans-serif;	
	text-decoration: none;
    font-size: 13px;	
	}

.content{
	padding-left: 20px; 
	padding-right: 20px;	
	}

	
.Nav {
   font-family: Arial Narrow, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #9C9C9E;
}

.footerNav a{
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	}
	
.footerNav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: maroon;   
	text-decoration: none;
	}
	
.footerText {
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 11px;
	color: #666666;
	}
	
H2 {
   	margin: -1px 0 0 0; 
	font-family: Arial, Helvetica, sans-serif;
   	font-size: 14px;
	font-weight: bold;	
	color: maroon; 
	}		
		
UL {
   	margin-top: -12px; 
	}			
		
.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 0px;
    background: #000000;
    font: 12px arial;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #E9E9E9;
	border: 1px solid #c0c0c0;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: black;
    font: 11px tahoma;
    color: white;
    font-weight: bold;
	border: 1px solid #c0c0c0;
}
.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;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */