/* common */
.menuWrapper
{
	position: relative;
	margin: -30px 0 0 0;
	font-size: 1.0em;
	z-index: 35;
}
.menuBook
{
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 23px;
	vertical-align: top;
}
.menuBook a
{
	text-decoration: none;
	line-height: 1.6em;
	padding-left: 0;
}
.menuBook a:hover
{
	text-decoration: underline;
	color: #c00;
}
.menuarrow
{
	padding-right: 8px;
	margin-left: -13px;
}
.menuHeader
{
	height: 20px;
	margin: 0;
	background-position: left top;
	background-repeat: repeat-x;
	padding: 8px 0 0 25px;
}
.menuFooter
{
	height: 35px;
	margin-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
.menuFooter img
{
	padding-top: 4px;
}
.menuFooterRib
{
	margin: 6px 0 0 -6px;
}
.MenuName
{
	padding-top: 75px;
	display: block;
	border:0 !Important;
}
.MenuName input
{
	border:0 !Important;
}
.MenuName input:focus
{
	background-color:White;
	color:White;
}
.menuContents
{
	white-space: nowrap;
	clear: both;
	padding: 4px 0 20px 0;
	margin-left: 15px;
}
.MenuInactive
{
	color: #999 !important;
	cursor: pointer !important;
}
.MenuInactive a:hover, .MenuInactive a:visited
{
	text-decoration: none !important;
	color: #999 !important;
}
/* product & Uses */
.menuHeaderProduct
{
	background-image: url('../Images/Books/Product/menuHeaderBkgd.gif');
}
.menuWrapperProduct
{
	background: #f3e3de url('../Images/Books/Product/backfade.png') repeat-x top left;
	min-width: 200px;
	width: 23em;
	border: solid 1px #6E4833;
}
.menuBookProduct a
{
	color: #37611c;
}
/* University */
.menuHeaderUniversity
{
	background-image: url('../Images/Books/University/menuHeaderBkgd.gif');
}
.menuWrapperUniversity
{
	background: #f3e3de url('../Images/Books/University/backfade.png') repeat-x top left;
	min-width: 195px;
	width: 18em;
	border: solid 1px #6E4833;
}
.menuBookUniversity a
{
	color: #3b3d32;
}
/* Corporate */
.menuHeaderCorporate
{
	background-image: url('../Images/Books/Corporate/menuHeaderBkgd.gif');
}
.menuWrapperCorporate
{
	background: #f3e3de url('../Images/Books/Corporate/backfade.png') repeat-x top left;
	min-width: 215px;
	width: 20em;
	border: solid 1px #6E4833;
}
.menuBookCorporate a
{
	color: #775024;
}
/* Contact */
.menuHeaderContact
{
	background-image: url('../Images/Books/Contact/menuHeaderBkgd.gif');
}
.menuWrapperContact
{
	background: #f3e3de url('../Images/Books/Contact/backfade.png') repeat-x top left;
	min-width: 180px;
	width: 17em;
	border: solid 1px #6E4833;
}
.menuBookContact a
{
	color: #183461;
}
/* Media */
.menuHeaderMedia
{
	background-image: url('../Images/Books/Media/menuHeaderBkgd.gif');
}
.menuWrapperMedia
{
	background: #f3e3de url('../Images/Books/Media/backfade.png') repeat-x top left;
	min-width: 185px;
	width: 17em;
	border: solid 1px #6E4833;
}
.menuBookMedia a
{
	color: #602953;
}
