@charset "UTF-8";
#topmenu {
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	width: 1000px;
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-top: 16px;
	padding-left: 0px;
}
#extratextbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 535301;
	display: block;
	width: 1000px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	top: 425px;
	height: 60px;
	position: absolute;
}
#bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*--top right rounded corner--*/
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	/*--top left rounded corner--*/
	-moz-border-radius-topleft: 15px;
	-khtml-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	height: 45px;
	width: 1000px;
	font-weight: normal;
	background-image: url(../images/btmmenubg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	clear: both;
}
#bottomnav li, #bottomnav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B7B776;
	text-decoration: none;
	display: inline;
	text-align: center;
	width: 1000px;
	margin-right: 5px;
	margin-left: 5px;
	height: 45px;
	line-height: 50px;
}
#bottomnav  li a:hover    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	display: inline;
	text-align: center;
	width: 1000px;
	margin-right: 5px;
	margin-left: 5px;
}

#navbar li, #navbar li a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f6e7be;
	text-decoration: none;
	width: 1000px;
	letter-spacing: 1px;
	text-align: left;
	margin-right: 7px;
	text-transform: uppercase;
	margin-top: 35px;
	font-style: normal;
	line-height: normal;
	height: 54px;
	top: 20px;
	margin-left: 7px;
}


#navbar li a:hover {
	color: #000000;
}

#pointbox {
	background-repeat: no-repeat;
	height: 55px;
	width: 120px;
	left: 881px;
	top: 22px;
	position: absolute;
	display: block;
	background-position: center top;
	visibility: visible;
	z-index: 10;
}
