.markermenu{
  list-style-type: none;
  margin: 0px;
  padding: 4px 0px 10px 0px;   
  width: 100%;
  background-color: #f3f3f3;
}

.markermenu li a{
  cursor: pointer;
  display: block;
  font-family: Verdana, Arial, SansSerif;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 4px 3px 24px;
  border-bottom: 1px dotted #C0C0C0;
  text-decoration: none;
  color: #797979;
  background-color: #F4F4F4;
  width:207px !important;
  width /**/: 235px;
  background-image:url(../img/menu-arr.gif);
  background-repeat: no-repeat;
  background-position: 9px 7px;
}
.markermenu li a:visited{
  text-decoration: none;
}
.markermenu li a:hover{
  background-color: #EAEAEA;
  text-decoration: none;
}


.graybar {
  background-color:#E2E2E2;
  padding: 6px 10px 6px 10px;
  font-family: Verdana, Arial, SansSerif;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
}

.events{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.events li {
  display: block;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #E2E2E2;
  font-weight: bold;
  color:#000000;
}


.allevents{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.allevents li {
  display: block;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  color:#000000;
}
.allevents li a {
  color: #036362;
  text-decoration: none;
  font-weight: bold;
}
.allevents li a:HOVER {
  color: #107A79;
  text-decoration: underline;
}




.prtit {
  font-family: Verdana, Arial, SansSerif;
  font-size: 11px;
  color:#036362;
  font-weight: bold;
}
A.prtit, A.prtit:ACTIVE, A.prtit:LINK, A.prtit:VISITED {
  color: #036362;
  text-decoration: underline;
  font-weight: bold;
}
A.prtit:HOVER {
  color: #107A79;
}



.myselect {
  font: 9px Verdana,Arial,SansSerif;
  width: 180px;
}



A.boxlnk, A.boxlnk:ACTIVE, A.boxlnk:LINK, A.boxlnk, A.boxlnk:HOVER:VISITED {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

