.footer {

}
.footer .item1,
.footer .item1:hover,
.footer .item1-active,
.footer .item1-active:hover {

    padding: 3px 10px 3px 10px;
    font: 12px tahoma;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.footer .item1 {
    color: #000080;

}
.footer .item1:hover,
.footer .item1-active,
.footer .item1-active:hover {
    background: e0e000;
    color: #a00000;

}
.footer .item2,
.footer .item2:hover,
.footer .item2-active,
.footer .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;
    opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.footer .item2 {
    background: #E5E1DA;
}
.footer .item2:hover,
.footer .item2-active,
.footer .item2-active:hover {
    background: #FFFFFF;

    opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.footer .arrow,
.footer .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.footer .item2 img,
.footer .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.footer .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: 500;
	text-align:left;
}

* html .footer td { position: relative; } /* InternetExplorer 5.0 bugfix */
