#PAYPALBUTTONCONTROLER {display:none;} /* trying to fix PPfix for pulldowns not registering correctly if more expensive chosen fist */

ul.selectUl2 {
  list-style-type: none; /* added to remove bullets fro beside pulldown */
  padding: 0;
  width: 18em;
  line-height: 1.5em;
  font-family: Raleway, arial;
  font-size: .8em  
}

ul.selectUl2 li {
  display: list-item;
  /* "inline-block;" optional */
  width: 250px;
  height: 1.5em;
  border: 1px solid #555;
  text-indent: 1em;
  background-color: #000;
  color: #888;
}

ul.selectUl2 li:first-child {
  border-top-width: 1px;
}

ul.selectUl2 li.unselected2 {
  display: none;
  /* optional was "inline-block;" */
  background-color: #333;
}
/* 1st menu... */
ul.selectUl2:hover li.unselected2 {
  background-color: #222;
}

ul.selectUl2:hover li,
ul.selectUl2:hover li.unselected2 {
  display: list-item;
}

ul.selectUl2:hover li {
  background-color: #111;
}

ul.selectUl2 li:hover,
ul.selectUl2 li.unselected2:hover {
  background-color: #999;
  color: #111
}


.liimage2 img {
  display: none;
}

.liimage2:hover img {
  display: inline-block;
  position: absolute;
  top:100px;
  right: 0;
  width: 100px;
}
ul.selectUl2 li:not(.unselected2):before { color: #666; position: relative; left:223px; top: 0px; content: "∇"; }

/* END END END of fisrt menu */
/* beginning of second menu */

ul.selectUl li:not(.unselected):before { color: #666; position: relative; left:223px; top: 0px; content: "∇"; }


ul.selectUl {
	list-style-type: none; /* added to remove bullets fro beside pulldown */
  width: 18em;
  padding: 0;
  line-height: 1.5em;
  font-family: Raleway, arial;
  font-size: .8em
  
  


}

ul.selectUl li {
  display: list-item;
  /* "inline-block;" optional */
  width: 250px;
  height: 1.5em;
  border: 1px solid #555;
  text-indent: 1em;
  background-color: #000;
  color: #888;
}

ul.selectUl li:first-child {
  border-top-width: 1px;
}

ul.selectUl li.unselected {
  display: none;
  /* optional was "inline-block;" */
  background-color: #333;
}

ul.selectUl:hover li.unselected {
  background-color: #222;
}

ul.selectUl:hover li,
ul.selectUl:hover li.unselected {
  display: list-item;
}

ul.selectUl:hover li {
  background-color: #111;
}

ul.selectUl li:hover,
ul.selectUl li.unselected:hover {
  background-color: #999;
  color: #111
}


.liimage img {
  display: none;
}

.liimage:hover img {
  display: inline-block;
  position: absolute;
  top: 100px;
  right: 0%;
  width: 100px;
}

/* top belt tail button image */
.buynowhelperimage { 
max-width: 20%; 
max-height: auto; 
position: absolute;   
top: 100px;
  right: 0%;
  width: 100px;
  display: none;
  }
  
.belttailrollover:hover + .buynowhelperimage {display: none; } /* rollover buy me now button results in its corresponding image to show */
/* this doesnot work to hover a "select or option... "select, option:hover + img {visibility: visable; }" */

@media only screen and ( max-width: 40em ) /* 640 */ { 
		Select { display: inline-block;}
		ul.selectUl2 {display: none;}
		ul.selectUl {display: none;}
		.belttailrollover:hover + .buynowhelperimage {display: none; }
		.buynowhelperimage { display: none !important; }

}

