body {background-color: #e0d5bb; behavior: url("csshover3.htc") }

h1.exterior { color: white; font-size: 10pt; text-decoration: none font-weight: none; font-family: Verdana }

h2.exterior { color: black; font-size: 12pt; text-decoration: none font-weight: none; font-family: Verdana }

h1.interior { color: black; font-size: 15pt; text-decoration: none font-weight: bold; font-family: Arial }

p.report  { font-family: Arial;
	     font-size: 0.9em;
	     line-height: 1.35; }

ul.report  { font-family: Arial;
	     font-size: 0.9em;
	     line-height: 1.35; }

/*Drop-down menu*/
.nav 
{
	bottom: 25px;
	white-space: nowrap /*IE hack*/;
	float: left; 
	width: 955px;
	height: 50px; 
	border: none; 
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
	font-face: arial;
	font-size: 100%; 
} /*Color navigation bar normal mode*/

.nav ul 
{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.nav ul li 
{
	margin: 0;
	padding: 0 8px 0 8px;
	float:left; 
	z-index:auto !important /*Non-IE6*/; 
	z-index:1000 /*IE6*/;
}

.nav ul li a 
{
	margin: 0;
	padding: 0;
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display: block;
	height: 3.1em;
	line-height: 3.1em;
	text-decoration: none;
	font-family: arial;
	font-size: 75%;
	font-weight: bold;
	color: #fff;
}

*html .nav ul li a 
{
	float:none !important /*Non-IE6*/; 
	float:left /*IE-6*/; 
	display:block; 
	height:3.1em; 
	line-height:3.1em; 
	padding:0 0px 0 0px; 
	text-decoration:none;
	font-family: arial;
	font-size: 75%; 
	font-weight:bold; 
	color: #fff;
}

.nav ul li ul 
{
	display:none; 
	border:none;
}

/*Non-IE6 hovering*/
.nav ul li:hover 
{
	position:relative;
} /*Sylvain IE hack*/

.nav ul li:hover a 
{
	background-color: #e0d5bb; 
	text-decoration:none;
} /*Color main cells hovering mode*/

.nav ul li:hover ul 
{
	display:block;
	width:15.0em;
	position:absolute;
	z-index:999;
	top:3.0em;
	margin-top:0.1em;
	left:0;
}

.nav ul li:hover ul li a 
{
	white-space:normal;
	display:block;
	width:10.0em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	margin-bottom:-1px;
	padding: 5px;
	background-color: #fff;
	font-weight:normal;
	color: #5f202b;
	border-style: solid;
	border-color: #60202B;
	border-width: 2px 2px 2px 2px;
} /*Color subcells normal mode*/

.nav ul li:hover ul li a:hover 
{
	background-color: #e0d5bb;
	text-decoration:none;
} /*Color subcells hovering mode*/

/*IE6 hovering*/
.nav table 
{
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

.nav ul li a:hover 
{
	position:relative /*Sylvain IE hack*/;
	z-index:1000 /*Sylvain IE hack*/;
	background-color: #e0d5bb;
	text-decoration:none;
} /*Color main cells hovering mode*/

.nav ul li a:hover ul 
{
	display:block;
	width:15.0em;
	position:absolute;
	z-index:999;
	top:3.1em;
	top:3.0em;
	left:0;
	margin-top:0.1em;
	border-style: solid;
	border-color: #5F202B;
	border-width: 2px;
}

.nav ul li a:hover ul li a 
{
	white-space:normal;
	display:block;
	width:15.0em;
	height:1px;
	line-height:1.3em;
	padding:0;
	border-left:solid 1px #5F202B;
	border-bottom: none 1px #5F202B;
	background-color: #fff;
	font-weight:normal;
	color:rgb(50,50,50);
}	/*Color subcells normal mode*/

.nav ul li a:hover ul li a:hover 
{
	background-color: #e0d5bb;
	text-decoration:none;
}	/*Color subcells hovering mode*/
-->



