/* --- Topnav --------------------------------------------------------------------------------------------------------------------- */

#topnav {
  font-family: "Arial";
  font-size: 13px;
  padding: 0 15px;
  background: #222;
}

#topnav .inner {
  height: 35px;
  line-height: 35px;
  margin: 0px auto;
}

#topnav a {
  outline: none;
}

#topnav .tab {
  position: relative;
  float: left;
  padding: 0px 8px;
  height: 35px;
}

#topnav .tab a {
  text-decoration: none;
  color: white;  
}

#topnav .tab a:hover {
  text-decoration: underline;
}

#topnav .tab small {
  margin-left: 4px;
  border-left: 1px solid #666;
  padding: 0px 2px;
  color: #666;
  cursor: pointer;
}

#topnav .tab small:hover {
  background: #FFF;
  color: #222;
  border: 0;
  margin-left: 5px;
}

#topnav .tab ul {
  display: none;
}

#topnav .tab.current {
  background: url("../images/topnav-selector-white.gif") no-repeat center bottom;*/
}

#topnav .tab.current span {
  border: 0;
  text-decoration: none;  
}

#topnav .userBox {
  float: right;
}

#topnav #my_account {
  color: white;
  text-decoration: none;
}

#topnav #my_account:hover {
  text-decoration: underline;
}

#topnav .userBox .logout {
  color: #666;
  border-left: 1px solid #666;
  padding-left: 4px;
  margin-left: 4px;
}

#topnav .logo a {
  margin-left: -8px;
  padding: 4px 0px 2px 20px;
  background: url("/m/platform/favicon.png") no-repeat left center;
}

#topnav .signIn {
  float: right;
  color: #F90;
  text-decoration: underline;
}

#topnav .contact a {
  color: #09F;
}

/* topnav menu */
#topnav .tab.open {
  margin-top: 5px;
  height: 25px;
  line-height: 25px;
  background: #444;
  z-index: 1;
}

#topnav .tab.open small {
  background-color: #666;
  color: white;
  margin-left: 5px;
  border: 0;
}

#topnav .tab.open ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  padding: 5px 0px;
  background-color: #444;
  line-height: 25px;
  white-space: nowrap;
  
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

#topnav .tab ul li {
  padding: 0 16px;
}

/* --- Subnav --------------------------------------------------------------------------------------------------------------------- */

#subnav {
  font-family: "Arial";
  font-size: 13px;
  border-bottom: 1px dotted #CCC;
}

#subnav .inner {
  margin: 0px auto;
  line-height: 2.5em;
}

#subnav a {
  margin-right: 1em;
}

#subnav a.current {
  color: black;
  font-weight: bold;
  text-decoration: none;
}


/* --- BreadCrumb ----------------------------------------------------------------------------------------------------------------- */

#breadCrumb {
  font-family: "Arial";
  font-size: 13px;  
  border-bottom: 1px dotted #CCC;
  padding: 0 15px;
}

#breadCrumb .inner {
  margin: 0 auto;
  line-height: 2.5em;
}

#breadCrumb a {
  padding-right: 14px;
  margin-right: 2px;
  background: url("../images/right-arrow5.gif") no-repeat right center;
}



