
#globalMenu{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#globalMenu ul{
	list-style-type: none;
}
#globalMenu li{
	margin-left: 0px;
	margin-right: 8px;
	float: left;
}

#globalMenu01{
	float: left;
}
#gm00{
	height: 60px;
	width: 100px;
	float: left;
	background-image: url(images/menu00A.gif);
	background-repeat: no-repeat;
}

#gm00:hover{
	background-image: url(images/menu00B.gif);
}
#gm00non{
	height: 60px;
	width: 100px;
	float: left;
	background-image: url(images/menu00C.gif);
	background-repeat: no-repeat;
}

#gm01{
	height: 60px;
	width: 100px;
	float: left;
	background-image: url(images/menu01A.gif);
	background-repeat: no-repeat;
}

#gm01non{
	height: 60px;
	width: 100px;
	float: left;
	background-image: url(images/menu01C.gif);
	background-repeat: no-repeat;
}

#gm01:hover{
	background-image: url(images/menu01B.gif);
}
#gm01non{
	height: 60px;
	width: 100px;
	float: left;
	background-image: url(images/menu01C.gif);
	background-repeat: no-repeat;
}



#gm02{
	height: 60px;
	width: 100px;
	float: left;
	background-image: url(images/menu02A.gif);
	background-repeat: no-repeat;
}

#gm02:hover{
	background-image: url(images/menu02B.gif);
}
#gm02non{
	height: 60px;
	width: 100px;
	float: left;
	background-image: url(images/menu02C.gif);
	background-repeat: no-repeat;
}

#gm03{
	height: 60px;
	width: 100px;
	float: left;
	background-image: url(images/menu03A.gif);
	background-repeat: no-repeat;
}

#gm03:hover{
	background-image: url(images/menu03B.gif);
}
#gm03non{
	height: 60px;
	width: 100px;
	float: left;
	background-image: url(images/menu03C.gif);
	background-repeat: no-repeat;
}

#gm04{
	height: 60px;
	width: 100px;
	float: left;
	background-image: url(images/menu04A.gif);
	background-repeat: no-repeat;
}

#gm04:hover{
	background-image: url(images/menu04B.gif);
}
#gm04non{
	height: 60px;
	width: 100px;
	float: left;
	background-image: url(images/menu04C.gif);
	background-repeat: no-repeat;
}

