body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #787878;
	vertical-align: top;	
	line-height:14px;
}
img{border:0;}
.Caps {
	font-size: 15px;
}
.BookTitle {
	font-size: 15px;
	color: #1F7499;
	font-weight: bold;
	line-height:22px;
}

a {
	font-family:tahoma;
	font-size: 11px;	
	color: #6291A5;	
	font-weight: bold! important;
    text-decoration: none;
}
a:link {
	color: #6291A5;
}
a:visited {
	color: #6291A5;
}
a:hover {
	color: #8F1313;
}
a:active {
	color: #8F1313;	
}
.style-b{
	color:#6291A5;
}

#MenuBar1 LI A {
	BORDER-WIDTH: 0px! important; 
    DISPLAY: block; 
    CURSOR: pointer; 
	font-size: 13px;
	font-weight: normal;
}
#MenuBar1 LI A:link {
	color: #787878;
}
#MenuBar1 LI A:visited {
	color: #787878;
}
#MenuBar1 LI A:active
{
	color: #8F1313;	
}
#MenuBar1 LI A:hover
{
	color: #8F1313;	
}
#MenuBar1 LI  A:focus {
	color: #8F1313;	
}
#MenuBar1  LI#tab1 A {BACKGROUND: url(./../images/menu_01.jpg) no-repeat; HEIGHT: 57px; WIDTH: 118px;}
#MenuBar1  LI#tab2 A {BACKGROUND: url(./../images/menu_02.jpg) no-repeat; HEIGHT: 61px; WIDTH: 118px;}
#MenuBar1  LI#tab3 A {BACKGROUND: url(./../images/menu_03.jpg) no-repeat; HEIGHT: 66px; WIDTH: 118px;}
#MenuBar1  LI#tab4 A {BACKGROUND: url(./../images/menu_04.jpg) no-repeat; HEIGHT: 159px; WIDTH: 118px;}
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8em;
    width: 118px; 
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
}
/* Submenus should appear slightly overlapping to the left (-75%) and down (30%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 30% 0 0 -75%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 0;
	background: #FFF;
	border: 1px solid #EFEFEF;
}
ul.MenuBarVertical ul li
{
	padding: 0.2em;
	border: 1px solid #EFEFEF;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
