/**************************************************************
#dvMenu
**************************************************************/

#dvMenu
{
  background: #336699 url(../Images/tlc_5_811b1f_ffffff.gif) no-repeat 0 0;
  clear: both;
	font-weight: bold;
	height: 1.5375em;
  margin: .1em 0 0 0;
	padding: 0;
  width: 46em; /* #PageForm must match this width */
}

#dvMenu ul
{
  background: transparent url(../Images/tr_5_811b1f_ffffff.gif) no-repeat 100% 0;
	float: left;
	font-size: .6875em;
	list-style: none;
	margin: 0;
	padding: .1em 0 0 0;
	width: 100%;
}

#dvMenu ul ul
{
  font-size: 100%; /* stops the cascading shrink */
}

/* top-level link style */
#dvMenu a
{
  border-right: 1px solid #000000; /* divider */
  display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 1px 0;
	padding: .25em 1em;
}

/* top-level hover style */
#dvMenu a:hover
{
  color: #FFA948;
}

#dvMenu li
{
	float: left;
  font-weight: normal;
	margin: 0;
	padding: 0;
}

/* nested one deep */
#dvMenu li ul.hidden
{
	font-weight: normal;
	background: none;
	margin: 0 0 0 2em;
	width: 20em;
	padding: 0 2em 2em 2em;
	border: 1px dashed green;
}

#dvMenu li ul
{
  background-color: Transparent;
  background-image: url(../Images/spacer.gif);
  border: none;
  left: -999em;
  padding: 2px 2em 2em 2em;
  position: absolute;
  margin: 0 0 0 -2em;
	width: 19em;
  z-index: 200;
}

#dvMenu li ul li ul
{
  display: none;
  position: absolute;
  top: 2em;
	left: 4em;
	border: 1px solid red;
}


#dvMenu li li
{
  background: #666666;
  clear: both;
  display: block;
	width: 100%;
  padding: .25em;
  margin: 0; /* sucks it up underneath the top menu */
}

#dvMenu li li:empty /* Safari fix */
{
  margin-top:-.2em;
}

#dvMenu li li
{
  margin-top: 0;
}

#dvMenu li li a
{
  border: none;
  color: #FFFFFF;
  width: 18em;
}

#dvMenu li li a:Hover
{
  background: #F5F5F7;
  color: #000000;
}

#dvMenu li li:first-child, #dvMenu li.first
{
  border-top: 2px solid #282D33;
}


/* standards-based */
#dvMenu li:hover ul,
#dvMenu li li:hover ul,
#dvMenu li li li:hover ul,
/* script-based */
#dvMenu li.shover ul,
#dvMenu li li.shover ul,
#dvMenu li li li.shover ul
{
	left: auto;
  /* top: 9.15em; */ /* for now, Safari isn't doing this right */
}


body
{
  background: #FFFFFF url(../Images/bar_bg.gif) repeat-x 0 4.85em;
  font-family: 'Lucida Grande', Arial, Geneva, Sans-Serif;
  margin: 0 0 0 0;
}

body, th, td, li, p
{
  font-size: 100.01%; /* fix bugs */
}

.anchor
{
  text-decoration: none;
}
  
.maincopy
{
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size : 12px;
	line-height : 120%;
}

