/* CSS Document */


.menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  /*border:1px solid #06a;  add a border to show size of menu */
  }



* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 16px;
  color: #FFF8DC; 
  background: none; 
  /*border:1px solid #E38217;  add a 1px white border around items */ 
  font-size: 12px;
  text-decoration:none;
  font-weight: bold;}
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
  color:#CD3700; 
  font-weight: bold;
   font-size: 12px;
	}

.centered {
position: relative;
top:-85px;
z-index: 100;
margin:0 auto;}


.menu a.active, .menu a:visited.active {
color: #CD3700;
}
* html .menu a.active, * html .menu a:visited.active {
color: #CD3700;
}

.menu2 {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  /*border:1px solid #06a;  add a border to show size of menu */
  }
* html .menu2 {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menu2 li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu2 li {
  display:inline;        /* for IE only */
  }
.menu2 a, .menu2 a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 16px;
  color: #FFF8DC; 
  background: none; 
  /*border:1px solid #E38217;  add a 1px white border around items */ 
  text-decoration:none;
  font-weight: bold;
	  font-size: 12px;
}
* html .menu2 a, * html .menu2 a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu2 a:hover {
  color:#CD3700; 
  font-weight: bold;
  font-size: 12px;
}

.centered2 {
position: relative;
top: -13px;
z-index: 101;
margin:0 auto;}

.menu2 a.active, .menu2 a:visited.active {
color: #CD3700;
}
* html .menu2 a.active, * html .menu2 a:visited.active {
color: #CD3700;
}

#menuWrap {
width: 536px;
height: 32px;
position: absolute;
top: 128px;
left: auto;
background: #000; /*url(../images/bannerMasterCopy.gif) no-repeat;*/
z-index: 1;
}

*html #menuWrap {
width: 536px;
left: 0px;}

