﻿/* pipe_menu3.css */

/* Single line menu with pipe delimited links */

#pipe_menu3
{
  z-index: 200;
}

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

#pipe_menu3 span /* selected item - no link */
{
  font-weight: normal;
  font-size: 12pt;
  color: black;
  text-decoration: none;
}

#pipe_menu3 a:link /* link item */
{
  font-weight: normal;
  font-size: 10pt;
  color: blue;
  text-decoration: underline;
}

#pipe_menu3 a:visited /* visited link item */
{
  font-weight: normal;
  font-size: 10pt;
  color: blue;
  text-decoration: underline;
}

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