

#main #head #menu a {
  color: #FFFFFF;
}

#main #head #menu a:hover {
  color: #000000;
  text-decoration: none;

}

#main #head #menu .item  {
  float: left;
  margin-right: 15px;
}

#main #head #menu .last  {
  float: left;
  margin-right: 0px;
}

#main #head #menu .item .link {
  padding: 2px;
  padding-bottom: 5px;
}

#main #head #menu .item .link2 {
  padding-bottom: 2px;
}

#main #head #menu .item .t,
#main #head #menu .item .tl,
#main #head #menu .item .tr,
#main #head #menu .item .bl,
#main #head #menu .item .br
{
  height: 5px;
  width: 5px;
}

#main #head #menu .tl {
  width: 5px;
  height: 5px;
  background: url('/images/tl.png') no-repeat;
  visibility:hidden;
}

#main #head #menu .tr {
  width: 5px;
  height: 5px;
  background: url('/images/tr.png')  no-repeat;
  visibility:hidden;
}

#main #head #menu .bl {
  width: 5px;
  height: 5px;
  background: url('/images/bl.png') no-repeat;
  visibility:hidden;
}

#main #head #menu .br {
  width: 5px;
  height: 5px;
  background: url('/images/br.png')  no-repeat;
  visibility:hidden;
}



#main #head #menu .itemSelected .link {
  background-color: #9cc0ea;
  color: #000000;
  text-decoration: none;
}

#main #head #menu .itemSelected a {
  color: #000000;
  text-decoration: none;
}

#main #head #menu .itemSelected .t {
  background-color: #9cc0ea;
  height: 5px;
}

#main #head #menu .itemSelected .tl,
#main #head #menu .itemSelected .tr,
#main #head #menu .itemSelected .bl,
#main #head #menu .itemSelected .br {
  visibility:visible;
}

#main #head #menu .itemSelected a{
  color: #000000;
  text-decoration: none;
}