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

body {
	

		SCROLLBAR-FACE-COLOR:black;
        SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
		SCROLLBAR-3DLIGHT-COLOR:black;
		SCROLLBAR-SHADOW-COLOR:#cccccc;
		SCROLLBAR-DARKSHADOW-COLOR:black;
		SCROLLBAR-TRACK-COLOR:black;
		SCROLLBAR-ARROW-COLOR:#cccccc;
                             CURSOR: url("mouse.ani");
}


td
{
background-repeat: no-repeat;
}

#dropmenudiv{
border-left:1px solid #858585; border-right:1px solid #858585; border-top:1px solid #858585; border-bottom:0px solid #858585; position:absolute;
color: #FFFF8C;
line-height:18px;
z-index:100;
background: #2C467F; font-style:normal; font-variant:normal; font-weight:bold; font-size:11px; font-family:arial 

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;

border-bottom: 1px solid #858585;
padding: 1px 0;
text-decoration: none;
font: bold 11px arial;
color: #FFFF8C;
background: #2C467F;
}

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

.ddmx {
    font: 11px tahoma;
}
.ddmx .item1-active:hover,
.ddmx .item1-active,
.ddmx .item1:hover {
	padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #cccccc;
    background: #3265B8;
    font: 12px arial;
    color: #FFFF8C;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;

}


.ddmx .item1
{
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #cccccc;
    background: #2C467F;
    font: 12px arial;
    color: #FFFF8C;
    font-weight: bold;
    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;
    border-bottom: 1px solid #cccccc;
    font: 11px tahoma;
    color: #FFFF8C;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #2C467F;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
     background: #3265B8;
}
.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 */
