/* ================================================= */
/* SETTINGS TO MANAGE THE MAIN NAVIGATION BAR        */
/* ================================================= */

#NavigationRow{
	position: absolute;
	background: transparent url(../images/NavigationBackground.gif);
	height: 26px;
	width: 770px;
	top: 3px;
	left: 5px;
	}

.cssnav	{
			position:relative;
			float: left;
			margin: 0; 
			padding: 0;
			font-family: arial, helvetica, sans-serif;
			background: url(../images/NavButton_On.gif) no-repeat;
			width: 89px;
			height: 26px;
            overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
			display: block;
			width: 89px;
			height: 26px;
			display: block;
			float: left;
			color: white; 
			text-decoration: none;
			overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
			color: #ffff80;
}

.cssnav img {width: 89px; height: 26px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
		    position: absolute;
		    left: 9px;
		    top: 4px;
		    text-align: center;
		    width: 80px;
		    cursor: pointer;
			font: 14px trebuchet ms, arial, sans-serif; 
			font-weight: bold;
			text-align: left;
}