/* CSS Document */
/*Menu*/

div.menuContainer{ 
    position: absolute;
    top: 90px;
    z-index: 501;
    height: 0;
    padding-left: 20px;
}
   
table.rootMenu {
    position: relative;
    top: 0;
    left: 0;
}

table.rootMenu td.rootMenu{ 
	background:none;
   	background-position: top left;
    padding-top: 7px;
    
}





table.rootMenu,
table.rootMenu a.rootMenuItem {
  font-weight: normal;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottm: 0px;
  margin: 0px;
  height: 20px;
  
}

table.rootMenu a.rootMenuItem {
    position: relative;
    display: block;
    vertical-align: middle;
    line-height: normal;
    text-decoration: none;
    color: #0E1E7D;
   
	background:none;
    padding-left: 7px;
    height: 20px;
	border:1px #000000;
    
}

table.rootMenu a.language:hover {
    text-decoration: none;
}

table.rootMenu a.rootMenuItemActive,
table.rootMenu a.rootMenuItem:hover {
  vertical-align: middle;
  display: block;
  line-height: normal;
  text-decoration: none;
  color: #cc0000;
  background:none,
  padding-left: 7px;
  height: 20px;
}

div.menu99 {
    color: #ffffff;
    left: 0px;
    position: absolute;
    top: 0px;
    visibility: hidden;
    z-index: 100;
}

/* the layer above the first item in the pull-down menu */
div.menu99 div.menuTop { background:none; background-repeat: repeat-x;
  /*  width: 158px;*/
}

div.menu99 a.menuItem {
    text-decoration: none;
    font-weight: normal;
    vertical-align: middle;
    z-index: 1;
    display: block;
    color: #0E1E7D;
    background-color: #FFFFFF;
    white-space: nowrap;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 0px;
    padding-bottom: 0px;
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
    cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
}



div.menu99 a.menuItem:hover, div.menu99 a.menuItemHighlight {
  font-weight: normal;
  vertical-align: bottom;
  text-decoration: none;
  color: #cc0000;
  background-color: #E6E8F1;
  white-space: nowrap;
  
}
div.borderFrame  {border:1px #000000 solid; background-color:#FFFFFF; padding:3px;}


div.menu div.menuFrame {
 
  /*width: 200;*/
}


/*Menu End*/ 


