           .menu_parent
           { 
	float: right;
	min-width: 114px;
	width: 114px;
	text-align:center; 
	background-color: #908D86; 
	padding: 0px; 
            	font-weight: bold;
	color: #white;
	display: inline;
	font-size:14px; 
	text-decoration: none; 
	border-right:1px solid #6F6C65;
	height:20px;	
	font-family:arial;
	vertical-align:middle;
           }

           .menu_parent_link
           { 
	min-width: 114px;
	width: 114px;
            	font-weight: bold;
	color: white;
	font-size:14px; 
	text-decoration: none; 
	display: block; 
	padding-top:3px;
	padding-bottom:1px;
	height:19px;
	vertical-align:middle;
	font-family:arial;
           }

           .menu_parent_link_sel
           { 
	min-width: 114px;
	width: 114px;
            	font-weight: bold;
	font-size:14px; 
	text-decoration: none; 
	display: block; 
	padding-top:3px;
	padding-bottom:1px;
	background-color: #D3D3D3; 
	height:19px;
	vertical-align:middle;
	font-family:arial;
           }

           .menu_parent_link:hover 
           { 
	background-color: #A09E9A; 
           }

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

           .menu_child_link
           {
	min-width: 110px;
	width: 110px;
	text-align:center; 
	background-color: #908D86; 
	display: block; 
	font-family:arial;
	border: 0px solid black; 
	text-decoration: none; 
	border-top: none; 
	font-family:Arial; 
	font-size:11px;
            	font-weight: bold;
	color: white;
	border-top:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	border-left:1px solid #DBDBDB;
	padding-top: 3px; 
	padding-bottom: 1px; 
	padding-right:1px;
	padding-left:1px;
	height:16px;
	
           }

           .menu_child_link_sel
           {
	min-width: 110px;
	width: 110px;
	text-align:center; 
	font-family:arial;
	display: block; 
	border: 0px solid black; 
	background-color: #D3D3D3; 
	text-decoration: none; 
	border-top: none; 
	font-family:Arial; 
            	font-weight: bold;
	font-size:11px;
	background-color: #C1B494; 
	border-top:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	border-left:1px solid #DBDBDB;
	padding-top: 3px; 
	padding-bottom: 1px; 
	padding-right:1px;
	padding-left:1px;
	height:16px;
           }

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