﻿/* pipe_menu1.css */

/* Single line menu with pipe delimited links */

#pipe_menu1
{
  z-index: 200;
}

#pipe_menu1_header
{
  font-weight: normal;
  font-size: 10pt;
  color: #808080;
  text-decoration: none;
}

#pipe_menu1 span /* selected item - no link */
{
  font-weight: bold;
  font-size: 11pt;
  color: black;
  text-decoration: none;
}

#pipe_menu1 a:link /* link item */
{
  font-weight: normal;
  font-size: 10pt;
  color: black;
  text-decoration: none;
}

#pipe_menu1 a:visited /* visited link item */
{
  font-weight: normal;
  font-size: 10pt;
  color: black;
  text-decoration: none;
}

#pipe_menu1 a:hover /* hovered link item */
{
  font-weight: normal;
  font-size: 10pt;
  color: #808080;
  text-decoration: none;
}
