           .amenu_parent
           { 
	float: right;
	text-align:center; 
	padding: 1px; 
	color: #492412;
	display: inline;
	font-family:Arial; 
	font-size:14px; 
	text-decoration: none; 
	border-left:1px solid #336D93;
	padding-right:2px;
	padding-left:2px;
           }

           .amenu_parent_link
           { 
	min-width: 100px;
	width: 100px;
	color: black;
	font-family:Arial; 
	font-size:14px; 
	text-decoration: none; 
	color: #492412;
           }

           .amenu_parent_link_sel
           { 
            	font-weight: bold;
	font-family:Arial; 
	font-size:14px; 
	text-decoration: none; 
	display: block; 
            	font-weight: bold;
	color: #9C4329;
           }

           .amenu_parent:hover 
           { 
	background-color: #ECECEC; 
           }

           .menu_child
           {
	position: absolute; 
	visibility: hidden; 
	display: inline;
           }

           .menu_child_link
           {
	min-width: 106px;
	width: 106px;
	text-align:right; 
	display: block; 
	width:103px;
	padding: 1px 3px; 
	text-decoration: none; 
	border-top: none; 
	font-family:Arial; 
	font-size:13px;
	font-weight:bold;
	background-color: #C4DEDB;
	color:black;
           }

           .menu_child_link_sel
           {
	min-width: 106px;
	width: 106px;
	text-align:right; 
	display: block; 
	width:103px;
	padding: 1px 3px; 
	text-decoration: none; 
	border-top: none; 
	font-family:Arial; 
	font-size:13px;
	font-weight:bold;
	background-color: #C4DEDB;
	color:black;
           }

           .menu_child_link_sel:hover 
           {
	background-color: #DCDCDC; 
           }

           .menu_child_link:hover 
           {
	background-color: #DCDCDC; 
           }
