.glossymenu, .glossymenu li ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 135px; /*WIDTH OF MAIN MENU ITEMS*/
  height: 30px;
  /*border: 1px solid black;*/
}

.glossymenu li{
  position: relative;
  height: 30px;
  /*margin-bottom: 10px;*/
  /*border: 1px solid blue;*/
}

.glossymenu li label{
  background: transparent;
  font-family: MrsEavesSmartLigRoman, Georgia, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: block;
  width: auto;
  height: auto;
  /*height: 30px;*/
  /*text-decoration: none;*/
  /*border: 1px solid black;*/
}

.glossymenu li label .normal { display:block; color: #F57F35; }
.glossymenu li label .ms_over { display:none; color:#91D4CB; }


.glossymenu li ul{ /*SUB MENU STYLE*/
  position: absolute;
  width: 135px; /*WIDTH OF SUB MENU ITEMS*/
  /*left: 0px;*/
  top: 0px;
  display: none;
}

.glossymenu li ul li{
  float: left;
  /*padding: 0;*/
}

.glossymenu li ul label{
  width: 135px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
  height: 30px;
}
.glossymenu li label span {
  /*border: 1px dashed blue;
  height: 100%;*/
}


/* Holly Hack for IE \*/
* html .glossymenu li {
  float: left;
  height: 1%; /* Need it in IE to keep LI verticaly one next to the other */
  /*height: 31px;*/ /* Creates spaces between MenuItems, causes pb w/ mouseover */
  /*width: 1%;*/ /* Changes nothing in IE */
  /*width: 135px;*/ /* Changes nothing in IE */
}
* html .glossymenu li label {
  height: 1%; /* Makes MenuItems as tall as the text, but as long as supposed to be (LI) */
  /*height: 31px;*/ /* Creates spaces between MenuItems, causes pb w/ mouseover */
  /*width: 1%;*/ /* Makes MenuItem as large as text content */
  /*width: 135px;*/ /* Changes nothing in IE */
  /*width: 100%;*/ /* Changes nothing in IE */
  /*padding-bottom:10px;*/
}
* html .glossymenu li label span {
  /*border: 1px dotted red;*/
  /*width: 1%;*/ /* Makes span  as large as text content, doesn't change behavior */
  /*width: 100%;*/ /* Changes nothing in IE */
  /*width: 135px;*/ /* Changes nothing in IE */
  /*height: 1%;*/ /* Changes nothing in IE */
}
/* End */
