#outerWrapper #content #atoz
{
float: left;
margin: 5px 0px 15px 0px;
padding: 0px 0px 5px 0px;
width: 580px;
height: 20px;
}

#outerWrapper #content #atoz ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#outerWrapper #content #atoz ul li 
{
	display: inline;
	float: left;
	padding: 1px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	line-height: 15px;

}


#outerWrapper #content #atoz a{
   color: #13007C;
	background-color: #FFFFFF;
	padding: 3px;
	margin: 2px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;

}
#outerWrapper #content #atoz a:hover {
   color:#FFFFFF;
	background: #CC6633;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

#outerWrapper #content #atoz a.atozactive{
	color: #FFFFFF;
	background-color: #13007C;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

#outerWrapper #content #atoz a.atozactive:hover {
	color:#FFFFFF;
	background: #CC6633;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
