﻿/* v 2.0.0.1 */
#leftmenuHead
{
  text-align: center;
  font-weight: bold;
}
#leftmenu
{
  margin-top: 8px;
  border-top: 1px solid #fff;
  font-weight: bold;
}
#leftmenu ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#leftmenu li
{
  margin: 0;
}

#leftmenu a
{
  display: block;
  color: #FFF;
  background-image: url('/images/menufield_normal.png');
  background-repeat: repeat-x;
  background-position: top left;
  width: 9em;
  padding: 3px 12px 3px 8px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
#leftmenu a:hover
{
  background-image: url('/images/menufield_high.png');
  background-repeat: repeat-x;
  background-position: top left;
  color: #FFF;
}
#leftmenu li li a
{
  display: block;
  color: #FFF;
  background-color: #777;
  width: 9em;
  padding: 3px 3px 3px 17px;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
