.sub_menu {
    position: absolute;
    height: 0px;
    width: 100px;   
    background-color: #0A0A78;
    layer-background-color: #0A0A78;    
    color: #ffffff;    
    text-align: center;
    visibility: hidden;
    border-color: #000000;
    border-width: 0px 1px 1px 1px;
    border-style: none solid solid solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 0px;
}

div.sub_menu_element {
    background-color: #0A0A78;
    color: #ffffff;
    padding: 2px;
    width: 100%;
}

.menu {
    position: relative;
    visibility: visible
}

#menu {
    position: absolute;
    width: 100%;
    height: 0px;
    border: 0px solid #0A0A78;
    background-color: #0A0A78;
    layer-background-color: #0A0A78;
}

a.menu_elements:visited {
   text-decoration: none;
   color: #ffffff
}

a.menu_elements:link {
   text-decoration: none;
   color: #ffffff
}

a.menu_elements:active {
   text-decoration: none;
   color: #000099
}

a.menu_elements:hover {
   background-color: #ffffff;
   layer-background-color: #ffffff;
   color: #990000;
}


.subMenu {
    position: absolute;
    top: 50px;
    border: 1px solid black;
    background-color: #cc0000;
    layer-background-color: #cc0000;
    visibility: visible
}

.navigation-head {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000 ;
        background-position: center;
        font-weight: bold
}

.navigation {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        background-position: center;
        font-weight: normal
}

td.left_menu {
  width: 150;
  padding: 0;
}

td.right_login {
  width: 200;
  padding-left: 10;
}

td.content {
  padding: 10;
}

#left_menu {
  position: absolute; 
  left: 0; 
  width: 150;
  margin: 0;
  padding: 0;
}

#subscriber_content {
  top: 0;
  padding: 10;
}

#anonymous_content {
  top: 0;
  margin: 0 30% 0 150;
  padding: 10;
}

#right_login {
  position: absolute;
  left: 75%;
  top: 91;
  width: 200;
  padding-left: 10;
  z-index: 3;
}

#full_frames {
  top: 0;
  margin: 0 30% 0 0;
  padding: 10;
}

U, INS          { text-decoration: underline }
