.menu_container {
	width: 181px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: rgb(55, 84, 128);
	margin: 0px 0px 5px 0px; 
	padding: 0px;
	background-color: transparent;
	line-height: 1px;
	font-size: 1px;
}

.menu_top {
	width: 181px;
	height: 5px;
	border: 0px;
	margin: 0px; 
	padding: 0px;
	background-position: 0px 0px;
	background-image: url(/img/menu_column_top_bg.png);
	background-repeat: repeat-y;
	line-height: 1px;
	font-size: 1px;
}

.menu_bottom {
	width: 181px;
	height: 5px;
	border: 0px;
	border-bottom: 1px solid rgb(55, 84, 128);
	margin: 0px; 
	padding: 0px;
	background-position: 0px 0px;
	background-image: url(/img/menu_column_bottom_bg.png);
	background-repeat: repeat-y;
	line-height: 1px;
	font-size: 1px;
}

.menu_middle {
	width: 181px;
	border: 0px;
	margin: 0px; 
	padding: 0px;
	background-position: 0px 0px;
	background-image: url(/img/menu_column_bg.png);
	background-repeat: repeat-y;
	line-height: 1px;
	font-size: 1px;
}

.menu_middle_center {
	padding: 0px;
	width: 157px;
	border: 0px;
}

.spacer_cell {
	width: 157px;
	height: 3px;
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
	background-image: url(/menu/k1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 1px;
	font-size: 1px;
}

.menu_row {
	border: 0px;
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height: 17px;

	background-color: white;
	vertical-align: middle;
}

.menu_link {
	display: block;
	width: 157px;
	height: 17px;
	border: 0px;
	padding: 0px;
	margin: 0px;

	font-family: Arial;
	background-position: 0px 0px;
	background-image: url(/img/button_bg_off.png);
	background-repeat: repeat-y;
	font-weight: bold;
	font-size: 12px;
	text-indent: 5px;
	line-height: 17px;
	letter-spacing: 1px;
	color: rgb(9, 57, 155) !important;
}

.menu_link:hover {
	text-decoration: none;
	color: rgb(164, 57, 49) !important;
	background-image: url(/img/button_bg_on.png);
}

.searchbox_container {
	width: 181px;
	border: 0px;
	margin: 0px; 
	padding: 0px;
	background-color: transparent;
	line-height: 1px;
	font-size: 1px;
}

.search_button_container {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	clear: both;
}

.search_button_container a {
	margin: 0px 3.5px;
}

