/* NavBar Styles */
#nav-home-container { width: 749px;}
#nav-home-container .global-logo { float: left; width: 249px; border-bottom: 1px solid #FFF;}
#nav-home-container .global-nav { float: left; width: 500px; background-image: url(../images/global-logo-bg.gif);   }

ul#udm { padding: 0; }
ul#udm li.toplevel img { border: none; position: relative; left: 5px; top: 18px;}
#udm li.toplevel {
  height: 62px;
  width: 124px;
  text-transform: uppercase;
  border-left: 1px #FFF solid;
  list-style: none none;
}
#udm li.toplevel a { display: block; height: 51px; }

#udm li.toplevel .firstline {
  font-size: 11px;
  font-weight: bold;
  padding-top: 7px;
  padding-left: 15px;
  color: rgb(11,75,111);
  width: 90px;
  display: block;
}
#udm li.toplevel .secondline {
  font-size: 14px;
  font-weight: bold;
  padding-left: 13px;
  color: rgb(11,75,111);
  width: 90px;
  display: block;
}
* html #udm li.toplevel .secondline { font-size: 14px; }
#udm li.toplevel h3 {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  margin: 0;
}

#udm ul.internal li a { text-transform: none; height: auto; }

/* Styles for the You Are Here extension */
#udm .toplevel a.udmY, #udm .toplevel a.udmY:visited {
  background-image: url(../images/global-logo-bg-on.gif);
}

/* [nav] default you are here will be same as rollover unless otherwise specified */
#udm ul.internal a.udmY, #udm ul.internal a.udmY:visited {
  background-color: transparent;
  background-image: none;
}

/* [nav] re-inforce original rollover or do something else */
#udm ul.internal a.udmY:hover, #udm ul.internal a.udmY:focus, #udm ul.internal a.udmY:visited:hover, #udm ul.internal a.udmY.udmR, #udm ul.internal a.udmY.udmR:visited, #udm ul.internal a.udmY:active {
  background-color: transparent;
  background-image: none;
}

/* [menu] default you are here will be same as rollover or inherit from navbar styles unless otherwise specified */
/*#udm ul a.udmY, #udm ul a.udmY:visited {
  background-color: transparent;
  background-image: none;
}*/

/* [menu] re-inforce original rollover or do something else */
/*#udm ul a.udmY:hover, #udm ul a.udmY:focus, #udm ul a.udmY:visited:hover, #udm ul a.udmY.udmR, #udm ul a.udmY.udmR:visited, #udm ul a.udmY:active {
  background-color: transparent;
  background-image: none;
}*/
