/******************************************************************************/
/*Auto UnRoll Menu objects*/
/******************************************************************************/
DIV.MAIN_ROLL_MENU
{
  position: relative;
  text-align: center;
/*  height: 25px;
*/
  margin: auto;
  top: 3px;
  _top: 5px;
  *left: 100px;
  vertical-align: middle;
  white-space: nowrap;
}

UL.ROLL_MENU
{
  display: inline;
  margin: 0px;
  padding: 0px;
  width: 100%;
/*
  position: relative;
  width: 100%;
  height: 2px;
*/
}
LI.ROLL_MENUITEM
{
  position: relative;
  float: left;
  list-style-type: none;
  _behavior: url("./style/roll_menu.htc");
}
.ROLL_MENUITEM A.MENU_LINK
{
  display: block;
  width:  70px;
  height: 20px;
  color: white;
  margin-left: 3px;
  padding: 0px;
  padding-top: 3px;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  background-image: url("../pict/head_dark2.png");
  background-repeat: repeat-x;
  background-color: #cdcfcd;
  border-color: #4f4f4f; /*#FEFEFE;*/
  border-style: outset;
  border-width: 1px;
}
.ROLL_MENUITEM:hover A.MENU_LINK
{
  border-style: inset;
  background-image: none;
}
.ROLL_MENUITEM:hover UL.ROLL_SUBMENU
{
  display: block;
}
UL.ROLL_SUBMENU
{
  display: none;
  position: absolute;
  height: auto;
  width: 180px;
  top: auto;
  left: 6px;
  margin: 0px;
  padding: 0px;
  list-style:none;
  border: #FEFEFE 1px outset;
  text-align: left;
}
LI.ROLL_SUBMENUITEM
{
  position: relative;
}
A.SUBMENU_LINK
{
  position: relative;
  display: block;
  padding-left: 10px;
  padding-top: 3px;
  height: 20px;
  text-decoration: none;
  font-size: 11px;
  color: black;
  background-color: #EFEFEF;
  _width: 178px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
}
A.SUBMENU_LINK:hover
{
  background-color: #FFFFE1;
  color: red;
  font-weight: bold;
  font-size: 12px;
  padding-left: 13px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

