
#menu {
	padding-left:0px;
	clear:left;
	/* z-index:4; */
}
#menu ul {
	margin-left:-15px;
}
.menuTxt1 {
	padding-top:37px;
}
.menuTxthot1 {
	padding-top:37px;
	color:#E1CE4D;
}
.menuTxt2 {
	padding-top:60px;
}
.menuTxthot2 {
	padding-top:60px;
	color:#E1CE4D;
}
.menuTxt3 {
	padding-top:15px;
}
.menuTxthot3 {
	padding-top:15px;
	color:#E1CE4D;
}
.menuTxt4 {
	padding-top:35px;
}
.menuTxthot4 {
	padding-top:35px;
	color:#E1CE4D;
}
.menuTxt5 {
	padding-top:45px;
}
.menuTxthot5 {
	padding-top:45px;
	color:#E1CE4D;
}
#menu ul {
	list-style-type:none;
}
#menu li {
	display:inline;
	/* Use for no image background */
	/* padding: 0px 9px; */
	/* boarder: 1px solid #000000 */
}
/* Use for image background */
.custombutton1 {
	background-image: url(images/navbutton5.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	/* Image size */
	width:130px;
	height:140px;
	/* Space between images */
	padding-top:0px;
	padding-bottom:0px;
}
.custombutton2 {
	background-image: url(images/navbutton3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	/* Image size */
	width:130px;
	height:140px;
	/* Space between images */
	padding-top:0px;
	padding-bottom:0px;
}
.custombutton3 {
	background-image: url(images/navbutton2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	/* Image size */
	width:110px;
	height:140px;
	/* Space between images */
	padding-top:0px;
	padding-bottom:0px;
}
.custombutton4 {
	background-image: url(images/navbutton4.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	/* Image size */
	width:140px;
	height:140px;
	/* Space between images */
	padding-top:0px;
	padding-bottom:0px;
}
.custombutton5 {
	background-image: url(images/navbutton1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	/* Image size */
	width:110px;
	height:140px;
	/* Space between images */
	padding-top:0px;
	padding-bottom:0px;
}
/* Use for image background */
#menu  a {
	color: #fff;
	text-decoration:none;
}
#menu  a:hover {
	color: #fff;
	text-decoration:underline;
}
#menu  a:active {
	color:#666;
	text-decoration:underline;
}
#menu  a:visited {
	color:#fff;

