@charset "UTF-8";


.jsmenu {
  overflow:visible;
  margin:0 auto; 
  padding:0px;
  /*font-family: Trebuchet MS;*/
	list-style-type:none;
	text-align:left;
	list-style-position:outside;
}

.jsmenu li {
  float:left;
	list-style:none;
  position:relative;
  margin:0px;
  padding:0px;
  width:14.2em;
  height:23px;
  line-height:23px;
  font-size:9px;
  overflow:visible;
  background-color: transparent;
  cursor: pointer;
}


.jsmenu a {
  display:block;
  height:23px;
  line-height:23px;
  margin:0px;
  background-color: #000033;
	padding: 0em 0.75em;
	color:#FFFFFF;
	/*font-variant:small-caps;*/
	text-decoration: none;
  float:none;
}

.jsmenu a:hover {
  color:#FFCC00;
}

.jsmenu a:visited:hover {
  color:#FFCC00;
}


ul.lev_1{
  position:absolute;
  width:150px;
  left:0;
  border:0px;
  padding:0px;
  margin:0px;
  display:none;
  z-index:100;
}

ul.lev_1 li{
  float:none;
  width:100%;
  padding:0px;
  z-index:100;
  margin:0px;
  height:23px;
  line-height:23px;
}

.levright{
  position:absolute;
  width:150px;
  left:150px;
  top:0px;
  display:none;
  z-index:200;
}

.levright li{
  float:none;
  width:100%;
  padding:0px;
  z-index:200;
  margin:0px;
  height:23px;
  line-height:23px;
}

.subul
{
	background-image: url(../img/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.subulright
{
	background-image: url(../img/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}
