﻿#atoz_nav {
padding:0px;
}

hr{
	color:#c0c0c0;
	background-color:#e0ecc4;
	height:1px;
	border:0px;
}

#atoz_nav div.selected, #atoz_nav div.light, #atoz_nav div.dark {
	background-color:white;
	display: block;
	
	float:left;
	
	text-align: center;
	padding-right:4px;
	padding-bottom:4px;
	margin: 0;
} 
#atoz_nav div.light a, #atoz_nav div.dark a, #atoz_nav div.selected a {
	background-color: #D1DF7C;
	border: thin solid #D1DF7C;
	color: #333333;
	line-height: 1.5em;
	font-size: 1.2em;
	text-decoration: none;
	display:block;
	width: 1.8em;
}

#atoz_nav div.selected a{
	background: #FFFFFF;
}

#atoz_nav .clear_float {
	font-size: 1px;
}

#atoz_nav div.dark a:hover, #atoz_nav div.light a:hover {
	color: #54720F;
	background: #FFFFFF;
}

#atoz_nav .first_half, #atoz_nav .second_half {
	display:block;
	margin-left:0px;
	margin-right:auto;
	clear:left;
	width: 40em;
}

#atoz_nav .first_half {
}
#atoz_nav .second_half {
}

#atoz_list li {
	list-style-position: outside;
	list-style-image: url(../../design/images/arrowright.gif);
}

#categories {
}

#categories ul {
	padding-left:0;
	margin-left:0;
}
#categories li a {
	list-style-type:none;
	list-style-image:none;
	text-decoration: none;
}

#categories li {
	list-style-type:none;
	list-style-image:none;
	color: black;
	text-decoration: none;
}

#categories li p{
	margin-bottom: 10px;
}

#categories li h3{
}

#categories li a:hover{
	text-decoration: underline;
}

.atoz_links {
	float:left;
	width:37%;
	margin:0em 1.5em 1.5em 0em;
}
.atoz_links li {
	margin-right:1em;
}