/* link styles */
/* main nav bar */
/*
body {
 -moz-opacity: .999; //to defeat firefox redraw problem with fade effect
}
*/
.nav {
	margin: 0;
	 
	z-index: 250;
	width: 800px;
	padding-top: 10px;
	padding-left: 0px;
}

.nav a {
	text-decoration: none;
	display: block;
	color: #839FB5;
	width: 135px;
	font-weight: bold;
	background-color: #663300;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #839FB5;
	font-family: Arial, Helvetica, sans-serif;
}

.nav li li a {
  /* style for links on pop-up menus */
}

.nav li li li a {
	/* style for second level menu links */
}

.nav a:hover{
	background-color: #333;
	color: #FFF;
}


/* all list items */
.nav  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
  position: relative;
}


/* pop-up subnav */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 1.72em; /* change when you change height of links */
	display: none;
}


/* list items in pop-up subnav */
.nav ul li {
	float: none; /* so links line up one above the other for drop-downs */
}

/*3rd level menu position*/
.nav ul ul {
  position: absolute;
  left:  0.8em; /* change when you change width of links */
  top: -1px;
  z-index: 99;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.nav ul ul li {
	z-index: 100;
}



/* look for buttons that have menus */
.nav .sub {
  background-image: url(arrow_down.png);
  background-repeat:no-repeat;
  background-position: 2px 3px;
}

.nav .subsub {
  background-image: url(arrow_left.png);
  background-repeat: no-repeat;
  background-position: 4px 7px;
}
.menu_class {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	z-index: 500;
	  
}

.facilities_class {
	font-family: Arial, Helvetica, sans-serif;
	 
	font-size: 16px;
	position:absolute  !important;
	color: #FFFFFF;
	top: 270px !important;
	z-index: 100;
	
	margin-left:150px;
}
.facilities_class a {
    width:300px;
	 
};

.actions_class {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;!important;
	font-size: 16px; 
	position:absolute  !important;
	width:400px;	
	color: #FFFFFF;
	top: 900px !important;
}
.actions_class a {
    width:400px;
	font-weight: bold;!important;
	font-size: 16px;
};


#help_button {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	 
}

