.jsmenu {
  overflow:visible;
  margin:0px; 
  padding:0px;
	list-style-type:none;
	text-align:center;
	list-style-position:outside;
}

.jsmenu li {
  float:left;
	list-style:none;
  position:relative;
  margin:0px;
  padding:0px;
  height:50px;
  line-height:50px;
  font-size:13px;
  /*font-weight:bold;*/
  overflow:visible;
  background-color: transparent;
  cursor: pointer;
}


.jsmenu a {
  display:block;
  /*height:50px;
  line-height:50px;*/
  margin:0px;
  background-color: #131313;
	padding: 0px;
	color:#FFFFFF;
	text-decoration: none;
  float:none;
}

.jsmenu a:hover {
    background-image:url(../images/jsmenu.gif);
    background-repeat:repeat-x;
	  color:#FFFFFF;
}

.jsmenu a:visited:hover {  
    background-image:url(../images/jsmenu.gif);
    background-repeat:repeat-x;
	  color:#FFFFFF;
}


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:25px;
  line-height:25px;
}

ul.lev_1 li a:hover{
    background-image:none;
    background-color:#0088BA;
	  color:#FFFFFF;
}

ul.lev_1 li a:visited:hover{
    background-image:none;
    background-color:#0088BA;
	  color:#FFFFFF;
}

.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:25px;
  line-height:25px;
}

.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;
}
