/* subnav rollover styles */

.cssnav {
position: relative;
font-family: arial, helvetica, sans-serif;
background: url("images/sidenav/sidenavon.gif") no-repeat;
white-space: nowrap;
color:#E0EDC8;
display:block;
width:187px;
height:29px;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
}

.cssnav a {
display: block;
color: #3A5271;
font-size: 11px;
width: 187px;
height: 29px;
display: block;
float: left;
text-decoration: none;
vertical-align: top;
}

.cssnav img {
width: 187px;
height: 29px;
border: 0;
vertical-align: top;
}

* html a:hover {
visibility: visible;
color: #4C6F08;
}

.cssnav a:hover img {
visibility: hidden;
}

.cssnav span {
position: absolute;
left: 15px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

/*end side nav rollover styles */