/*Menu*/
div.cMenu{
    BACKGROUND-IMAGE: url(/www/images/11.jpg); /*mimir_menu.jpg*/
    height: 30px;
    PADDING: 0px;
    MARGIN: 0px;
    border-left: 1px solid #96cace; 
    border-top: 1px solid #96cace; 
    border-right: 1px solid #96cace; 
    border-bottom: 1px solid #96cace;
}

table.rootMenu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(images/otwumenu.jpg);
    background-repeat: repeat-x;
    height: 25px;
}

table.rootMenu img.blocker,
div.menu img.blocker{
    height: 1px;
    border: 0px; 
}

table.rootMenu table.rootMenuContainer{
    width: 100%;
}

table.rootMenu table.rootMenuContainer td.rootMenuContainerLast{
text-align: right;
vertical-align: middle;
width: auto;
}

table.rootMenu table.rootMenuContainer td.rootMenuContainerLast img.flag{
margin: 2px;
background-image: none;
}

table.rootMenu table.rootMenuContainer td.rootMenuContainerLast a{
background-image: none;
}

table.rootMenu td.rootMenu{
    padding-left: 25px;
}
    
table.rootMenu,
table.rootMenu a.rootMenuItem {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}


table.rootMenu td.rootMenuItem {
    white-space: nowrap;
    width: 120px;
}

table.rootMenu td.rootMenuItemLast {
}


table.rootMenu a.rootMenuItem {
    position: relative;
    display: block;
    padding-left: 5px;
    padding-top: 9px;
    padding-bottom: 3px;
    padding-right: 10px;
    cursor:pointer;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color: #b4b4b4;
    white-space: nowrap;
    vertical-align: bottom;
    text-decoration:none;
}


table.rootMenu a.rootMenuItem span.rootMenuText{
    margin: 0;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    padding-right: 10px;
}


table.rootMenu td.rootMenuItemLast a.rootMenuItem{
border-right: 1px solid #b4b4b4;
}

table.rootMenu a.language:hover {
    text-decoration:none;
}

table.rootMenu a.rootMenuItem img.blocker{
    width: 6px;
    height: 6px;
/*    margin-right: 5px;*/
}

table.rootMenu a.rootMenuItem img.hasLink{
    background-image:url(images/menu_root_hasLink.gif);
    background-repeat: no-repeat;
}

table.rootMenu a.rootMenuItemActive,
table.rootMenu a.rootMenuItem:hover{
    text-decoration: none;
    color:#052B52;
    background-image:url(images/menu_root_bg_over.jpg);
    background-position: top left;
}

table.rootMenu a.rootMenuItemActive span.rootMenuText,
table.rootMenu a.rootMenuItem:hover span.rootMenuText{
    text-decoration: none;
    color:#052B52;
}

table.rootMenu a.rootMenuItemSelected{
}

table.rootMenu a.rootMenuItem div.haveChild{
    background-image:url(images/menu_arrow_white_down.gif);
    background-position: center right;
    background-repeat: no-repeat;
}

table.rootMenu a.rootMenuItem:hover img.hasLink,
table.rootMenu a.rootMenuItemActive img.hasLink{
    background-image:url(images/menu_root_hasLink_over.gif);
}

table.rootMenu a.rootMenuItem:hover div.haveChild,
table.rootMenu a.rootMenuItemActive div.haveChild{
    background-image:url(images/menu_arrow_black_down.gif);
}

table.rootMenu a.rootHasLink{
}


table.rootMenu a.rootHasNoLink{
    cursor: default;
}


div.menu {
    left: 0px;
    position: absolute;
    top: 0px;
    visibility: hidden;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 100;
}

/* the layer above the first item in the pull-down menu */
div.menu div.menuTop {
  height: 17px;
  background-color: #92cace;
  background-image: url(images/Web/Layout/mtop1.gif);
  background-repeat: no-repeat;
  background-position: left top;
  /*  width: 158px;*/
}

div.menu a.menuItem {
  text-decoration: none;
  font-weight: bold;
  vertical-align: middle;
  z-index: 1;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  background-color: #62aeba;
  padding-top: 4px;
  padding-bottom: 5px;
  white-space: nowrap;
  border-bottom: 1px solid #b4b4b4;
  padding-left: 14px;
  background-image: url(images/incd04.gif);
  background-repeat: no-repeat;
  background-position: 3px 10px;
}


div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  border-bottom: 1px solid white;
  background-image: url(images/incd02.gif);
  background-color: #92cace;
}


div.menu a.menuItemFirst{
    border-top: 0;
}

div.menu a.menuItemLast{
    /*    border-bottom: 5px solid white;*/
    border-bottom: 1px solid #419BD9;
    border-bottom: 0;
}

div.menu a.menuItemLast:hover{
    border-bottom: 0;
}

div.menu a.menuItemHaveChild{
/*    background-image: url(images/web/layout/menu/menuitem_more_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: right center;*/
}



div.menu div.menuFrame {
    padding: 0;
    margin: 0;
    border: 1px solid #b4b4b4;

}

div.menu div.menuSpacer{
    width: 150px;
    height: 1px;
    border: 0;
    padding:0;
    margin:0;
    font-size: 0;
    line-height: 0;
}


/*Menu End*/
