/*<![CDATA[*/

#header {
  background-image: url(../images/top.jpg);
  height: 138px;
}

#nav {
  background-image: url(../images/nav_left.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

#nav ul {
  padding-left: 133px;
  height: 36px;
}

#nav ul li {
  position: relative;
  list-style:none;
   background-image: url(../images/nav_button.jpg);
}

#nav ul li a {
  text-transform: lowercase;
  text-align: center;
  padding-top: 16px;
  height: 20px;
  width: 94px;
  text-decoration: none;
  color: #CE8E00;
  font-weight: bold;
  display:block;
 
}
#nav ul li:hover, #nav ul li#parent, #nav a:hover, #nav ul li.here a, #nav ul li.here a:hover, #nav ul li.here2 a:hover, #nav ul li a#sel:hover, #nav ul li.here2 a:hover {
  background-image: url(../images/nav_button_on.jpg);
  display:block;
}

#nav ul li ul {
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  width: 500px;
  padding-top: 36px;
  	list-style:none;
	display:run-in;
}

#nav ul li ul li {
  background-image: none;
  border-left: 1px solid #ACAEB0;
  border-right: 1px solid #ACAEB0;
  border-bottom: 1px solid #ACAEB0;
  border-top: 1px solid #ACAEB0;
  padding: 3px;
  margin-left: -1px;
  margin-top: -1px;
  background-color: #FFFFFF;
}

#nav ul li ul li a {
  width: auto;
  height: auto;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-image: none;
  white-space: nowrap;
  color: #7F9DB3;
}

#nav ul li ul li a:hover, #nav ul li ul li a.here {
  color: #CE8E00;
}

#img {
  float: right;
}

#img p {
  margin: 0px;
  border-top: 1px solid #ACAEB0;
  white-space: normal;
  width: 250px;
}

/*]]>*//* CSS Document */


