/* Top Navigations */
#topNav1,#topNav2,#topNav3 {
  float: right;
  font-weight: bold;
  font-size: 0.93em;
}

#topNav1 {
  padding: 0;
  margin: 39px 5px 0 0;
}

#topNav1WithBanner {
  padding: 0;
  margin: 100px 0 0 0;
}

#topNav1 li {
  float: left;
  list-style: none;
  padding: 0 0 6px 27px;
  margin: 0;
}

#topNav1 li a {
  display: block;
  outline: none;
  padding: 2px 20px 2px 25px;
  height: 16px;
  line-height: 16px;
}

#topNav1 .pendingConnections a {
  background: url(../images/iconPendingConnections.gif) center left no-repeat;
}

#topNav1 .newMessages a {
  background: url(../images/iconNewMessages.gif) center left no-repeat;
}

#topNav1 .noPendingConnections a {
  background: url(../images/iconPendingConnections2.gif) center left no-repeat;
  margin-right: 8px;
}

#topNav1 .noNewMessages a {
  background: url(../images/iconNewMessages2.gif) center left no-repeat;
}

#topNav2 {
  padding: 0;
  margin: 30px 5px 0 45px;
  background: url(../images/bgTopNav2.gif) 65px 18px no-repeat;
}

#topNav2WithBanner {
  padding: 0;
  margin: 110px 5px 0 45px;
  background: url(../images/bgTopNav2.gif) 65px 18px no-repeat;
}

#topNav2 li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

#topNav2 li a {
  display: block;
  outline: none;
  padding: 15px 10px 0 10px;
  color: #a0a0a0;
}

#topNav2 li a:hover {
  color: #fff;
}

#topNav2 .account a {
  background: url(../images/iconAccount.gif) top center no-repeat;
}

#topNav2 .help a {
  background: url(../images/iconHelp.gif) top center no-repeat;
}

#topNav2 .contact a {
  background: url(../images/iconContact.gif) top center no-repeat;
}

#topNav2 .logout a {
  background: url(../images/iconLogout.gif) top center no-repeat;
}

#topNav2 .account a:hover {
  background: url(../images/iconAccount1.gif) top center no-repeat;
}

#topNav2 .help  a:hover {
  background: url(../images/iconHelp1.gif) top center no-repeat;
}

#topNav2 .contact  a:hover {
  background: url(../images/iconContact1.gif) top center no-repeat;
}

#topNav2 .logout  a:hover {
  background: url(../images/iconLogout1.gif) top center no-repeat;
}

#topNav3 {
  padding: 0;
  margin: 30px 5px 0 45px;
}

#topNav3 li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Main Navigation */
div.navigation {
  background: transparent url(../../images/navigation/navi-idle.gif) repeat-x;
  margin: 0 0 4px 0 !important;
  padding-left: 3px !important;
  height: 51px;
}

ul.navigation {
  margin: 0 auto;
  display: inline;
  line-height: 29px;
  height: 29px;
  list-style: none;
}

ul.navigation li {
  font-weight: strong;
  color: #FFF;
  float: left;
  margin: 0 auto;
  font-family: Georgia,Times,"Times New Roman",serif;
  font-size: 12pt;
}

/* link */

ul.navigation li a {
  witdh: 100%;
  text-indent: 0em !important;
  background: transparent url(../../images/navigation/navidivider.gif) right no-repeat;
  padding: 0 21px;
  text-decoration: none;
  color: #FFF;
  display: block;
  height: 33px;
  outline: none;
  line-height: 33px;
  font-family: Georgia,Times,"Times New Roman",serif;
}


ul.navigation li a.last {
  background: none;
}

/* hover */
ul.navigation li a:hover {
  background: transparent url(../../images/navigation/navi-mouseover.gif)
    repeat-x !important;
}

/* active */
ul.navigation li a.active {
  background: transparent url(../../images/navigation/navi-select.gif)
    repeat-x !important;
  color: #000;
}

/* Sub Navigation */
.subNav {
  padding: 0;
  margin: 0 0 0 0;
}

.subNav li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  display: block;
  height: 30px;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
}

.subNav a {
  float: left;
  width: 300px;
  line-height: 30px;
  padding-left: 10px;
  height: 30px;
  text-decoration: none !important;
}

.subNav a:hover {
  background: #f5f5f5;
  color: #333;
}

.subNav li.active a {
  background: #ebe2c6;
  font-weight: bold;
}

/* Tab Navigation */
.cntTabHeader ul {
  margin: 0;
  padding: 0;
}

.cntTabHeader li {
  list-style: none;
  float: left;
  background: #e7e7e7;
  margin: 0 3px 0 0;
  padding: 0 0 0 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.cntTabHeader a {
  display: block;
  background: #e7e7e7;
  padding: 5px 10px 0 0;
  height: 20px;
  color: #666;
  font-weight: bold;
  float: left;
  outline: none;
  text-decoration: none !important;
  border-right: 1px solid #ccc;
}

.cntTabHeader li.active,.cntTabHeader li:hover {
  background: #f8f8f8;
}

.cntTabHeader li.active a,.cntTabHeader li:hover a {
  padding: 5px 10px 3px 0;
  height: 20px;
  color: #000;
  float: left;
  background: #f8f8f8;
}

.cntTabHeader2 ul {
  margin: 0;
  padding: 0;
}

.cntTabHeader2 li {
  list-style: none;
  float: left;
  background: #e7e7e7;
  margin: 0 5px 0 0;
  padding: 0 0 0 8px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.cntTabHeader2 li.first {
  border-left: 0 !important;
}

.cntTabHeader2 a {
  display: block;
  background: #e7e7e7;
  padding: 4px 10px 0 0;
  height: 20px;
  color: #666;
  font-weight: bold;
  float: left;
  outline: none;
  text-decoration: none !important;
  border-right: 1px solid #ccc;
}

.cntTabHeader2 li.active,.cntTabHeader2 li.activeFirst,.cntTabHeader2 li:hover
  {
  background: #f8f8f8;
}

.cntTabHeader2 li.activeFirst,.cntTabHeader2 li.first:hover {
  border-left: 0 !important;
}

.cntTabHeader2 li.active a,.cntTabHeader2 li.activeFirst a,.cntTabHeader2 li:hover a
  {
  padding: 4px 10px 3px 0;
  height: 20px;
  color: #333;
  float: left;
  background: #f8f8f8;
}

/* Bottom Navigation */
#footerContent li {
  float: left;
  list-style: none;
  color: #33333;
  border-left: 1px solid #333333;
  padding: 0 8px 0 8px;
  margin: 0;
}

#footerContent li.first {
  border: none;
}

#footerContent li a {
  display: block;
  color:#333333;
  text-decoration:underline;
}

#footerContent li a:hover {
  color:#BB9E4E;
  text-decoration:underline;
}

/* Breadcrumb Navigation */
.breadcrumbs  { overflow:hidden; width: 100%; line-height: 25px; height: 25px; margin: 0 0 10px 0 !important; font-size: 90%;}