﻿.statistical-themes{
	width: 100%;
	height: auto;
	float: left;
}
.statistical-themes ul{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.statistical-themes ul li{
	width: 100%;
	min-height: 26px;
	float: left;
	list-style: none;
	margin-bottom: 1px;
}
.statistical-themes ul li a{
	width: 100%;
	min-height: 26px;
	float: left;
	line-height: 26px;
	/*font-family: 'open_sansregular';*/
	font-family: "Segoe UI",Tahoma;
	font-size: 1em;
	color: #000;
	background: #f5f5f5;
	border-right: solid 4px #a7a9ac;
	padding-right: 10px;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
.statistical-themes ul li a:hover{
	color: #000;
	background: #b8b8b8;
	border-right: solid 4px #d8181f;
}