
#menutabs {
	padding:0px 3px 0px 2px;
	margin:0px auto 0px auto;
	width:976px;
	text-align:left;
  list-style:none;
  line-height:28px;
  background:transparent;
  z-index:2;
  position:absolute;
  top:180px;

}

li.menu-item {
  margin:15px 0px 0px 0px;
  padding:0px;
  display:inline;
  text-align:center;
  float:left;
}

li.menu-spacer {
	width:0px;
  margin:0px;
  padding:0px;
  display:inline;
  text-align:center;
  float:left;
}

#menutabs li a {
  color:black;
  background:transparent url(../img/menu-button.gif) no-repeat 0 0;
  padding:0px;
  margin:0px 0px 0px 0px;
  text-decoration:none;
  display:block;
  width:122px;
  line-height:35px;
  font-weight:bold;
  font-size:10px;
  overflow:hidden;
}

#menutabs li a:hover {
  background:transparent url(../img/menu-button.gif) no-repeat 0px -35px;
  color:#fff;
  padding-left:0px;
}


#head-location-menu {
  z-index:100;
  position:absolute;
   margin-top: -20px;
   margin-left: 726px;
}

ul#locationmenu {
  width: 245px;
	text-align: right;
}

ul#locationmenu,
ul#locationmenu li,
ul#locationmenu ul {
  margin: 							0;
	padding:							0;
  border:								none;
  list-style: 					none;
  background:						none;
}


ul#locationmenu:after /*From IE 7 lack of compliance*/{
  clear: 								both;
  display: 							block;
  font: 								1px/0px serif;
  content: 							".";
  height: 							0;
  visibility: 					hidden;
}

ul#locationmenu li {
  position: 						relative;
  margin:								0px 0px 0px 0px;
}

/* Root Menu */
ul#locationmenu a {
  padding: 							2px;
  color: 								#fff;
  text-decoration:			none;
  font-size: 9px;
  border: 1px solid #e2e5e7;
  color: #fff;
}


ul#locationmenu {
  padding: 							0px 10px 0px 10px;
  text-decoration:			none;
  height: 							auto !important;
  height: 							1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#locationmenu a:hover,
ul#locationmenu li:hover a,
ul#locationmenu li.iehover a {
  color: 								#336699;
}

/* 2nd Menu */
ul#locationmenu li:hover li a,
ul#locationmenu li.iehover li a {
  color: 								#336699;
border: 0px;
}

/* 2nd Menu Hover Persistence */
ul#locationmenu li:hover li a:hover,
ul#locationmenu li:hover li:hover a,
ul#locationmenu li.iehover li a:hover,
ul#locationmenu li.iehover li.iehover a {
  color: 								#ccc;
}

/* 3rd Menu */
ul#locationmenu li:hover li:hover li a,
ul#locationmenu li.iehover li.iehover li a {
  background: 					#EEE;
  color: 								#666;
}

/* 3rd Menu Hover Persistence */
ul#locationmenu li:hover li:hover li a:hover,
ul#locationmenu li:hover li:hover li:hover a,
ul#locationmenu li.iehover li.iehover li a:hover,
ul#locationmenu li.iehover li.iehover li.iehover a {
  background: 					#CCC;
  color: 								#FFF;
}

/* 4th Menu */
ul#locationmenu li:hover li:hover li:hover li a,
ul#locationmenu li.iehover li.iehover li.iehover li a {
  background: 					#EEE;
  color: 								#666;
}

/* 4th Menu Hover */
ul#locationmenu li:hover li:hover li:hover li a:hover,
ul#locationmenu li.iehover li.iehover li.iehover li a:hover {
  background: 					#CCC;
  color: 								#FFF;
}

ul#locationmenu ul,
ul#locationmenu ul ul,
ul#locationmenu ul ul ul {
  display: 							none;
  top: 									0;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#locationmenu li:hover ul ul,
ul#locationmenu li:hover ul ul ul,
ul#locationmenu li.iehover ul ul,
ul#locationmenu li.iehover ul ul ul {
  display: 							none;
}

ul#locationmenu li:hover ul,
ul#locationmenu ul li:hover ul,
ul#locationmenu ul ul li:hover ul,
ul#locationmenu li.iehover ul,
ul#locationmenu ul li.iehover ul,
ul#locationmenu ul ul li.iehover ul {
  display: 							block;
}

ul#locationmenu ul {
  background-color: #fff;
  border: 1px solid #e2e5e7;
  padding-right: 5px;
  width: 238px;
}
