
* {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
}
a {
    text-decoration: none;
}
a:focus {
    outline: 0 none;
}
.hide {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

#example-two
{
    margin:25px 0 0 0;  
}
#example-two .list-wrap {
    background: none repeat scroll 0 0 transparent;
    color: #333;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 10px;
}
#example-two ul {
    list-style: none outside none;
}
#example-two ul li a {
    border-bottom: 1px solid #666666;
    color: #000000;
    display: block;
    padding: 4px;
    cursor:pointer;
}
#example-two ul li a:hover {
    background: none repeat scroll 0 0 #40414d;
    color: #cdbf61;
}
#example-two ul li:last-child a {
    border: medium none;
}
#example-two .nav {
    overflow: hidden;
}
#example-two .nav li {
    float: left;
    margin: 0 10px 10px 0;
}
#example-two .nav li.last {
    margin-right: 0;
}
#example-two .nav li a {
    background: none repeat scroll 0 0 #000;
    border: 0 none;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 5px 8px;
    text-align: center;
    border-radius:3px;
}
#example-two li a.current, #example-two li a.current:hover {
    background-color: #f15a29 !important;
    color: #FFFFFF;
}
#example-two .nav li a:hover, #example-two .nav li a:focus {
    background: none repeat scroll 0 0 #f15a29;
    color:#fff;
}
.menuheader {
    color: #000;
    font-weight: 700;
     text-transform:uppercase;
    font-size: 24px;
    padding: 0 0 15px 5px;
}
.menusubheader{ color:#dc1e0a; font-size:18px !important;  font-weight:bold;}
.caption {
    font-style: italic;
}
.menutext {
    color: #d1d1d1;
    font-size: 13px;
    padding-bottom:18px !important;
}
.tabletext {
    padding: 0 0 10px 10px; 

}
.table {
    font-size: 13px;
}

.nav-tabs{ border:none !important;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus,
 .nav-tabs > li.active > a:hover 
{ border:none !important;   
    background-color:#982432 !important;
    color: #fff !important;
     line-height:25px !important;
     border-radius:12px !important;
     }
.nav-tabs > li > a:hover
{border:none !important;   
    background-color:#ff9d2d !important;
    color: #fff !important;
     line-height:25px !important;
     border-radius:12px !important;

}
    .nav-tabs > li{ margin-bottom: 8px!important; font-weight:700; 
        font-size:14px; text-transform:uppercase; }
    .nav-tabs > li > a
    {
        background:#262626;
         line-height:25px !important;
     border-radius:3px !important;
        color:#fff !important;
        border:none !important;
        transition: 0.5s ease;
    }
    .tab-content{ margin:25px 0 0 0 !important;}
