/*--MENU--*/

#header_title_home {
    width: 966px;
	height: 104px;
    padding: 0px;
    margin: 0px;
	background: url(../../images/header1.jpg) left top no-repeat;	
}

#header_title_interior {
    width: 966px;
	height: 104px;
    padding: 0px;
    margin: 0px;
	background: url(../../images/header3.jpg) left top no-repeat;	
}

#menu {
	width: 700px;
	float: right;	
	overflow: hidden;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

.onelevel {
	height: 30px;
	background: url(../../images/menu_small.gif) left top no-repeat;
}

.twolevels {
	height: 70px;
	background: url(../../images/menu_large.gif) left top no-repeat;
}


ul#menu_top {
	display: block;
	height: 16px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu_top li {
	display: block;
	overflow: hidden;
	float: left;
	height: 16px;
	padding: 0px;
	margin: 0px 2px 0px 2px;
}

#menu_top img {
	display: block;
	float: left;
	height: 16px;
	padding: 0px;
	margin: 0px;
}

#menu_top li a {
	display: block;
	overflow: hidden;
	float: left;
	height: 20px;
	font-size: 1px;
	line-height: 200px;
	padding: 0px;
	margin: 0px;
}

#menu_top li#home {
	background: url(../../images/off_home.jpg) left top no-repeat;
}

#menu_top li#home a {
	width: 37px;
}

#menu_top li#home a:hover {
	background: url(../../images/on_home.jpg) left top no-repeat;
}

#menu_top li#homesel a {
	background: url(../../images/on_home.jpg) left top no-repeat;
	width: 37px;
}


#menu_top li#basics {
	background: url(../../images/BleachBasics_OFF.jpg) left top no-repeat;
}

#menu_top li#basics a {
	width: 80px;
}

#menu_top li#basics a:hover {
	background: url(../../images/BleachBasics_ON.jpg) left top no-repeat;
}

#menu_top li#basicssel a {
	background: url(../../images/BleachBasics_ON.jpg) left top no-repeat;
	width: 80px;
}


#menu_top li#publichealth {
	background: url(../../images/off_health.jpg) left top no-repeat;
}

#menu_top li#publichealth a {
	width: 136px;
}

#menu_top li#publichealth a:hover {
	background: url(../../images/on_health.jpg) left top no-repeat;
}

#menu_top li#publichealthsel a {
	background: url(../../images/on_health.jpg) left top no-repeat;
	width: 136px;
}

#menu_top li#environment {
	background: url(../../images/off_environment.jpg) left top no-repeat;
}

#menu_top li#environment a {
	width: 152px;
}

#menu_top li#environment a:hover {
	background: url(../../images/on_environment.jpg) left top no-repeat;
}

#menu_top li#environmentsel a {
	background: url(../../images/on_environment.jpg) left top no-repeat;
	width: 152px;
}

#menu_top li#news {
	background: url(../../images/off_news.jpg) left top no-repeat;
}

#menu_top li#news a {
	width: 70px;
}

#menu_top li#news a:hover {
	background: url(../../images/on_news.jpg) left top no-repeat;
}

#menu_top li#newssel a {
	background: url(../../images/on_news.jpg) left top no-repeat;
	width: 70px;
}

#menu_top li#saying {
	background: url(../../images/off_saying.jpg) left top no-repeat;
}

#menu_top li#saying a {
	width: 134px;
}

#menu_top li#saying a:hover {
	background: url(../../images/on_saying.jpg) left top no-repeat;
}

#menu_top li#sayingsel a {
	background: url(../../images/on_saying.jpg) left top no-repeat;
	width: 134px
}

/*--BOTTOM MENU--*/

ul#menu_btm {
	display: block;
	height: 20px;
	overflow: hidden;
	padding: 10px 0px 0px 68px;
	margin: 0px;
	list-style-type: none;
}

#menu_btm li {
	display: block;
	overflow: hidden;
	float: left;
	height: 20px;
	padding: 0px;
	margin: 0px 2px 0px 2px;
}

#menu_btm img {
	display: block;
	float: left;
	height: 16px;
	padding: 0px;
	margin: 0px;
}

#menu_btm li a {
	display: block;
	overflow: hidden;
	height: 20px;
	font-size: 1px;
	line-height: 200px;
	padding: 0px;
	margin: 0px;
}

#menu_btm li#misconceptions {
	background: url(../../images/off_misconceptions.jpg) left top no-repeat;
}

#menu_btm li#misconceptions a {
	width: 157px;
}

#menu_btm li#misconceptions a:hover {
	background: url(../../images/on_misconceptions.jpg) left top no-repeat;
}

#menu_btm li#misconceptionssel a {
	background: url(../../images/on_misconceptions.jpg) left top no-repeat;
	width: 157px
}

#menu_btm li#cloroxhistory {
	background: url(../../images/off_history.jpg) left top no-repeat;
}

#menu_btm li#cloroxhistory a {
	width: 157px;
}

#menu_btm li#cloroxhistory a:hover {
	background: url(../../images/on_history.jpg) left top no-repeat;
}

#menu_btm li#cloroxhistorysel a {
	background: url(../../images/on_history.jpg) left top no-repeat;
	width: 157px
}

/* SECONDARY MENU (BLEACH MISCONCEPTIONS PAGE */
ul#secondary_menu {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  background-color: #a4d176;
  padding: 12px;
  width: 500px;
}
ul#secondary_menu li {
  margin-bottom: 6px;
  padding-left: 20px;
}
ul#secondary_menu li a:hover, ul#secondary_menu li.selected a {
  color: #fff !important;
}

ul#secondary_menu li.selected {
  background-image: url('../../images/arrow2.jpg');
  background-repeat: no-repeat;
  
}