/* CSS Document */
div.menu {
	border-bottom:	#000000 solid 1px;
	border-top:		#000000 solid 1px;
	visibility:		hidden;
	position:		relative;
	width:			1024px;
}

div.menu1 {
	/*border:		#5f787c solid 1px;*/
	/*background:	#009f96;*/
	visibility:	hidden;
	position:	absolute;
	z-index: 9999;
}

table.menu {
	width:100%;
}

table.menu1 {
}

td.menu {
	background-image:url(./images/menu/main_menu_bg_1.png);
	background-repeat:repeat-x;
	color:#000000;
	height:23px;
	border-right: 	#76847F solid 1px;
	border-left: 	white solid 1px;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}

td.menu_hover {
	background:url(./images/menu/main_menu_bg.png);
	background-repeat:repeat-x;
	color:#000000;
	height:23px;
	border-right: 	#76847F solid 1px;
	border-left: 	white solid 1px;
	text-decoration:underline;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;

}

td.menu1 {
	background-color:	#009f96;
	font-size:			12px;
	color:				white;
	font-weight:		bold;
	border-bottom:		white solid 1px;
	/*width:				auto;*/
	cursor:				pointer;
	padding:			3px 10px;
}

td.menu1_hover {
	background:			#D1D4D5;
	font-size:			12px;
	color:				#009f96;
	font-weight:		bold;
	border-bottom:		white solid 1px;
	text-decoration:	underline;
	/*width:				auto;*/
	cursor:				pointer;
	padding:			3px 10px;
}
