body {
 -moz-opacity: .999;
 }

/* link styles */
.nav a {
	text-decoration: none;
	display: block;
	text-align: left;
	color: #e8d4bb;
	padding-right: 0;
	font: normal 14pt serif;
	padding-top: 3px;
	margin: 0;
	padding-left: 21px;
}

.nav a:hover{
	color: #fefffe;
}

.nav li li a {
	width: 8em;
	color: #fefffe;
	padding: 10px 7px;
	font: normal normal 12pt serif;
}

/*.nav li li a:hover {
	width: 20em;
	color: #fefffe;
	font: normal normal 10pt sans-serif;
	background-color: #534d5d;
}*/

.nav li li a:hover {
	color: #fefffe;
	background: #a58272 repeat;
	font-style: normal;
	font-variant: normal;
}

.nav li li li a {
	width: 8em;
	color: #727693;
	font: normal normal 10pt sans-serif;
	background-repeat: repeat;
}

/* main nav bar - positioned absolutely from it's containing DIV (id="global_nav") */
ul.nav {
	padding: 0;
	line-height: 1;
	margin: 0 0 0 10px;
}

/* all list items */
.nav  li {
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
  position: relative;
	text-align: left;
	margin: 0 7px 0 14px;
}


/* pop-up subnav */
/*.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;  change when you change height of links 
	display: none;
	top: 2em;
	z-index: 20;
	border: 1px solid #82beff;
}*/

.nav ul {
	padding: 0;
	position: absolute;  change when you change height of links 
	display: none;
	z-index: 20;
	border: 1px solid #d9d0c4;
	top: 40px;
	margin: 0 0 0 21px;
}


 /*list items in pop-up subnav*/ 
.nav ul li {
	float: none;
	margin: 0;
	background-color: #83675a;
}

/*3rd level menu position*/
.nav ul ul {
	position: absolute;
  left: 13.5em; /* change when you change width of links */
  top: -1px;
  z-index: 99;
}

.nav ul ul li {
	z-index: 100;
}



/* look for buttons that have menus */
.nav .sub {
	background-image: url("../nav/arrow_down.png");
  background-repeat:no-repeat;
  background-position: 2px 8px;
}

.nav .subsub {
	background-image: url("../nav/arrow_left.png");
  background-repeat: no-repeat;
  background-position: 4px 10px;
}

/*Global Nav Item Widths*/

div#global_nav ul.nav li#nav_home {
	text-align: right;
	width: 90px;
}


