/**********************************/
/******  Drop Down Top Nav  *******/
/**********************************/
div#top-nav-wrapper{
  background-color: #1010AC;
  height: 30px;
  position: relative;
  z-index: 90001;
  text-align: center;
  padding-left: 20px;
}
div#top-nav-wrapper ul li{
  float: left;
  width: 111px;
  list-style-type: none;
  padding: 4px 7.84px;
  padding-right: 9.5px;
  margin: 0;
  cursor: pointer;
  background: url('/lib/cablesonline/bullet.png') no-repeat right;
}
div#top-nav-wrapper ul li h2, #top-nav-wrapper ul li h2 a{
  font: bold 14px arial;
  color: #fff;
  padding: 3px 1px;
  text-decoration: none;
}
#top-nav-wrapper ul li:hover{ 
  background-color: #3333cc;
  background: #3333cc url('/lib/cablesonline/bullet-hover.png') no-repeat right;
}
.nav-panel{
  position: absolute;
  left: 0;
  z-index: 9000;
  top: 30px;
  border-top: 1px solid #fff;
  width: 951px;
  background-color: #3333cc;
  padding: 15px 0;
} 
.nav-panel a{
  color: #fff;
  text-decoration: none;
}
.nav-panel a:hover{
  text-decoration: underline;
}
.column{
  text-align: left;
  padding: 0 10px;
  display: block;
  float: left;
  width: 295px;
  border-right: 1px solid #fff;
}
.column .list{
  display: block;
  font: 12px arial;
  text-align: left;
  margin-left: 10px;
}
.nav-panel .column h3 {
  margin-bottom: 5px;
}
.nav-panel .column h3 a{
  font: bold 13px arial;
  padding-left: 0px;
  text-decoration: underline;
}
.nav-panel{
  padding: 0;
}
.column{
  padding-left: 0;
  padding-right: 0;
  width: 33%;

}
.list{
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.list a{
  padding: 4px 6px;
  display: block;
  width: 95%;
  font-weight: bold;
}
.list a:hover{
  background: #4e75e4;
  text-decoration:none;
}
