A  {color: blue; text-decoration: underline;}
A:hover { color: green; }


body
{
CURSOR: url("mouse.ani");
}
A:active{ text-decoration: none; }
A:hover { text-decoration: none; }

td {
	font-family:Arial, Verdana, Helvitica;
	font-size:12px;
	text-align: left;
	vertical-align: top;
	color:#000000;
}

.newsHeader {
	background-color: #EBEBEB;
	background-image: url(newsHeader.jpg);
	background-repeat: repeat-x;
}

#dropmenudiv{
position:absolute;
border:1px solid lightblue;
border-bottom-width: 0;
font: bold 11px arial;
color: #FFFF99;
line-height:18px;
z-index:100;
background: #3265FC; 
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid lightblue;
padding: 1px 0;
text-decoration: none;
font: bold 11px arial;
color: #FFFF99;
background: black; 

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 3265FC;

}

.ddmx {
    font: 11px tahoma;
}


.ddmx .item1 {
    padding: 3px 10px 3px 10px;
    background: black; 
    font: 12px arial;
    color: #7598FF;
    font-weight: bold;
    text-decoration: none;
    display: block;    
    border-bottom: 1px solid #858585;
    position: relative;
}

.dmx .item1 {
    padding: 3px 10px 3px 10px;
    background: #025AB5; 
    
    font: 12px arial;
    color: #858585;
    font-weight: bold;
    text-decoration: none;
    display: block;    
    position: relative;
     
}

.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
   background: #4675FF;

    font: 12px arial;
    color: #858585;
    font-weight: bold;
    text-decoration: none;
    display: block;    
    position: relative;   
     

}


.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #4675FF;
    font: 12px arial;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;    
    position: relative;
    border-bottom: 1px solid #858585;

}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #858585;
    background: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #858585;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #585858;
}
.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;
}

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