/* horizontal menu */
.thmenu1_menu {
	position: absolute;
	top: 10px;
	z-index: 200;
	height:65px;
	width: 622px;
	background: url(/images/menu_bg.png) repeat-x right;
	}

	/* button */
	.thmenu1_button {
		float: left; /* remove this for vertical menu */
		cursor: pointer;
		margin-left: 10px;
		}

	.thmenu1_button a {
		font-size: 16px;
		font-weight: bold;
		color: #333;
		display: block; /* don't touch this */
		text-decoration: none;
		line-height: 50px;
		padding: 0px;
		padding-top: 3px;
		padding-right: 4px;
		}

		/* table */
		.thmenu1_button table {
			border-spacing: 0;
		}

		.thmenu1_section {
			border: 1px solid #333;
			}
		.thmenu1_section .thmenu1_item a, .thmenu1_section .thmenu1_item a:visited {
			line-height: 20px;
			}
		.thmenu1_section {
			position: absolute;
			visibility: hidden;
			width: 185px;
			background: url(/images/submenu_bg.png) repeat-y;
			}
		.thmenu1_item a, .thmenu1_item a:visited {
			font-size: 14px;
			padding: 2px 10px !important;
			font-weight: normal;
			}

/* button selected */
.thmenu1_menu .selectedButton .text a {
	color: #722025; !important;
	text-decoration: underline;
	}

