@charset "utf-8";

/* @group Basic */

#gnav {
	background-color: #eee;
	background-repeat: repeat-x;
	padding: 0; margin: 0;
	height:32px;
	overflow: hidden; /* for Mac IE */

	/* override styles */
	width: 1000px;
	background-image: url(../images/gnav2/bg.gif);
}
#gnav:after {
	content:""; display: block;
	clear: both;
}

#gnav ul {
	position: relative;
	padding: 0; margin: 0;
	height:32px;
	overflow: hidden; /* for Mac IE */

	/* override styles */
	width: 1000px;
}

#gnav ul li {
	float: left; display: inline; /* for IE */
	margin:0; padding:0;
	list-style: none;
	height:32px;
	position: relative;
	z-index:9;
	/* text-indent:-100em; for Firefox 3 */
	background-repeat:no-repeat;
}
#gnav ul li:after {
	content:""; display: block;
	clear: both;
}

#gnav ul li a {
	float:left; display:block;
	height:32px;
	position:relative;
	z-index:10;
	background-repeat:no-repeat;
	text-decoration:none;
	text-indent:-100em; /* for Firefox 3 */

	/* override styles */
	/* background-image:url(); */
}

#gnav ul li a:hover {
	background-color:transparent;
}

/* @end */


