
ol, ul {list-style: none;
}

#botHeaderrrrr ul {
		
	margin: 0px;
	padding-top:1px
}
#botHeaderrrrr li {
	
	border-left:.1rem solid rgba(102,102,102,.2);
	border-right:.1rem solid rgba(102,102,102,.2);
	text-align:center;
	width:10.5%;
	height:50px;
	background: #DFDFDF;
    float: left;
}
#botHeaderrrrr a {
	font-family:Arial,  sans-serif;
    padding: 10px 12px;
    color: #000;
    text-decoration: none;
    display: block;
	font-weight:bold;
    font-size: 12px;
	letter-spacing:normal;
}
#botHeaderrrrr a:hover {
	color: #06C;
}
#botHeaderrrrr .active a{
	color: #900;
    background: #A6A6A6;
    font-weight:bold;
}

