#csssubmenu {
	border: solid red 2px;
	border: 12px;
	margin: 0px 0px;
	padding: 0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 18px; /*changed from 18*/
	font-weight: bold;
	width: auto;
}
#csssubmenu ul {
	background: #333333; /*changed from #333333*/
	height: 35px; /*changed from 45*/
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#csssubmenu li {
  float: left;
  padding: 0px;
}
#csssubmenu li a {
  background: #CECECE url("../_images/seperator.gif") bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 50px; /*Changed from 70*/
  margin: 0px;
  padding: 0px 10px; /*last element changed from 10*/
  text-align: center;
  text-decoration: none;
}
#csssubmenu > ul > li > a {
  color: #F60;
  font-weight:bold;
  text-decoration:underline;
}
#csssubmenu ul ul a {
  color: #cccccc;
}
#csssubmenu li > a:hover,
#csssubmenu ul li:hover > a {
  background: #2580a2 url("../_images/hover.png") bottom center no-repeat;
  color: #ffffff;
  text-decoration: none;
}
#csssubmenu li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 200px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}
#csssubmenu li:hover ul {
  display: block;
}
#csssubmenu li li {
  background: url('../_images/sub_sep.gif') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px 0px 10px 20px;
  width: 180px;
}
#csssubmenu li:hover li a {
  background: none;
}
#csssubmenu li ul a {
  display: block;
  height: 30px; /*Changed from 40*/
  font-size: 14px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 0px;
  text-align: left;
}
#csssubmenu li ul a:hover,
#csssubmenu li ul li:hover > a {
  background: #2580a2 url(../'_images/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#csssubmenu >a {
	color:white;
}
#csssubmenu p {
  clear: left;
}
#csssubmenu ul ul li {
  position: relative;
}
#csssubmenu ul ul ul {
  left: -9999px;
  top: 0;
}
#csssubmenu ul ul li:hover > ul {
  left: 100%;
}
#csssubmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#csssubmenu.align-center > ul {
  text-align: center;
}
#csssubmenu > ul > li {
  position: relative;
}
#csssubmenu.align-right > ul > li {
  float: right;
}
#csssubmenu.align-right > ul > li:hover > ul {
  right: 0;
  left: auto;
  text-align: right;
}
#csssubmenu.align-right ul ul li a {
  text-align: right;
}
#csssubmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 100%;
}
#csssubmenu > ul > li {
	width:19.6%;/*changed from 19.6%*/
	border-right:solid medium;
	border-right-color:whitesmoke;
}
