#menu_top {
	position:relative;
	height: 18px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	z-index: 50;
	border: 0px solid green;
	height: 51px;
}
#menu_top_table {
	border-collapse: collapse;
	height: 51px;
	width: 100%;
}
.menu_top_middle, .menu_top_middle_selected{
	padding: 0px 15px;
}
.menu_top_left{
	background-image: url('images/page_head_left.png');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	width: 10px;
}
.menu_top_right{
	background-image: url('images/page_head_right.png');
	background-position: 0% 100%;
	background-repeat: no-repeat;
	width: 10px;
}
.menu_top_middle a:hover{
	color: #000000;
}
.menu_top_middle a, .menu_top_middle_selected a{
       color: white;
        font-weight: bold;
        font-size: 10px;
	text-decoration: none;
}
.menu_top_middle_selected a{
       color: black;
}
.menu_top_middle{
	text-align: center;
	white-space: pre;
}
.menu_top_middle:hover{
	background-image: url('images/top_menu_background_hover.jpg');
	background-position: 0% 100%;
	background-repeat: repeat-x;
}
.menu_top_middle_selected{
	text-align: center;
	background-image: url('images/top_menu_background_selected.jpg');
	background-position: 0% 100%;
	background-repeat: repeat-x;
	white-space: pre;
}

.menu_top_sub_hidden_content{
	display: none;
}
.menu_top_sub_middle, .menu_top_sub_middle_selected{
/*	display: inline; */
	border-right: 1px dotted white;
}
.menu_top_sub_middle a, .menu_top_sub_middle_last a{
	color: #333333;
}
.menu_top_sub_middle_selected a, .menu_top_sub_middle_last_selected a{
	color: black;
}
.menu_top_sub_middle_last{
}
#menu_top_sub_displayer{
	position: absolute;
	top: 49px;
	left: 0px;
	width: 100%;
	z-index: 50;
	padding-top: 2px;
}
#menu_top_sub_displayer_back{
	position: absolute;
	top: 51px;
	left: 0px;
        background-image: url('images/home_text_overlay.png');
        background-position: 0% 0%;
        background-repeat: repeat;
	width: 95%;
	height: 30px;
	z-index: 30;
	width: 100%;
	display: none;
}
.menu_top_sub_content{
	padding: 2px 30px 3px 10px;
	width: 100%;
	height: 30px;
}
.menu_top_sub_content td{
	min-width: 30px;
	text-align: center;
	vertical-align: middle;
	padding: 0px 10px 5px 0px;
}
.menu_top_sub_content td a{
	text-decoration: none; 
	font-weight: normal;
	font-size: 14px;
}
.menu_top_sub_content td a:hover{
	color: #888888;
}




