/* CSS Document */
.jsmenu {
  overflow:visible;
  margin:0px 0px 0px 0px;  
  padding:0px;
  font-family: Trebuchet MS;
  font-size:10px;
	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:110px;
  height:18px;
  line-height:18px;
  overflow:visible;
  text-align:center;
  background-color: #ffffff;
}


.jsmenu a {
  display:block;
  height:18px;
  line-height:18px;
  margin:0px;
  padding:0px;
  color:#ffffff;
  background-color: #ffffff;
  background-image: url(../images/jsmenu.png);
  background-repeat: no-repeat;
  text-decoration:none;
  float:none;
}

.jsmenu a:hover {
  background-color: #ffffff;
  background-image: url(../images/jsmenu2.png);
  background-repeat: no-repeat;
  color:#ffffff;
  text-decoration:none;
}

.jsmenu a:visited:hover {
  background-color: #ffffff;
  background-image: url(../images/jsmenu2.png);
  background-repeat: no-repeat;
  color:#ffffff;
  text-decoration:none;
}


ul.lev_1{
  position:absolute;
  left:0;
  padding:0px;
  margin:0px;
  display:none;
  z-index:100;
}

ul.lev_1 li{
  float:none;
  padding:0px;
  margin:0px;
  background-color: #a5a5a5;
}

ul.lev_1 a{
  border:0px;
  background-color: #a5a5a5;
  background-image: none;
}

ul.lev_1 a:hover{
  border:0px;
  background-color: #cb0018;
  background-image: none;
}

ul.lev_1 a:visited:hover{
  border:0px;
  background-color: #cb0018;
  background-image: none;
}
