﻿#menu_parent
{
	z-index: 100;
	left: 36px; /* - 2px */
	top: 155px; /* - 1px */
    position: absolute;
    cursor: pointer;
	width: 100px;
	border: 0px solid black;
	background-color: transparent;
	padding: 1px 2px;
	/* font-weight: bold; */
}

#menu_child
{
	position: absolute;
	visibility: hidden;
	background-color: Orange;
	width: 150px;
	border: 0px solid black;
	border-bottom-width: 0;
}

#menu_child a
{
	display: block;
	width: 98%;
	border-bottom: 0px solid black;
	padding: 2px;
	text-decoration: none;
	/* font-weight: bold; */
	/* color: navy; */
}

#menu_child a:hover
{
	/* background-color: lightyellow; */
	color: #ffffff;
}