/* Header
********************************************/
#top{
	background: #c52 url(/img/header-words-nobox.jpg) no-repeat;
}

#top h1{
	position: absolute;
	top: 75px;
	left: 35px;
	height: 100px;
	width: 600px;
	line-height: 15px;
	margin: 0;
	font-size: 1em;
	text-align: left;
	color: #fff;
}

#top h1 a{
	text-decoration: none;
	background: transparent;
}

/* <![CDATA[ */
ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul ul
	{
	float: right;
	width: 75%;
	border: none;
	border-left: solid 1px #c52;
	}
ul ul ul
	{
	width: 66%;
	}

ul ul ul ul
	{
	width: 50%;
	}
li
	{
	float: left;
	width: 100%;
	border: solid 1px #c52;
	}
/* could be li:first-child for browsers that understand it */
li.sire
	{
	border-bottom: none;
	}
li li
	{
	border: none;
	}
li li.sire
	{
	border-bottom: solid 1px #c52;
	}
li div
	{
	float: left;
	width: 24%;
	padding: 5.2em 0;
	font-size: .9em;
	}
li li div
	{
	width: 32%;
	padding: 2em 0;
	font-size: .9em;
	}
li li li div
	{
	width: 49%;
	padding: 0.5em 0;
	font-size: .8em;
	}

li li li li div
	{width: 99%;
	padding: 0.5em 0;
	font-size: .8em;
	}

li h2, li h3
	{
	font-size: 1em;
	font-weight: normal;
	margin: 0 0.5em 0 0.5em;
	padding: 0;
	}
li h3
	{
	font-style: italic;
	}

/* ]]> */