div#mnNavBar
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 24px;
	border-color: #D5CCFF;			/* navbar border color */
	border-width: 1px;
	border-style: solid none solid none;
	background-image: url(../img/mnBackground.png);
	background-repeat: repeat-x;
}

div#rcNavBar
{
	width: 100%;
	height: 37px;
	margin: 0;
/*	margin-bottom: -2px;*/
	padding: 0;
	background-image: url(../img/rcBackground.png);
	background-position: top;
}

ul.nav, ul.nav ul
{
	float: left;
	list-style: none;
	font: 12px/1.5 arial, helvetica, serif;
	line-height: 1px;
	padding: 0;
	margin: 0;
}

ul.nav a
{
	display: block;
	color: #9481E1;					/* content font color */
	text-decoration: none;
}

ul.nav a img, div#mnNavBar a img
{
	border: 0 none;
}

ul.nav a.subHead
{
	background: url( ../img/rightarrow.gif ) bottom right no-repeat;
	color: #9481E1;					/* header font color */
}

ul.nav li
{
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
}

ul.nav li ul
{
	line-height: 1.2em;
	position: absolute;
	left: -999em;
	height: auto;
	width: 9em;
	w\idth: 8.8em;
	font-weight: normal;
	border: 1px solid #63F;			/* border color */
	margin: 0;
	background: #EAE6FF;			/* background color */
	z-index: 100;
}

ul.nav li li
{
	padding: 0.25em 0.2em 0.25em 1em;
	text-align: left;
	z-index: 100;
}

ul.nav li ul a
{
	width: 7.8em;
	w\idth: 7.6em;
	padding: 0.25em 0;
	text-decoration: none;
}

ul.nav li ul ul
{
	margin: -1.75em 0 0 7.7em;
	z-index: 100;
}

ul.nav li:hover ul ul, ul.nav li:hover ul ul ul, ul.nav li.sfhover ul ul, ul.nav li.sfhover ul ul ul
{
	left: -999em;
	z-index: 100;	
}

ul.nav li:hover ul, ul.nav li li:hover ul, ul.nav li li li:hover ul, ul.nav li.sfhover ul, ul.nav li li.sfhover ul, ul.nav li li li.sfhover ul
{
	left: auto;
	z-index: 100;	
}

ul.nav li li:hover, ul.nav li li.sfhover
{
	background: #FFF;				/* highlight background */
	text-align: left;
	z-index: 100;
}

div#secondNavbar
{
	border-color: #D5CCFF;
	border-width: 1px;
	border-style: solid none none none;
}

div#secondNavbar table#secondNavbarTable
{
	 width: 100%;
	 padding: 0.85em 0.5em 0.5em;
}

div#secondNavbar table#secondNavbarTable div.navRows
{
	padding: 0;
	margin: 0;
}

div#secondNavbar table#secondNavbarTable div.navRows table
{
	font-size: 1px;
}

div#secondNavbar img
{
	border-style: none;
}

div#description div
{
	padding: 0.01em;
	color: #63F;
}

div#description div p
{
	width: 600px;
}

div#description table
{
	width: 100%;
	padding: 0 1em 0.5em;
}

div#youHere
{
	width: 100%;
	height: 24px;
	background-image: url(../img/hereBackground.png);
	background-repeat: repeat-x;
	background-position: left center;
	border-color: #D5CCFF;
	border-width: 1px;
	border-style: solid none none none;
}

div#youHere p
{
	margin: 0 auto;
	color: #9481E1;
	text-indent: 14.17px;
	font-size: 1em;
	line-height: 24px;
	font-weight: bold;
	text-transform: inherit;
	white-space: nowrap;
}

div#youHere p a, div#youHere p a:link, div#youHere p a:active, div#youHere p a:visited
{
	color: #9481E1;
	text-decoration: none;
}

div#youHere p a:hover
{
	color: #532AD1;
}
