a.BlackredLink { color: #000000; font-family: tahoma, arial, sans-serif; font-size: 11px }
a.BlackredLink:visited { color: #000000; font-family: tahoma, arial, sans-serif; font-size: 11px }
a.BlackredLink:hover { color: #FF0000; text-decoration: none; font-family: tahoma, arial, sans-serif; font-size: 11px }

#menu
{
  margin: 1px 0px 0px 0px;
  float: left;
  width: 100%;
}

#menu ul
{
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  list-style-type: none;
}

#menu ul li
{
  margin: 0px 2px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  border: none;
  background: none;
}

#menu ul li a
{
  margin: 0px;
  padding: 6px 10px 6px 10px;
  float: left;
  text-decoration: none;
  border: 1px solid #8EC2E8;
  background: #fff url(../images/menuNewGrey.jpg) repeat-x bottom;
  border-bottom: none;
  color: #000;
  list-style-image: none;
  font-weight: normal;
}

#menu ul li.current a
{
  background: #1f527b url(../images/menuNewGrey.jpg) no-repeat top right;
  font-weight: bold;
  color: #fff;
  border: none;
  padding: 7px 10px 6px 10px;
}

/*------------Lower menu--------------*/

#strip
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background: #1f527b;
  float: left;
  min-height: 4px;
}

#strip ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 920px;
}

#strip ul li
{
  margin: 0px;
  padding: 6px 0px 7px 0px;
  float: left;
  background: url(../images/seperator.jpg) no-repeat right;
  list-style-image: none;
}

#strip ul li a
{
  padding: 0px 12px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

#strip ul li.current
{
}

#strip ul li.current a
{
  background: url(../images/seperator.jpg) no-repeat right;
}

#strip ul li.right
{
  float: right;
  margin: 0px;
  padding: 0px;
  background: none;
}