@charset "utf-8";
/* NAVIGATION BUTTONS */
.menu {
			height: 64px;
			width: 560px;
}
.cssnav	{
			position:relative;
			float: left;
			margin: 0; 
			padding: 0;
			font-family: arial, helvetica, sans-serif;
			background: url(btnsover.jpg) no-repeat;
			width: 140px;
			height: 64px;
			overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
			display: block;
			color: #FFCC00;
			font-size: 22px;
			width: 140px;
			height: 64px;
			display: block;
			float: center;
			color: FFCC00; 
			text-decoration: none;
			overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
			color: #FFCC00;
			font-weight:bold;
}


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

.cssnav span {
			position: absolute;
			left: 0px;top: 20px;
			text-align: center;
			width: 140px;
			cursor: pointer;
}
.bgHome {
	background-image: url(bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
