html, body {
	margin:0;
	padding:0;
	}

span.ebooktitle {
    font-size: 1.2em;
    color: #000080;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight:bold
    }

/* expanding menu styling */
#udm ul {
	margin-left:5px !important;
	margin-top:0px !important;
	width:170px !important;
	w\idth:162px !important;
	}

#udm ul ul {
	width:170px !important;
	w\idth:162px !important;
	border-style:dashed;
	background-color:#ffe;
	}
#udm ul ul ul {
	width:170px !important;
	w\idth:162px !important;
	border-style:dotted;
	background-color:#ffd;
	}

/* give all anchors a hand cursor */
#udm a {
	cursor:pointer !important;
	
	}
	
/* [nav] re-inforce original rollover or do something else */
#udm a.udmY:hover, #udm a.udmY:focus, #udm a.udmY:visited:hover, #udm a.udmY.udmR, #udm a.udmY.udmR:visited, #udm a.udmY:active {
	background-color:#c0dbe4;
	}