BODY.menu1	{
	background-color: #DDEDD3;
	}
BODY.menu2	{
	background-color: #DCDFEB;
	}
BODY.menu3	{
	background-color: #E3D4E2;
	}
BODY.menu4	{
	background-color: #F2D3CC;
	}
BODY.menu5	{
	background-color: #F7EEC1;
	}

DIV.menu1	{
	background-color: #00A23B;
}

DIV.menu2	{
	background-color: #3B76B4;
}

DIV.menu3	{
	background-color: #B63D83;
}

DIV.menu4	{
	background-color: #E2613C;
}

DIV.menu5	{
	background-color: #F7CB00;
}

H1		{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16pt;
	text-transform: lowercase;
	line-height: 33px;
	color: #464646;
	margin-top: 0.0em;
	height: 33px;
	padding: 0em 1.75em;
	}
H1.menu1 {
	background: url(artwork/h1menu1.gif) center left no-repeat;
	}
H1.menu2 {
	background: url(artwork/h1menu2.gif) center left no-repeat;
	}
H1.menu3 {
	background: url(artwork/h1menu3.gif) center left no-repeat;
	}
H1.menu4 {
	background: url(artwork/h1menu4.gif) center left no-repeat;
	}
H1.menu5 {
	background: url(artwork/h1menu5.gif) center left no-repeat;
	}

H2		{
	font-family: sans-serif;
	font-style: italic;
	font-size: 11pt;
	text-transform: lowercase;
	line-height: 19px;
	color: #464646;
	height: 19px;
	padding: 0em 0.5em;
	margin-bottom: 0.25em;
	}
H2.menu1 {
	background: url(artwork/h2menu1.gif) center left no-repeat;
	}
H2.menu2 {
	background: url(artwork/h2menu2.gif) center left no-repeat;
	}
H2.menu3 {
	background: url(artwork/h2menu3.gif) center left no-repeat;
	}
H2.menu4 {
	background: url(artwork/h2menu4.gif) center left no-repeat;
	}
H2.menu5 {
	background: url(artwork/h2menu5.gif) center left no-repeat;
	}

H3	{
	font-family: sans-serif;
	font-style: italic;
	font-size: 11pt;
	text-transform: lowercase;
	line-height: 15px;
	color: #464646;
	height: 15px;
	padding: 0em 0em;
	margin-bottom: 0.25em;
	}

P		{
	font-family: sans-serif;
	font-size: 80%;
	color: #464646;
	margin-bottom:0.25em;
	margin-top:0.25em;
	}
.highlight	{
	color: black;
	font-weight:bold;
	}

UL		{
	color: #464646;
	margin-top:0;
	margin-bottom:0.5em;
	}
UL.2NDLEVEL	{
	margin-left:5em;
	list-style-type:square;
	}

#body LI		{
	margin-top:0.25em;
	margin-bottom:0.25em;
	}

OL		{
	margin-top:0;
	margin-bottom:0.5em;
	}

IMG {
  border: none;
  }

A	{
	color: #6E6E6E;
	font-weight: bold;
	}
A:hover	{
	color: black;
	text-decoration: underline;
	}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	font-family: sans-serif;
	font-size: 12;
	font-weight: bold;
	background: white;
}
#nav, #nav ul.menu1 {
	background-color: #DDEDD3;
	}
#nav, #nav ul.menu2	{
	background-color: #DCDFEB;
	}
#nav, #nav ul.menu3	{
	background-color: #E3D4E2;
	}
#nav, #nav ul.menu4	{
	background-color: #F2D3CC;
	}
#nav, #nav ul.menu5	{
	background-color: #F7EEC1;
	}

#nav a {
	display: block;
	color: #464646;
	text-decoration: none;
	padding: 0.25em 1em;
}
#nav a:hover {
	color: #000000;
}
#nav a.menu1, TD.menu1 {
	background: #86C563;
}
#nav a.menu1:hover {
	background: #00A23B;
}
#nav a.menu2, TD.menu2 {
	background: #7A99CA;
}
#nav a.menu2:hover {
	background: #3B76B4;
}
#nav a.menu3, TD.menu3 {
	background: #C474A5;
}
#nav a.menu3:hover {
	background: #B63D83;
}
#nav a.menu4, TD.menu4 {
	background: #E88161;
}
#nav a.menu4:hover {
	background: #E2613C;
}
#nav a.menu5, TD.menu5 {
	background: #F4E173;
}
#nav a.menu5:hover {
	background: #F7CB00;
}

#nav li {
	float: left;
	width: 10em;
}
#nav li:hover {
	float: left;
	width: 10em;
}

#nav li ul {
	width: 10em;
	w\idth: 10em;
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -1.5em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
