body
{
	background-color: #9e9ea0;
}
.brochure
{
	text-align: right;
	vertical-align: bottom;
	background-color: #ffffff;
	font-family: Arial;
	font-size: large;
	
	padding: 5px 5px 10px 5px;
}
.brochure a:link, .brochure a:active, .brochure a:visited
{
	border-style: none;
	cursor: hand;
	color: #075289;
}
.ntext
{
	font-size: 9pt;
	font-family: Verdana;
	color: #333333;
}
.headerTD
{
	color: #263038;
	font-size: smaller;
	font-weight: bold;
	font-family: arial;
	cursor: hand;
	vertical-align: sub;
	vertical-align:middle;
}

.headerTD div
{
	padding:4px 2px 1px 2px;
}
/*****************************************/
/* CSS Document @charset "utf-8";*/
/********* NON ESSENTIAL STYLES ONLY FOR THIS PAGE******/

/*general styles and tools
body{margin:200px;}*/



/********* ESSENTIAL STYLES******/
#nav, #nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
}

#nav a:link, #nav a:active, #nav a:visited
{
	display: block;
	padding: 12px 0px 12px 5px;
	text-decoration: none;
	font-family: arial;
	background-color: #95c6e9;
	text-align: left;
	color: #263038;
	font-size: small;
	font-weight: bold;
}



#nav a:hover
{
	/*color: #ffffff !important;*/
	background-color: #f3d3d6;
	background-repeat: repeat-x !important;
}

#nav li
{
	float: left;
	position: relative;
}

#nav ul
{
	position: absolute;
	width: 12em;
	top: 3.0em; /*Here to control the top of the menu items*/
	display: none;
}

#nav li ul a
{
	width: 9em;
	float: left;
}

#nav ul ul
{
	top: auto;
}

#nav li ul ul
{
	left: 10.7em;
	margin: 0px 0 0 10px;
}

/*works in case no script is running*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
	display: block;
}



