.chromestyle {
  width: 99%;
  font-weight: normal;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.chromestyle ul {
  border: 0px;
  width: 100%;
  padding: 5px 0px;
  margin: 0px;
  text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
  display: inline;
  background: 0px;
  margin: 0px;
  padding: 20px 32px 15px 0px;
}

.chromestyle ul li a {
  font-family: Trebuchet MS, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
  line-height: 1.1;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
  font-family: Trebuchet MS, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #dadada;
	text-decoration: none;
	text-transform: uppercase;
  line-height: 1.1;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
  position:absolute;
  top: 0px;
  border: 5px solid #919191; /*THEME CHANGE HERE*/
  font:normal 12px Verdana;
  z-index:1000;
  background: #919191;
  width: 200px;
  visibility: hidden;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}


.dropmenudiv a {
  width: auto;
  display: block;
  padding: 2px 0px 4px 17px;
	color: #f3e8a2;
  font-family: Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
  background: transparent url(../images/icon_list.gif) 5px 6px no-repeat;
}
.dropmenudiv a:link, .dropmenudiv a:active, .dropmenudiv a:visited {
	color: #f3e8a2;
  font-family: Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.dropmenudiv a:hover {
	color: #fff;
  font-family: Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

* html .dropmenudiv a { /*IE only hack*/
  width: 100%;
}