/* side-bar new css */
.new-tit {
       background: url(images/bg-tabs.gif) no-repeat 0 bottom;
    color: #ffffff;
    font-size:18px !important;
    font-weight: bold;
    padding: 0px;
}
/* side-bar new css  Ends Here*/

/* Drop Down Menu */
.sub-menu{
    background-color: #fff; 
    list-style: none;
    position: absolute;





    z-index: 999;
   display: none; 
   width: 250px;
}
.sub-menu li { clear: both; }
.sub-menu li a { 
width: 250px !important; 
text-align: left !important; 
padding-left: 8px;  
height: 44px !important;
line-height: 44px !important;
border-bottom: 1px solid #f5dede;
}
.sub-menu li.current_page_item a, .sub-menu li a:hover { background: #D82500 !important; }
.menu-item-has-children:hover  .sub-menu { display: block; }
/* Drop Down Menu Ends */

#menu-centers li { float: left; }

ul.on_lc li a {
    text-decoration: none;
    color: #232323!important;
    font-size: 14px !important;
}
ul.on_lc li {
    list-style:disc !important;
}


#menu-item-1444{
    background-color: black;
}

.widget ul li a {
    color: #ffffff;
}

#menu-item-1442{
    background-color: #a20d00;
}

 .widget_archive .widget-bgr {
    background: white  !important;
   
}

 .widget_archive{
    background: white  !important;
   
}

.widget ul li {
    background: none;
}

.widget ul {
    margin: 3px 0px 0px 3px !important;
}

#menu-item-1442 {
    border-radius: 10px;
margin-top:10px;
}

#menu-item-1444 {
    border-radius: 10px;
margin-top:5px;
}

.sidebar-list{
text-decoration: none;
    text-align: left;
    padding: 10px;
    font-size: 14px;
}
.sidebar-list a{
color:#000000 !important;
font-weight:600;
}

.sidebar-list a:hover{
text-decoration: none;
font-size:16px;
}




/*supersub menu */

.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}