@charset "utf-8";

#BigNav {
	margin:0;
	padding:0;
	overflow: hidden;
}


#BigNav .Nav {
	list-style: none;
	}
#BigNav .Nav li {
	height: 30px;
	float:left;
	overflow: hidden; /* if text-resize, this'll keep the Nav the same size */
	}
#BigNav .Nav li a {
	display: block;
	line-height: 30px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	}
	
#BigNav #BNav01 {
	width: 134px;
	background-image: url(../bnav_001.gif);
	background-repeat: no-repeat;
		}
#BigNav #BNav02 {
	width: 206px;
	background-image: url(../bnav_002.gif);
	background-repeat: no-repeat;
	margin:0 0 0 6px;
		}

#BigNav .Nav li a:hover {
	background-position: 0 -30px;
	}
	#RightNav .Nav li a.currentSection,
	#RightNav .Nav li a.currentSection:hover {
		background-position: 0 -30px;
		}

