html{ 
	position:relative;
	min-height:100%;
}
body{
	font-family: Arial, Helvetica, sans-serif; 
	line-height:1.7;
	padding-bottom:300px;
}
nav ul.js-pager__items li{
	/*border: 1px solid #ddd;*/
	float: left;
    color: #000;
    font-weight: normal;
    margin-bottom: 31px;
    padding:2px;
}
nav ul.js-pager__items li.is-active a{
	background: #00abea !important;
	color: #fff !important;
}
.views-exposed-form{
	border: 1px solid #ddd !important;
	display:flex;
	margin-bottom: 10px;
	padding-top: 15px;
}
lebel{
	font-size:10px !important;
	font-weight:bold;
}
#edit-actions{
/*	border: 1px solid #d7d4d4;*/
	margin:10px 0;
}
/*#edit-actions .button{
	margin-top: 7% !important;
}*/

.form-control{
	border-radius: 0 !important;
}


.views-exposed-form .btn-info{
	padding: 0 !important;
	margin: 20px 0 !important;
	width: 100px !important;
}
/*search css start*/
.form-search{
	padding-right:0 !important;
}
.input-append{
	padding-right: 0 !important;
}
#custom-search-form {
        margin:0;
        padding: 0;
    }
 
    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        border-radius: 0 !important;
		padding: 2px 10px !important;
		border: 1px solid #ddd;
		width: 235px;
		height: 30px;
    }
 
    #custom-search-form button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 0;
		/*background: #00bbff;
		border:1px solid #25b3e7;*/
		border-radius: 0;
		color:#ccc;
		font-size:16px;
        position: relative;
        left: 233px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;*/
    }
	#custom-search-form button::before{
		content:"\f002";
		font-family: 'FontAwesome';
	}
    .search-query:focus + button {
        z-index: 3;   
    }
/*search css end*/
.pager li>a, .pager li>span {
	display:inline-block;
	padding:0 10px !important;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius: 0 !important;
}
.govtlnk{
	margin:5px 0;
}
.bred-crm ol li{
	color: #333;
	list-style: none;
	padding:0 5px 10px 0;
	font-weight: normal;
	float: left;
	font-size:11px;
	
}
.bred-crm li:before{
    font-family: 'FontAwesome';
    content: "\f101";
    /*position: absolute;
    left: 0;*/
	color:#337ab7;
	font-size:14px;
}
.bred-crm ol li a{
	color: #337ab7;
	font-weight: normal;
	padding:0 7px 2px 0;
}
.bred-crm ol li a:hover{
	color: #F00;
	font-weight: normal;
	text-decoration:underline;
}
/*#block-commercialtax-page-title h1{
	border-bottom: 1px solid #ddd !important;
    display: inline-block;
    padding-bottom:10px;
	width: 100%;
	position:relative;
}
#block-commercialtax-page-title h1 span{
    display: inline-block;
	width: 100%;
	position:relative;
	border-bottom: none !important;
	padding-bottom:0 !important;
}

#block-commercialtax-page-title h1:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:20%;
	height:3px;
	background: #eb5005;
}*/
/*.js-quickedit-page-title{
	border-bottom: 10px solid #F00 !important;
}*/
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none !important;
}
/*a:active{
	text-decoration:none !important;
}
a:focus{
	text-decoration:none !important;
}*/
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
.views-element-container h2{
	border-bottom: 2px solid #00abe9;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    margin-top: -13px;
    padding-bottom: 10px;
}
.item-list li{
    position: relative;
    display: block!important;
    margin: 0!important;
    font-weight: normal!important;
    padding-left: 22px;
	line-height:27px;
	color:30302f !important;
	padding-bottom: 8px;
}
.item-list li:before{
    font-family: 'FontAwesome';
    content: "\f138";
    position: absolute;
    left: 0;
	color:#2d2d2d;
	/*font-size:15px;*/
}
.item-list li strong{
    font-weight: bold;
}
.item-list li a{
	/*font-size:14px;*/
	text-decoration: none;
	color: #30302f;
}
.item-list li a:hover{
	color:#039;
}
.more-link{
	text-align:right;
	margin-top: 20px;
}
.more-link a{
	padding: 10px 20px;
	background: transparent;
	color: #333;
	text-decoration: none;
	border: 1px solid #c3bdbd;
	font-weight: bold;
}
.more-link a:hover{
	color: #565656 !important;
}
.item-list ul {
  border-bottom: 1px solid #ddd;
}

/*accordion menu Start*/

/*accordion menu End*/



.esrvcis{
	border:1px solid #ddd;
	padding:2px 15px;
	margin:5px 0;
	display: block;
	color: #5040cb;
	font-weight: bold;
	text-decoration: none !important;
	background:url(../images/right_bg2.jpg);
	font-size: 17px;
	line-height:1.2;
}
.esrvcis:hover{
	background:#5040cb;
	color: #FFF;
}
.esrvcis .sml{
	font-size:11px;
}
.adminstrtv{
	border:1px solid #ddd;
	padding:2px 15px;
	margin:5px 0;
	display: block;
	color: #348313;
	font-weight: bold;
	transition: 0.5s ease;
	text-decoration: none !important;
	background:url(../images/right_bg2.jpg);
	font-size: 17px;
	line-height:1.2;
}
.adminstrtv:hover{
	background: #348313;
	color: #FFF;
}
.edespatch{
	border:1px solid #ddd;
	padding:8px 15px;
	margin:10px 0 45px 0;
	display: block;
	color: #0776d7;
	font-weight: bold;
	transition: 0.5s ease;
	text-decoration: none !important;
	background: #f5f5f5;
	font-size: 25px;
	line-height:1.2;
	text-align: center;
}
.edespatch:hover{
	background: #ddd;
	color: #333;
}
.dsptch{
	border:1px solid #ddd;
	padding:12px 15px;
	display: block;
	color: #2d73b2;
	margin:5px 0;
	font-weight: bold;
	transition: 0.5s ease;
	text-decoration: none !important;
	min-height:50px;
	background:url(../images/right_bg2.jpg);
	font-size: 17px;
	line-height:1.2;
}
.dsptch:hover{
	background: #2d73b2;
	color: #FFF;
}
.rdmr{
	background: #00abea;
	padding: 10px 20px;
	color:#FFF;
}
.rdmr:hover{
	background: #06739b;
	color:#FFF !important;
}
hr{
	color: #404040;
	background-color: #696565;
	height: 1px;
	border:0;
	margin:10px 0;
}
.topheader, .theme1{
	background:#ebebeb;
	padding: 2px 0;
	border-bottom:1px solid #ddd;
}
.topheader, .theme2{
	padding:5px;
	border-bottom:1px solid #ddd;
}
.topheader, .topheader a{
	color: #616162;
	font-size: 12px;
	font-weight: normal;
	/*line-height: 27px;*/
}
.topheader a:hover{
	text-decoration: none;
	color: #391202;
}
.topheader a.fntnrml{
	display: inline-block;
	/*background: #fff;*/
	color: #333;
	padding: 1px 0;
	width: 20px;
	text-align: center;
	font-size:11px;
}
.topheader a.fntInc{
	display: inline-block;
	/*background: #fff;*/
	color: #333;
	padding: 1px 0;
	width: 20px;
	text-align: center;
	font-size:14px;
}
.topheader a.fntdec{
	display: inline-block;
	/*background: #fff;*/
	color: #333;
	padding: 1px 0;
	width: 10px;
	text-align: center;
	font-size:9px;
}
.topheader a.whlTe, .topheader a.blTh, .topheader a.bluTh{
	background: #fff;
	border: solid 1px #ccc;
	/*padding: 4px;*/
}
.topheader a.black{
	background: #000;
	color:#FFF;
	/*padding: 4px;*/
}
.cm_pnl{
	margin-bottom: -10px !important;
}
.text{
	font-size:12px;
	color: #605f5f;
	text-align:right;
	margin-top:30px;
}
h1 {
    border-bottom: solid 1px #ddd !important;
    font-size: 16px !important;
    color: #eb5005 !important;
    margin-top: 0 !important;
	font-weight:bold !important;
	text-decoration: none !important;
	margin-bottom: 10px !important;
}
h1 span {
    display: inline-block !important;
    border-bottom: solid 3px #eb5005 !important;
    padding-bottom: 10px !important;
	text-decoration: nonone !important;
}
.acc_hdl{
	width:5%;
	float:left;
}
.acc_hdr{
	width:95%;
	float:left;
	padding-left:5px;
}
/*accordion Start*/
.accordion {
  width: 99%;
  margin: 0 auto;
  font-family:Arial, Helvetica, sans-serif;
}
.acdnhdng h1{
  padding: 8px !important;
  background-color: none;
  font-family: Lobster;
  font-size:12px;
  font-weight: normal;
  color: #333 !important;
  text-decoration: none;
  border-bottom:1px solid #ccc !important;
 }
.acdnhdng h1:hover{
	   color:#090;
	   background-color: #f1f1f1;
	   border-bottom:1px solid #950808 !important;
 }
.acdnhdng h1 a{
	 text-decoration: none !important;
}
.acdnhdng h1 a:hover{
	 text-decoration: none !important;
}
.accordion h1 a{
	color:#333;
	text-decoration:none;
}
.accordion h1 a:hover{
	color:#333;
	text-decoration:none;
}
.accordion h1 a:focus{
	color:#333;
	text-decoration:none;
}
.accordion h1, h2, h3, h4 {
  cursor: pointer;
}
.accordion h2, h3, h4 {
  font-family:Arial, Helvetica, sans-serif;
}
.accordion h1 {
  padding: 8px !important;
  background-color: none;
  font-family: Lobster;
  font-size:12px;
  font-weight: normal;
  color: #333 !important;
}
.accordion h1:hover {
  color: #333 !important;
  background: #f1f1f1;
  border-bottom:1px solid #950808 !important;
}
.accordion h1:first-child {
  border-radius:0;
}
.accordion h1:last-of-type {
  border-radius: 0;
}
.accordion h1:not(:last-of-type) {
  border-bottom: 1px dotted #1abc9c;
}
.accordion div, .accordion p {
  display: none;
}
.accordion h2 {
    padding: 5px;
    background-color: none;
    font-size: 14px;
    color: #333;
    font-family: arial;
    margin: 0 0 0 10px;
    border-bottom: 1px solid #ddd;
}
.accordion h2:hover {
  background-color: #a0a0a0;
  color: #fff;
}
.accordion h2 a{
    background-color: none;
    font-size: 14px;
    color: #333;
    font-family: arial;
	text-decoration:none;
}
.accordion h2 a:hover{
	    color: #fff;
}
.accordion h3 {
  background-color: #f5f3f3;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 12px !important;
    margin: 0 0 0 20px;
    padding: 5px 10px; 
}
.accordion h3:hover {
  background-color: #dbdedf;
}
.accordion h3 a{
    color: #333;
    font-size: 12px !important;
	text-decoration:none;
}
.accordion h3 a:fover{
    color: #333;
	text-decoration:none !important;
}
.accordion h4 {
  padding: 5px 35px;
  background-color: #ffc25a;
  font-size: .9rem;
  color: #af720a; 
}
.accordion h4:hover {
  background-color: #e0b040;
}
.accordion p {
  padding: 15px 35px;
  background-color: #ddd;
  font-family: "Georgia";
  font-size: .8rem;
  color: #333;
  line-height: 1.3rem;
}
.accordion .opened-for-codepen {
  display: block;
}
/*accordion end*/
ul.vertical {
    background-color: #f1f1f1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width:100%;
}
.vertical ul li {
    background-color: #f1f1f1;
    list-style-type: none !important;
    margin-left: -25px !important;
    padding: 0;
    width:100%;
}
.vertical li:before{
    font-family: 'FontAwesome';
    content: "\f0da";
	position: absolute;
	color:#333;
	font-size:14px;
	line-height:35px;
	padding-left: 5px;
}
/*.vertical::after {
    color: #777;
    content: "+";
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
}
.vertical.active::after {
    content: "−";
}*/

ul.vertical li a {
    color: #333;
    display: block;
    padding: 8px 0 8px 16px;
    text-decoration: none;
	min-width:180px !important;
}
ul.vertical li a:hover:not(.active) {
    background-color: #eaeaea;
    color: #333 ;
}
ul.vertical a.active {
    background-color: #4caf50;
    color: #FFF;
}




.cssmenu ul, .cssmenu2 ul {
    list-style: outside none none;
    position: relative;
    z-index: 597;
}
.cssmenu ul, .cssmenu ul li, .cssmenu ul ul, .cssmenu2 ul, .cssmenu2 ul li, .cssmenu2 ul ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.cssmenu ul li.hover, .cssmenu ul li:hover, .cssmenu2 ul li.hover, .cssmenu2 ul li:hover {
    cursor: default;
    position: relative;
    z-index: 599;
}
.cssmenu ul ul, .cssmenu2 ul ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 598;
}
.cssmenu ul ul, .cssmenu2 ul ul, .cssmenu ul ul ul, .cssmenu2 ul ul ul {
    left: 99%;
    top: 0;
}
.cssmenu ul li:hover > ul, .cssmenu2 ul li:hover > ul {
    display: block;
}
.cssmenu ul ul li, .cssmenu2 ul ul li {
    font-weight: normal;
}
.cssmenu::after, .cssmenu2::after {
    clear: both;
    content: "";
    display: block;
}
.cssmenu ul li a, .cssmenu2 ul li a {
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 0 6px;
    border-bottom: 1px solid #ddd;
    color: #121212;
    display: block;
    font-weight: normal;
    padding: 8px 5px 8px 25px;
    text-decoration: none;
	font-weight: bold;
}
.cssmenu ul li:last-child a, .cssmenu2 ul li:last-child a {
    border-bottom: 0 none;
}
.cssmenu > ul > li:hover::after {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #4b9080;
    border-top: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
}
.cssmenu2 > ul > li:hover::after {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #4b9080;
    border-top: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0;
}
.cssmenu > ul > li:last-child > a, .cssmenu2 > ul > li:last-child > a {
    border-radius: 0 0 0 5px;
}
.cssmenu > ul > li:hover > a, .cssmenu2 > ul > li:hover > a {
    color: #4b9080;
    text-decoration: none;
}
.cssmenu .has-sub, .cssmenu2 .has-sub {
    z-index: 1;
}
.cssmenu .has-sub:hover > ul, .cssmenu2 .has-sub:hover > ul {
    display: block;
}
.cssmenu .has-sub ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 150px;
}
.cssmenu2 .has-sub ul {
    display: none;
    position: absolute;
    top: 0;
    width: 150px;
}
.cssmenu .has-sub ul li a, .cssmenu2 .has-sub ul li a {
    background: #4b9080 none repeat scroll 0 0;
    border-bottom: 1px solid #6cbeab;
    color: #fff;
    display: block;
    filter: none;
    line-height: 120%;
    padding: 10px;
}
.cssmenu .has-sub ul li:hover a, .cssmenu2 .has-sub ul li:hover a {
    background: #6cbeab none repeat scroll 0 0;
    text-decoration: none;
}
.cssmenu .has-sub .has-sub:hover > ul, .cssmenu2 .has-sub .has-sub:hover > ul {
    display: block;
}
.cssmenu .has-sub .has-sub ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
}
.cssmenu2 .has-sub .has-sub ul {
    display: none;
    left: -100%;
    position: absolute;
    top: 0;
}
.cssmenu .has-sub .has-sub ul li a, .cssmenu2 .has-sub .has-sub ul li a {
    background: #4b9080 none repeat scroll 0 0;
    border-bottom: 1px solid #6cbeab;
}
.cssmenu .has-sub .has-sub ul li a:hover, .cssmenu2 .has-sub .has-sub ul li a:hover {
    background: #6cbeab none repeat scroll 0 0;
}





/*Accordian end*/
.logo{border:none; outline:none;}
.img-responsive{
	display:initial !important;
}

.header{padding-top:2px; margin:0 auto;}
.menu_bg{
	background: #00abea  url(../images/menu_bg.jpg) repeat-x;
}
.navMenu{
	min-height: auto;
	margin-bottom: 9px;
	border: 0;
	border-radius: 0px !important;
	}
.navbar-nav > li > a{
	text-transform: none;
	color: #fff;
	font-weight: bold;
	background:url(../images/menu_mid.jpg) no-repeat right center !important;
	
}
.navbar-nav > li:last-child > a{
	border: 0;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a, .nav > li > a.active{
	background: #0a85b3 url(../images/menu_bg_hover.jpg) repeat-x !important;}
.dropdown-menu{
	background: #0077a2 !important;
}
.dropdown-menu > li > a{
	color: #fff !important;
}
.dropdown-menu > li > a:hover{
	color: #000 !important;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
/*a{
	transition: 0.1s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-khtml-transition: 0.5s ease;
}*/
h2{
	color:#333;
	font-weight: bold;
	font-size:20px;
	padding:10px 0;
	margin:0;
}
h5{
	font-size:14px; 
	color: #666;
	text-align:center;
}
.nav-tabs>li {
	margin-bottom:0px;
	border-bottom:1px solid #e6e6e6;
}
.nav-tabs {
	border-bottom:transparent;
	border-right:1px solid #000;
}
.nav-tabs>li>a {
	background:#f5f5f5;
	color:#666;
	border-radius:0;
	border:0 none;
	line-height:24px;
	margin-right:0;
	padding:13px 15px;
}
.nav-tabs li:last-child {
	border-bottom:0 none;
}
.nav-stacked>li+li {
	margin-top:0;
}
.nav-tabs>li>a:hover {
	background:#1f1f20 !important;
	color:#fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border:0;
	color:#fff;
	background:#1f1f20 !important;
	position:relative;
}
.nav-tabs>li.active>a:after {
	position:absolute;
	content:"";
	width:auto;
	height:auto;
	border-style:solid;
	border-color:transparent transparent transparent #1f1f20;
	border-width:25px 22px;
	right:-44px;
	top:0;
}
ul.nice-menu ul li a{
	background: #00b7ff  !important;
	border-bottom:1px solid #06c2ff;
}
ul.nice-menu ul li a:hover{
	background: #00abea  !important;
	color: #fff;
}

 .dropdown-menu{
	background: red;
	z-index: 11;
}
.dropdown-menu > li > a{
	color: #fff;
	border-bottom:1px solid  #219ecb;
	padding:5px 10px;
}
.dropdown:hover .dropdown-menu{
    display: block;

}
.media>.pull-left {
	margin-right:20px;
}
.media>.pull-right {
	margin-left:20px;
}
.ltbdr{
	border-bottom:1px solid  #F3F3F3 ;
}
.footer{
	/*padding:14px 0px;*/
	background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444444+1,000000+100 */
	background: rgb(68,68,68); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(68,68,68,1) 1%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 1%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(68,68,68,1) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	}
.footer a{
	color:#ccc;
}
.footer span{
	background:#020f2b;
	padding:8px;
	font-weight:bold;
	}
.ftr_back{
	background: #e2e1e1;
	border-top:1px solid #d2d2d2;
}
.ftr_back a{
	display: inline;
}
.ftr_image{
	margin:0 15px 0 15px;
	border-right:1px solid #ccc;
	margin:12px 0;
	padding:0 5px;
	text-align:center;
}
.ftr_back p{
	font-size:12px !important;
	margin:10px 2px;
	color:#333;
}
.ftr_back p a{
    /*background:url(../images/right_bg2.jpg);
    border: 1px solid #d6d6d6;
	line-height: 3.2;*/
    color: #494848;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    text-decoration: none;
}
.ftr_back p a:hover{
	color: #00abeb;
	text-decoration:none;
}
.socil{
	color:#FFF;
	font-size:40px;
	margin:15px 10px;
}
.socil:hover{
	color: #9CD7F5;
}
.powered{
	font-size:15px !important;
	font-weight:bold;
	text-decoration:none;
	color: #ffa000 !important;
}
.powered:hover{
	color:#CCC;
}

/*for sub menu start*/


.dropdown-submenu {
    position: relative;
		background: #000;
}
.dropdown-submenu > .dropdown-menu {
    display: none !important;
    left: 100%;
    margin-left: -1px;
    margin-top: -1px;
    top: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}
.dropdown-submenu > a::after {
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right:0px;
    margin-top: -17px;
    width: 0;
}
.dropdown-submenu:hover > a::after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
/*for sub menu end

#block-leftsidemenu ul li {
	list-style: none;
}
#block-leftsidemenu ul ul{
	display: none;
}
#block-leftsidemenu > ul > li {
	background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll left center / 10% auto;
	font-weight: bold;
	color: #000 !important;
}

#block-leftsidemenu > ul li.sub-menu {
	background: #fff url("../images/plus.png") no-repeat scroll left center / 9% auto !important;
	border-bottom:1px solid #ddd;
	line-height: 1.5!important;
	
}
#block-leftsidemenu > ul li.sub-menu:hover {
	border-bottom:1px solid #eb5005;
}
#block-leftsidemenu > ul li ul li.sub-menu {
	background: #f4f4f4;
	background: #fff url("../images/arrow_right.png") no-repeat scroll left center / 6% auto !important;
	margin-left:0px;
	padding-left:5px;
}
#block-leftsidemenu ul li a {
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	outline: none;
}
#block-leftsidemenu > ul > li > a {
	height: auto;
	padding: 8px 0 8px 30px;
}
#block-leftsidemenu > ul > li > ul > li > a {
	padding-left: 15px;
	font-size:12px;
	color: #333;
}
#block-leftsidemenu > ul > li > ul > li > ul > li > a {
	padding-left: 100px;
}
#block-leftsidemenu > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 135px;
}
#block-leftsidemenu ul li a[data-option='on']{
	background: #f4f4f4 url(../images/minus.png) left top no-repeat;
	border-bottom:1px solid #eb5005;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	background-position: left 8px;
}
#block-leftsidemenu ul li a[data-option='off'] {
	background: #fff url(../images/plus.png) left top no-repeat;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	background-position: left 8px;
	
}
for sub menu end*/

#block-leftsidemenu ul li {
	list-style: none;
}
#block-leftsidemenu ul ul{
	display: none;
}
#block-leftsidemenu > ul > li {
	background:  #fff url("../images/plus.png") no-repeat scroll left center / 10% auto;
	/*background-size: 100% auto;*/
	font-weight: bold;
	color: #000 !important;
}

#block-leftsidemenu > ul li.sub-menu {
	background: #fff url("../images/plus.png") no-repeat scroll left center / 26px auto !important;
	border-bottom:1px solid #ddd;
}
#block-leftsidemenu > ul li.sub-menu ul li{
	background: #fff url("../images/arrow_right.png") no-repeat scroll left center / 17px auto !important;
	border-bottom:1px solid #ddd;
}
#block-leftsidemenu > ul li.sub-menu:hover {
	border-bottom:1px solid #eb5005;
}
#block-leftsidemenu > ul li ul li.sub-menu {
	background: #fff url("../images/arrow_right.png") no-repeat scroll left center / 6% auto;
	margin-left:0px;
	padding-left:5px;
}
#block-leftsidemenu ul li a {
	height: 30px;
	/*line-height: 1.5;*/
	display: block;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	outline: none;
}
#block-leftsidemenu > ul > li > a {
	height: auto;
	/*line-height: 40px;*/
	padding: 5px 0 6px 30px;
}
#block-leftsidemenu > ul > li > ul > li > a {
	padding-left: 15px;
	font-size:12px;
	color: #333;
}
#block-leftsidemenu > ul > li > ul > li > ul > li > a {
	padding-left: 100px;
}
#block-leftsidemenu > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 135px;
}
#block-leftsidemenu ul li a[data-option='on']{
	background: #f4f4f4 url(../images/minus.png) left top no-repeat;
	border-bottom:1px solid #eb5005;
	font-weight: bold;
	color: #333;
	/*line-height: 1.7;*/
	background-position: left 10px;
}
#block-leftsidemenu ul li a[data-option='off'] {
	background: #fff url(../images/plus.png) left top no-repeat;
	font-weight: bold;
	color: #333;
	/*line-height: 1.6;*/
	background-position: left 10px !important;
}




#block-rightsidemenu ul li {
	list-style: none;
}
#block-rightsidemenu ul ul{
	display: none;
}
#block-rightsidemenu > ul > li {
	background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll left center / 26px auto;
	/*background-size: 100% auto;*/
	font-weight: bold;
	color: #000 !important;
}

#block-rightsidemenu > ul li.sub-menu {
	background: #fff url("../images/plus.png") no-repeat scroll left top / 26px auto;
	border-bottom:1px solid #ddd;
}
#block-rightsidemenu > ul li.sub-menu:hover {
	border-bottom:1px solid #eb5005;
}
#block-rightsidemenu > ul li ul li.sub-menu {
	background: #f4f4f4;
	background: #fff url("../images/arrow_right.png") no-repeat scroll left center / 17px auto;
	margin-left:0px;
	padding-left:5px;
}
#block-rightsidemenu ul li a {
	height: 30px;
	/*line-height: 1.7;*/
	display: block;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	outline: none;
}
#block-rightsidemenu > ul > li > a {
	height: auto;
	/*line-height: 40px;*/
	padding: 5px 0 5px 30px;
}
#block-rightsidemenu > ul > li > ul > li > a {
	padding-left: 15px;
	font-size:12px;
	color: #333;
}
#block-rightsidemenu > ul > li > ul > li > ul > li > a {
	padding-left: 100px;
}
#block-rightsidemenu > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 135px;
}
#block-rightsidemenu ul li a[data-option='on']{
	background: #f4f4f4 url(../images/minus.png) left center no-repeat;
	border-bottom:1px solid #eb5005;
	font-weight: bold;
	color: #333;
	/*line-height: 1.7;*/
}
#block-rightsidemenu ul li a[data-option='off'] {
	background: #fff url(../images/plus.png) left center no-repeat;
	font-weight: bold;
	color: #333;
	/*line-height: 1.7;*/
}


#block-commercialtax-local-tasks ul li{
	color: red  !important;
}
footer span span a{
	background: #03F;
	color: #fff;
}