/*ChildNavigation*/
table.child-nav
{
	/*margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;*/
	border-collapse: collapse; 
}
.child-nav td
{
	padding: 0px 0px 0px 5px;
	font-size:12px;
	color:#626368;
}
.child-nav a, .child-nav a:active,  .child-nav a:visited
{
	text-decoration:none;
	color:#626368;
}
.child-nav a:hover
{
	text-decoration: none;
	color:#626368;
}

.child-nav-divider 
{
	background:#372f2b url(../images/child-nav-divider.gif) top left no-repeat;
	width:110px; 
	height:16px;
	font-size: 0px;
	line-height:0px;
	padding: 0px 0px 0px 0px;
}

.child-nav-page-title 
{
	color:626368; 
	font:18px myriad pro, Verdana, Arial, Helvetica, sans-serif; 
	padding: 42px 0px 8px 20px;
	text-align:left;
}

/* Child Navigation Focus Control */
.focused
{
	color:#626368;
	padding: 0px 0px 0px 0px;
}

.notFocused
{
	visibility:hidden;
	padding: 0px 0px 0px 0px;
}

/*DhtmlMenu - <td class="[x]"><span>*/
.menu-item
{
}
.menu-item span
{
	display: block;
	color: #fff;
	font: 14px Arial Narrow, Arial, Helvetica, sans-serif;
	padding: 2px 8px;
}
.menu-item-hover
{
	cursor: pointer; /*do NOT change to hand*/
}
.menu-item-hover span
{
	color: #c09123;
	font: 14px Arial Narrow, Arial, Helvetica, sans-serif;
	display: block;
	padding: 2px 8px;
}
table.menu-subitem
{
	background: none;
	border-collapse: collapse;
	border-style: none;
}
.menu-subitem
{
	background-color: #000;
}
.menu-subitem span
{
	color: #fff;
	display: block;
	font: 12px verdana,tahoma,sans-serif;
	padding: 8px 22px 8px 22px;
}
.menu-subitem-hover
{
	background-color: #000;
	cursor: pointer; /*do NOT change to hand*/
}
.menu-subitem-hover span
{
	color: #c09123;
	/*display: block;*/
	font: 12px verdana,tahoma,sans-serif;
	padding: 8px 22px 8px 22px;
}
