#navmenu {
	clear:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight: 800;
	text-align: center;
	color: #000000;
	line-height: 120%;
}
#navmenu ul {
	list-style-type:none;
}
#navmenu li {
	display:inline;
	/* Use for no image background */
	/* padding: 0px 9px; */
	/* boarder: 1px solid #000000 */
}
/* Use for image background */
.custombutton {
	background-image: url(images/navbutton1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	width:220px;
	height:65px;
	padding-top:45px;
	padding-bottom:0px;
}
.custombutton2 {
	background-image: url(images/navbutton1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	width:220px;
	height:75px;
	padding-top:35px;
	padding-bottom:0px;
}
/* Use for image background */
.custombuttonhot {
	background-image: url(images/navbutton2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	width:220px;
	height:65px;
	padding-top:45px;
	padding-bottom:0px;
}
.custombuttonhot2 {
	background-image: url(images/navbutton2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	width:220px;
	height:75px;
	padding-top:35px;
	padding-bottom:0px;
}
#navmenu .custombutton a {
	color: #000;
	text-decoration:none;
}
#navmenu .custombutton a:hover {
	color: #000;
	text-decoration:underline;
}
#navmenu .custombutton a:active {
	color:#666;
	text-decoration:underline;
}
#navmenu .custombutton a:visited {
	color:#000;
}
#navmenu .custombutton2 a {
	color: #000;
	text-decoration:none;
}
#navmenu .custombutton2 a:hover {
	color: #000;
	text-decoration:underline;
}
#navmenu .custombutton2 a:active {
	color:#666;
	text-decoration:underline;
}
#navmenu .custombutton2 a:visited {
	color:#000;
}


