/* For Sound On/Off */
#text
	{
	visibility:hidden;
	font-family:verdana, arial, sans-serif;
	font-size:80%;
	position:relative;
	top:-12px;
	color:gray;
	}

/* expanding menu styling */
#udm ul
	{
	position:relative !important;
	margin-left:0 !important;
	margin-top:1px !important;
	width:10em !important;
/*	width:128px !important;
	width:120px !important; */
	}
#udm ul ul
	{
	width:120px !important;
	width:112px !important;
/*	border-style:dashed; */
	background-color:#fff;
/*	background-color:#ffe; */
	}
#udm ul ul ul
	{
	width:112px !important;
	width:104px !important;
/*	border-style:dotted; */
	background-color:#fff;
/*	background-color:#ffd; */
	}
/* give all anchors a hand cursor */
#udm a
	{
	cursor:pointer !important;
	cursor:hand !important;
	}
#udm a.icon
	{
	background-repeat:no-repeat;
	background-position:2px 2px;
	}
#udm a.recycle
	{
	background-image:url('images/btn-small.gif') !important; 
	}
body
	{
	font-family: Verdana, Arial, Helvetica;
	background: url('images/background.jpg') 0px -145px fixed;
	}
a:hover
	{
	font-weight: bold;
	}
ul
	{
	list-style-type: disc;
	list-style-image: url('images/btn-small.gif'); 
	list-style-position: outside;
	padding-top: 20px;
	}