@charset "utf-8";
/* CSS Document */

.JSmenu{
  visibility: hidden;
  FONT-FAMILY: Arial, sans-serif;
  white-space: nowrap;
  /*filter: alpha( opacity: 70 );  for IE*//*defined in the js */
  opacity: 0.98; /* for FF */
  white-space: nowrap;
  border-right:solid 1px #01539f;
  border-bottom:solid 1px #01539f;
  border-left:solid 1px #01539f;
  z-index:1000;
  
}

#main_menu td{
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
vertical-align: top;
}

#main_menu table{
margin-top:0px;
}

.JSmenuItem{
  COLOR: #FFFFFF;
  text-align:center;
  background-color:#ffffff;
  text-decoration: none;
  white-space: nowrap;
  border:0px;
  padding:0px;
  
}

.JSmenuItem a{
  COLOR: #FFFFFF;
  text-align:center;
  background-color:#ffffff;
  text-decoration: none;
  white-space: nowrap;
  border:0px;
  padding:0px;
}

.JSmenuItem a:visited{
  COLOR: #01539f;
  text-align:center;
  background-color:#ffffff;
  text-decoration: none;
  white-space: nowrap;
  border:0px;
  padding:0px;
}

.JSmenuItem a:link{
  COLOR: #01539f;
  text-align:center;
  background-color:#ffffff;
  text-decoration: none;
  white-space: nowrap;
  border:0px;
  padding:0px;
}

.JSmenuItemHover{
  COLOR: #01539f;
  text-align:center;
  background-color:#ffffff;
  text-decoration: none;
  white-space: nowrap;
  border:0px;
  padding:0px;
}

.JSmenuItemHover a{
  COLOR: #01539f;
  text-align:center;
  background-color:#ffffff;
  text-decoration: none;
  white-space: nowrap;
  border:0px;
  padding:0px;
}

.JSmenuItemHover a:hover {
  COLOR: #01539f;
  text-align:center;
  background-color:#ffffff;
  text-decoration: none;
  white-space: nowrap;
  border:0px;
  padding:0px;
}

.JSmenuSubItem{
  color: #01539f;
  background-color:#FFFFFF;
  font-size: 11px;
  padding: 3px;
  padding-left:10px;
  text-decoration: none;
  white-space: nowrap;
  width:175px;
  
}

.JSmenuSubItem a:link {
  color: #01539f;
  font-size: 11px;
  text-decoration: none;
  padding: 3px;
  padding-left:10px;
  white-space: nowrap;
  width:175px;
}

.JSmenuSubItem a:visited {
  color: #01539f;
  font-size: 11px;
  padding: 3px;
  padding-left:10px;
  text-decoration: none;
  white-space: nowrap;
  width:175px;
}

.JSmenuSubItem a:hover {
  color: #01539f;
  font-size: 11px;
  padding: 3px;
  padding-left:10px;
  text-decoration: none;
  white-space: nowrap;
  width:175px;
}

.JSmenuSubItemHover{
  background: #EEEEEE;
  color: #01539f;
  FONT-FAMILY: Arial, sans-serif;
  padding: 3px;
  padding-left:10px;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
  width:175px;
}

.JSmenuSubItemHover a{
  background: #EEEEEE;
  color: #01539f;
  font-size: 11px;
  padding: 3px;
  padding-left:10px;
  text-decoration: none;
  white-space: nowrap;
  width:175px;
}

.JSmenuSubItemHover a:hover{
  background: #EEEEEE;
  color: #01539f;
  padding: 3px;
  padding-left:10px;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
  width:175px;
  background: url(/images/content/global/arrow_right.gif) no-repeat scroll left center;
}


