
/*body { font: normal 62.5% verdana; }*/
table#primary-nav,
table#primary-nav table
{
	margin: 0;
	padding: 0;
	width: 155px; /* Width of Menu Items */
	height: 30px;
	font-size: 100%;
	font-weight: bold;
}

table#primary-nav td
{
	tdst-style: none;
}

table#primary-nav td a
{
	display: block;
	text-decoration: none;
	color: #D1C28F;
	padding: 5px;
	border-bottom: 0;
	background-color: #8D332E;/*#550C0D;*/
	background-image: url('http://www.crossroadsgrace.org/images/buttonBack.jpg');
	background-repeat: repeat-x;

}

/* Fix IE. Hide from IE Mac \*/
* html table#primary-nav td { float: left; height: 1%; }
* html table#primary-nav td a { height: 1%; }
/* End */

table#primary-nav table
{
//	display: none;
	left: 155px; /* Set 1px less than menu width */
	top: 0;
}

table#primary-nav td table td a { padding: 2px 5px;} /* Sub Menu Styles */

table#primary-nav td:hover table table,
table#primary-nav td:hover table table table,
table#primary-nav td.over table table,
table#primary-nav td.over table table table { display: none; } /* Hide sub-menus initially */

table#primary-nav td:hover table,
table#primary-nav td td:hover table,
table#primary-nav td td td:hover table,
table#primary-nav td.over table,
table#primary-nav td td.over table,
table#primary-nav td td td.over table { display: block;} /* The magic */

table#primary-nav td.menuparent:hover,
table#primary-nav td.over { background-color: #7A3531;}

table#primary-nav td a:hover { background-color: #C8B9A2;/*#D1C28F*/ color: #fff;  background-image:none;}


/*body { font: normal 62.5% verdana; }*/
table#secondary-nav,
table#secondary-nav table
{
	margin: 0;
	padding: 0;
	width: 155px; /* Width of Menu Items */
	height: 30px;
	background: #fff; /* IE6 Bug */
	background-color: #8D332E;/*#550C0D;*/
	font-size: 100%;
	font-weight: bold;
}

table#secondary-nav td
{
	tdst-style: none;
}

table#secondary-nav td a
{
	display: block;
	text-decoration: none;
	color: #F1E2AF;
	padding: 5px;
	border-bottom: 0;
	background-image: url('http://www.crossroadsgrace.org/images/buttonBack.jpg');
	background-repeat: repeat-x;

}

/* Fix IE. Hide from IE Mac \*/
* html table#secondary-nav td { float: left; height: 1%; }
* html table#secondary-nav td a { height: 1%; }
/* End */

table#secondary-nav table
{
	left: 155px; /* Set 1px less than menu width */
	top: 0;
}

table#secondary-nav td table td a { padding: 2px 5px;} /* Sub Menu Styles */

table#secondary-nav td:hover table table,
table#secondary-nav td:hover table table table,
table#secondary-nav td.over table table,
table#secondary-nav td.over table table table { display: none; } /* Hide sub-menus initially */
table#secondary-nav td td td.over table { display: block;} /* The magic */

table#secondary-nav td:hover table,
table#secondary-nav td td:hover table,
table#secondary-nav td td td:hover table,
table#secondary-nav td.over table,
table#secondary-nav td td.over table,
table#secondary-nav td.menuchild:hover,
table#secondary-nav td.over { background-color: #7A3531;}

table#secondary-nav td a:hover { background-color: #DFCF95;/*#D1C28F*/ color: #000000;  background-image:none;}

.subMenu
{
 	position:absolute;
	visibility:hidden;
}

