
ul,ol{
	padding-left:0px;
	margin-left: 15px;	
}

li {
	margin: .6em;
}

.AZlist-main-container {
	margin-top: 5px;	
	margin-left: 0;	
	float: left;
	clear: none;
}


.AZlist-main {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	color:#000000;
	text-align: center;
	float: left;
}

.AZlist-main li {
	display: block;
	float: left;
 	width: 18px;
	margin: 1px;
	padding: 0;
}


.AZlist-main li a, .AZlist-main li a:visited {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 0px 0px;
	border-width: 2px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;	
	color: white;
	text-decoration: none;	
	background: #0054A1;
}

.AZlist-main li#active a {
	background: #f0e7d7;
	color: #800000;
}

.AZlist-main li a:hover, .AZlist-main li#active a:hover {
	color: #800000;
	font-weight:bold;
	text-decoration: none;
	background: #ffffff;
	border-color: #aaab9c #fff #fff #ccc;
}


.AZlist-main li a.selected{
	background: white;
	border-color: white;
	color: #800000;
	font-weight:bold;	
	text-decoration: none;		
	border: 1px solid blue;
}

.AZlist-main li.selected{	
	text-decoration: none;	
	
	color: white;
	width: 20px;
	height: 35px;
	margin: 3px;
	padding: 0;
	
}