#dv_header .custom-navbar-header ul li a.ui-btn-active {
    background: linear-gradient(#D60303, #D60303) repeat scroll 0 0 #D60303 !important;
    background: #D60303; /* Old browsers */
    background: linear-gradient(#D60303, #D60303) repeat scroll 0 0 #D60303 !important; /* FF3.6+ */
    background: -webkit-linear-gradient(#D60303, #D60303) repeat scroll 0 0 #D60303 !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(#D60303, #D60303) repeat scroll 0 0 #D60303 !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(#D60303, #D60303) repeat scroll 0 0 #D60303 !important; /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D60303', endColorstr='#D60303',GradientType=0 ); /* IE6-9 */       
	border-style:none 
}
#dv_footer .custom-navbar-footer ul li a.ui-btn-active {
    background: linear-gradient(#000000, #000000) repeat scroll 0 0 #000000 !important;
    background: #000000; /* Old browsers */
    background: linear-gradient(#000000, #000000) repeat scroll 0 0 #000000 !important; /* FF3.6+ */
    background: -webkit-linear-gradient(#000000, #000000) repeat scroll 0 0 #000000 !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(#000000, #000000) repeat scroll 0 0 #000000 !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(#000000, #000000) repeat scroll 0 0 #000000 !important; /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */       
	border-style:none 
}

.ui-li-count {
	position: absolute;
	font-size: 12.5px;
	font-weight: bold;
	text-align: center;
	border-width: 1px;
	border-style: double;
	padding: 0 .48em;
	line-height: 1.6em;
	min-height: 1.6em;
	min-width: .64em;
	right: .8em;
	top: 50%;
	margin-top: -.88em;
	background-color: #A50000;
	color: #fff
}