div.mainNav{
width: 177px;
height: 20px;
border: 1px solid #CCCCCC;
vertical-align: middle;
text-align: center;
cursor: pointer;
position: relative;
margin-bottom: 2px;
background-image: url('/images/navBack.jpg');
background-repeat: no-repeat;
}

div.mainNav a{
width: 177px;
height: 17px;
padding-top: 3px;
color: #4e65c2;
font-family: helvetica;
font-size: 8pt;
font-weight: bold;
display: block;
vertical-align: middle;
text-decoration: none;
z-index: 1;
position: relative;
}

div.mainNav .fadeNav{
position: absolute;
top: 0px;
left: 0px;
filter: alpha(opacity=0); /* internet explorer */
	-khtml-opacity: 0.0;      /* khtml, old safari */
	-moz-opacity: 0.0;       /* mozilla, netscape */
	opacity: 0.0;      
background-color: #0080ff;
width: 177px;
height: 20px;
z-index: 0;
}

