@charset "utf-8";
#MMMenuContainerBooks {
/* This ID is related to the master menu div for menu MMMenuContainerBooks and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:20px;
	top:23px;
	visibility:hidden;
	z-index:300;
}

#MMMenuBooks {
/* This class defines things about menu MMMenuBooks's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:transparent;
	width:102px;
	height:88px;
}

.MMMIFVStyleMMMenuBooks {
/* This class determines the general characteristics of the menu items in menu MMMenuBooks */
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:102px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:96px;
	height:16px;
}

.MMMIVStyleMMMenuBooks {
/* This class determines the general characteristics of the menu items in menu MMMenuBooks */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #555555;
	border-right:0px solid #555555;
	width:102px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:96px;
	height:16px;
}

#MMMenuBooks_Item_0 {
/* Unique ID for item 0 of menu MMMenuBooks so we can set its position */
	left:0px;
	top:0px;
}

#MMMenuBooks_Item_1 {
/* Unique ID for item 1 of menu MMMenuBooks so we can set its position */
	left:0px;
	top:22px;
}

#MMMenuBooks_Item_2 {
/* Unique ID for item 2 of menu MMMenuBooks so we can set its position */
	left:0px;
	top:44px;
}

#MMMenuBooks_Item_3 {
/* Unique ID for item 3 of menu MMMenuBooks so we can set its position */
	left:0px;
	top:66px;
}

#MMMenuBooks_Item_4 {
/* Unique ID for item 3 of menu MMMenuBooks so we can set its position */
	left:0px;
	top:88px;
}

#MMMenuContainerBooks img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainerBooks a {
/* Controls the general apperance for menu MMMenuContainerBooks's items, including color and font */
	text-decoration:none;
	font-family:MS UI Gothic, Osaka;
	font-size:12px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#fffa99;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainerBooks a:hover {
/* Controls the mouse over effects for menu MMMenuContainerBooks */
	color:#ffffff;
	background-color:#fb7700;
}

