@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-image:url(images/backpattern.png);
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

a {
color:#6ba02e;
font-weight:bold;
text-decoration:none;

}

a:hover {
color:#000000;
background-color:#85ba32;
text-decoration:none;
}

ul.IR li {
  position: relative;
  / *overflow: hidden;
  commented out for this example */
  font-size: 0.9em;
}

.IR em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(/images/navbar.gif);
}

/* For IE5.x mac only */
* html>body .IR {
  position: static;
  / *overflow: visible;
  commented out for this example */
  font-size: 10px;
}

* html>body .IR em  { position: static; }

.nav { list-style: none; }
.nav li { float: left; padding-bottom: 10px; }
.nav li, .nav li em { width: 147px; height: 40px; }

.link1 em, .link2 em, .link3 em {
  background: url(/images/navbar.gif) no-repeat;
  cursor: pointer;
}

.link1 em { left: 0; }
.link1 em {
  background-position: 0 0;
}
.link1:hover em {
  background-position: 0 -40px;
}
.link2 {
	left: 0;
}
.link2 em {
  background-position: -140px 0;
}
.link2:hover em {
  background-position: -140px -40px;
}
.link3 {
	left: 0;
}
.link3 em {
  background-position: -310px 0;
}
.link3:hover em {
  background-position: -310px -40px;
}

body { behavior: url(hover.htc); }

.nav a { display: block; }
/* The Holly Hack */
* html .nav a { height: 1%; }

.nav li ul {
  position: absolute;
  z-index: 10; /* show the
  dropdowns above the images */
  top: 100px; /* position the dropdowns a set distance from the top of the image */
  left: -999em;
  list-style: none;
  border: 1px solid #FFCC00;
}

.nav li:hover ul { left: auto; }

.nav li li {
  height: auto;
  padding-bottom: 0; /* reset the height set on the IR list items */
  font-size: 110%;
  border-bottom: 1px solid #FFCC00;
}

.nav li ul a {
  padding: 0.25em;
  color: #FF6600;
  background: #FFFFCC;
}
.nav li ul a:hover {
  color: #CC0000;
  background: #FFCC00;
}
