/******************************************************************************/
/*Auto UnRoll Menu objects*/
/******************************************************************************/
.BKGND_ROLL_MENU
{
  position: relative;
  background-image: url("../pictures/web/head.png");
  background-repeat: repeat-x;
  background-color: #1f3685;
  border-bottom: white 1px solid;
  height: 20px;
  font-weight: bold;
  text-align: center;
  min-height: 1px;
}
* html .BKGND_ROLL_MENU { height: 1px; }

.BAR_ROLL_MENU
{
  position: relative;
  top: -20px;
  height: 1px;
}

.MAIN_ROLL_MENU
{
  position: relative;
  text-align: center;
  margin: auto;
  height: 1px;
  top: -2px;
  _top: 0px;
}

UL.ROLL_MENU
{
  display: inline;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
LI.ROLL_MENUITEM
{
  position: relative;
  float: left;
  list-style-type: none;
  _behavior: url("http://www.utef.cvut.cz/lib/roll_menu.htc");
}

LI.ROLL_MENUITEM A.MENU_LINK
{
  display: block;
  width:  85px;
  height: 20px;
  color: white;
  margin-left: 3px;
  padding: 0px;
  padding-top: 3px;
  font-weight: bold;
  vertical-align: bottom;
  text-decoration: none;
  background-image: url("../pictures/web/head.png");
  background-repeat: repeat-x;
  background-color: #8e99c2;
  border-color: #FEFEFE;
  border-style: outset;
  border-width: 1px;
}

LI.ROLL_MENUITEM:hover A.MENU_LINK
{
  border-style: inset;
  background-image: none;
}
LI.ROLL_MENUITEM:hover UL.ROLL_SUBMENU
{
  display: block;
}
UL.ROLL_SUBMENU
{
  display: none;
  position: absolute;
  height: auto;
  width: 210px;
  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: 7px 5px 0px 20px;
  height: 20px;
  text-decoration: none;
  font-size: 12px;
  color: black;
  background-image: url("../pictures/web/head_submenu_l_s.png");
  background-repeat: repeat-y;
  background-color: #8e99c2;
  _width: 198px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85; /**/
  -khtml-opacity: 0.85;
}
A.SUBMENU_LINK:hover
{
  background-color: #FFFFE1;
  color: black;
  padding-left: 22px;
  filter: alpha(opacity=100);
  -moz-opacity: 1; /**/
  -khtml-opacity: 1;
  opacity: 1;
}
