/* NAVIGATION BUTTONS */
.buttons {
position: relative; 
left: 465px; 
top: 0px; 
height: 0px; 
width: 100px;
}
.cssnav	{
						position:relative;
						font-family: verdana, helvetica, sans-serif;
						background-image:  url(../images/overbutton.gif);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 117px;
						height: 22px;
						margin: 0; 
						padding: 0; 
			}
.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 117px;
						height: 22px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
			}
						.cssnav a:hover {
						color: #ffffff;
			}
 
.cssnav img {width: 120px; height: 25px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
 
.cssnav span {
						position: absolute;
						text-align: center;
						left: 5px;
						top: 5px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 75px;
						height: 7px;
						
			}
			/* END OF NAVIGATION */



