/*#menu {
  position: relative;
  top: -24px;
}*/
#menu td {
  font-size: 10px;
  color: black;
  font-weight: bold;
  text-align: center;
  background-image:	url('/images/site/button.gif');
  height: 20px;
  width: 118px;
/*  vertical-align: top; */
}

#menu td a {
  text-decoration: none;
  color: black;
  height: 20px;
  width: 118px;
  line-height: 20px;
  display: block;
}

#menu_end {
  width: 33px;
  background-image:	url('/images/button_endcap.gif');
}

#menu td a:hover{ /*hover background color*/
  color: red;
}

#menu_home {
}

.vert_menu {
position:absolute;
border:1px solid black;
border-bottom-width: 0px;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: #B1B1B1;
width: 120px;
visibility: hidden;
}

.vert_menu a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
border-right-width: 0px;
border-top: 1px solid white;
border-left: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: black;
text-align: left;
}

.vert_menu a.parent, .vert_menu a.active, .vert_menu a.active:hover {
background-image: url('/images/arrow.gif');
background-position: right;
background-repeat: 	no-repeat;
}

.vert_menu a:link{ /*hover background color*/
color: black;
}
.vert_menu a:visited{ /*hover background color*/
color: black;
}
.vert_menu a:hover{ /*hover background color*/
background-color: #7c7c7c;
color: black;
}
.vert_menu a:active{ /*hover background color*/
color: black;
}
