/* Main navigation menu */
/* -------------------- */

#nav {
	list-style: none;
}

ul#nav {
	line-height: 1.4em;
	margin: 0;
	padding-top: 0.55em;
	padding-left: 220px;
}

/* Set basic attributes for links in navigation menu */
#nav a {
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	color: green;
}

/* Top-level link list */
#nav li.menu {
	position: relative;
	float:left;
	margin: 0;
}

/* Top-level links, ie - buttons */
#nav li a.menu {
	display: block; /* Allows links to be block elements */
	padding-left: 1em;
	padding-right: 1em;
	margin-right: 2px;
	font-weight: bold;
	border: solid 1px;
	border-color: #bbb;
	background-color: white;
/*	box-shadow: -5px -5px 5px #888; */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	behavior: url('PIE/PIE.htc');
	z-index: 40;
}

/* Hover effect for top-level links */
#nav li a.menu:hover {
	background-color:#ddd;
}

/* Make subordinate menus visible when hovering on links */
#nav li:hover ul {
	display: block;
}

/* Second and third-level link boxes */
#nav li ul {
	text-align:left;
	display: none;
	position: absolute;
	top: 1.4em;
	left: 0;
	background-color: white;
	border: solid 1px;
	border-color: #bbb;
	width:auto;
	white-space:nowrap;
	list-style:none;
	margin: 0;
	padding-left: 0;
	z-index: 50;
/*	box-shadow: -5px -5px 5px #888;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior:url('PIE/PIE.htc'); */
}

/* Second-level links */
#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0.3em 1em;
}

/* Hover effect for second and third-level links */
#nav li ul a:hover {
	background-color: #ddd;
}

/* Make third-level menu visible when hovering over the second-level
link classed as "menu2" */
#nav li:hover#menu2 ul#menu3 {
	display: block;
}

/* Third-level link boxes */
#nav li ul#menu3 {
	display: none;
	left: 5em;
}

/* Third-level links */
#nav li ul#menu3 a {
	font-size: 12px;
	padding-top: 0.3em;
}

/* Chapter list in single-page version of "Journey of Healing" article */
/* ------------------------------------------------------------------- */
#menubox
	{
	float:left;
	width: 15em;
	background-color: #ffe;
	margin-right: 1em;
	padding: 0.5em;
	border: solid 1px;
	border-color: #bbb;
	box-shadow: -5px -5px 5px #888888;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE/PIE.htc);
}

#menubox p
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

#menubox a
	{
	font-weight: bold;
}

/* "Shop Online" button */
#shop_online
	{
	float:right;
	width: 5.5em;
	background-color: #932;
	background: linear-gradient(#932,#d76);
	padding: 0.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE/PIE.htc);
}
#shop_online p
	{
	color:white;
	font-weight:bold;
	font-size:small;
	margin-top:0;
	margin-bottom:0;
}

/* Side menu in on-line store */
/* -------------------------- */
#sidebar_box
	{
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 1em;
	margin-left: 0;
	margin-right: 0;
/*	width: 80%; */
	border: solid 1px;
	border-color: #bbb;
/*	background-color: #9d8; */
	background-color: #932;
	background: linear-gradient(#932,#d76);
	padding: 0.5em;
/*	white-space: nowrap; */
/*	box-shadow: -5px -5px 5px #888888; */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE/PIE.htc);
}

#sidebar_box p
	{
	text-align: left;
	color: white;
	padding: 0;
	margin: 0 0 0.5em 0;
}

#sidebar_box a
	{
	font-weight: bold;
	font-size: 14px;
	color: #2f2;
	text-decoration: none;
}

#sidebar_box a:hover
	{
	color: white;
}
/*#sidebar a
	{
	font-weight: bold;
	font-size: 16px;
	color: green;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif
}

#sidebar a:hover
	{
	color: #660000;
}

#sidebar li
	{
	margin-bottom: 0.5em;
}
*/
