.dmx {
    font: 11px tahoma;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 3px 50px 3px 20px;
    background: #000000;/*black*/
    font: 16px arial;
    color: #ffffff;/*white*/
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 1px 1px 1px 1px;
    font: 14px tahoma;
    color:#000000;/*red*/
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    background: white;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background:#990000;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 1px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 40px;
    right: 1px;
    border: 0;
}
.dmx .section {
  border: 0 px solid white;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.dmx .sectionA {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */

/* This is stuff from index.html page  5/12/2010  */
H2 {
color:#7D0B00;/* RED */
font-style:italic;
text-align:center;
font-size:24px;
}

.dmx .item1:visited {color:White},

.tab1{
border: 7px double #CCCC66;
Background-Color :#CCCC66;
text-align:center;
font-style:normal;
font-family:Times New Roman;
font-size:18px;
font-weight:bold;
color:#000000;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
width:230px;
height:180px;
}
.tab1a{
border-style:  ridge;
border-width:15px;
border-color:#CCCC66;
background-Color :#990000;
width:920px;
padding-left:0px;
}
.Head3{
padding-left:1px;
padding-right:1px;
font-size:60px;
font-weight:normal;
font-style:normal;
text-decoration:none;
color:#000000;/* Black*/
font-family:Brush Script BT,Times New Roman,Arial,Helvetica;
text-align:center;
}
/* this is for testing and is not being used. */
.ground {background: url("images/image2b.jpg") no-repeat; position: relative; center: 0%; top:0%;}
