/******************************************************************************/
/*Auto UnRoll Menu objects*/
/******************************************************************************/
.MAIN_MENU_BAR
{
  position: absolute;
  top: 76px;
  text-align: center;
  width: 100%;
}
.MAIN_ROLL_MENU
{
  position: relative;
  text-align: center;
  top: -8px;
  margin: auto;
  white-space: nowrap;
}
UL.ROLL_MENU
{
  display: inline;
}
.ROLL_MENUITEM
{
  position: relative;
  margin-left: 3px;
  float: left;
  list-style-type: none;
  _behavior: url("http://www.ephonet.cz/style/blue2/css/roll_menu.htc");
}
.ROLL_MENUITEM A.MENU_LINK
{
  display: block;
  width:  80px;
  height: 20px;
  color: white;
  padding: 0px;
  padding-left: 5px;
  padding-top: 3px;
  font-weight: bold;
  vertical-align: bottom;
  text-decoration: none;
  background-image: url("../pict/head.png");
  background-repeat: repeat-x;
  background-color: #006699;
  border-color: #FEFEFE;
  border-style: outset;
  border-width: 1px;
}
.ROLL_MENUITEM:hover A.MENU_LINK
{
  border-style: inset;
  background-image: none;
}
.ROLL_MENUITEM:hover .ROLL_SUBMENU
{
  display: block;
}
.ROLL_SUBMENU
{
  display: none;
  position: absolute;
  height: auto;
  width: 180px;
  top: auto;
  left: -3px;
  margin: 0px;
  padding: 0px;
  list-style:none;
  border: #FEFEFE 1px outset;
  text-align: left;
}
.ROLL_SUBMENUITEM
{
  position: relative;
  margin: 0px;
  padding: 0px;
}
A.SUBMENU_LINK
{
  position: relative;
  display: block;
  padding-left: 10px;
  padding-top: 3px;
  height: 18px;
  text-decoration: none;
  font-size: 11px;
  color: black;
  background-color: #D7E7EF;
  _width: 178px;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85; /**/
}
A.SUBMENU_LINK:hover
{
  background-color: #FFFFE1;
  filter: alpha(opacity=100);
  -moz-opacity: 1; /**/
}


