/*------------------------------------------------------------------
ULTIMATE DROPDOWN MENU Screen + Projection Style Sheet

Summer Search
version:	1.0
author:		Brian McNitt, TrendMedia Technologies, Inc.
email:		brian.mcnitt@trendmedia.com
website:	http://www.trendmedia.com
------------------------------------------------------------------*/

#udmKeyHelp {	
	/* z-index should be (um.orientation[6] + 21000) */ 
	z-index:22000;			
	position:absolute;
	height:auto;
	left:0;
	top:0;
}
/* customisable help layer styles */
#udmKeyHelp {
	width:25em;
	margin-left:0.7em;
	margin-top:-0.1em;
	padding:0.5em 0.8em;
	border-width:1px;
	border-style:solid;
	border-color:#bdb #080 #080 #bdb;
	color:#050;
	background-color:#f8fbd0;
	font-family:verdana,sans-serif;
	font-size:1.2em;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#bbddbb,direction=135,strength=2);
}
/* customisable key button styles */
#udm kbd {
	font-weight:normal;
	font-size:80%;
	letter-spacing:0.01em;
	position:absolute;
	right:6px;
	top:4px;
	border-width:1px;
	border-style:solid;
	border-color:#eec #cb7 #cb7 #eec;
	padding:0 0.2em;
}