@charset "utf-8";
/* CSS Document */

.navbar {
margin:0 !important 
}

.navbar li{
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 39px;
    margin: -1px 0 0 -1px;
    position: relative;
    width: 201px;
    z-index: 1;
	display: block;
}
.navbar  i{
text-align:right;
font-size:8px;
}

.navbar .category-tably > li > a .on,  .btn-outlined.active, .btn-outlined:active, .open > .dropdown-toggle.btn-outlined {
    background-image: none;
}

.navbar .category-tably > li > a .on, .btn-outlined-alt.active, .btn-outlined-alt:active, .open > .dropdown-toggle.btn-outlined-alt {
    background-image: none;
	text-decoration: none;
}

dl, dt, dd, ul, ol, menu, li {
    list-style: outside none none;
}
.category-tably-selected a {
    border: 1px solid #008cff;
    color: #008cff;
    font-weight: bold;
}
.category-tably a {
    border: 1px solid #999;
    color: #999;
    display: block;
    font-size: 12px;
    height: 37px;
    line-height: 39px;
    text-indent: 10px;
}
.category-tably {
margin:0 !important ;
}
.category-tably li {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 39px;
    margin: -1px 0 0 -1px;
    position: relative;
    width: 201px;
    z-index: 1;
			display:inline-block;
}
.category-tably i{
text-align:right;
font-size:8px;

}

.category-tably li  a.active {
    background-color: #d9534f;
    border-color: #d84765;
    color: #fff;
	text-decoration: none;
}

.category-tably li  a:hover {
    background-color: #c9302c;
    border-color: #d84765;
    color: #fff;
	text-decoration: none;
}


