#NavigationLeft{    /* container to store menu */
  position:absolute;
  left:10px;
  top:120px; 
  width:150px; /*150px*/
}

#NavigationBottom1{    /* container to store menu */
  position:absolute;
  left:140px;
  top:363px; 
  width:150px; /*150px*/
}

 .menu {
 	position:relative; 
 	margin-top:20px; 
 	left:5px; 
 	display:block; 
 	width:120px;
 	font-size:12px;
 	text-decoration:none; 
 	font-family:New Courier; 
 	font-weight:bold; 
 }
 
.menu a, .menu a:visited {
 	display:block; 
 	width:120px; /*120px */
 	height:76px; 
 	background:url(./images/bookbuttons.gif); 
 	background-position:left top; 
 	background-color:transparent; 
 	text-align:center; 
 	color:white; 
 	line-height:76px;  	
 	margin-top:5px;
 	text-decoration:none; 
 }
 
 .menu a:hover {
 	background-position:left center; 
 	line-height:76px; 
 	overflow:hidden; 
 	color:white;
 }
 
.menu a#selected, #menu a#selected:hover {
 	background-position:left bottom; 
 	line-height:76px; 
 	cursor:default; 
 	color:black;
 }


