.gcmenu { 
	height: 38px;
	display: block;
}

.gcmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gcmenu ul li {
	/* width and height of the menu items */  
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 38px;
}

.gcmenu ul li a {
	/* must be postioned relative  */ 
	position: relative;
	display: block;
	width: 110px;
	height: 38px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.gcmenu ul li a span {
	/* all layers will be absolute positioned */
	position: absolute;
	left: 0;
	width: 110px;
}

.gcmenu ul li a span.out {
	top: 0px;
}

.gcmenu ul li a span.over,
.gcmenu ul li a span.bg {
	/* hide */  
	top: -38px;
}

#gctopmenu {
	background:#111;
	background:url(images/menu1.gif) left top repeat-x;
}

#gctopmenu ul li a {
	color: #333;
}

#gctopmenu ul li a span.over {
	background: #111;
	background:url(images/topmenu_over.png) no-repeat left top;
	color: #d3f638;
}

