.AZlist-main-container {
	margin-top: 5px;	
	margin-left: 0px;	
	float: left;
	clear: none;	
}

div#containerIE .AZlist-main-container {
	padding-bottom: 10px;
}

.AZlist-main {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color:#000000;
	text-align: center;
	float: left;
	
}

div.nav_top_sub .AZlist-main{	
	margin-left: -5px;
}

.AZlist-main li {
	display: block;
	float: left;
 	width: 19px;
	margin: 3px;
	padding: 0;
	text-transform: uppercase;
}

div#containerIE .AZlist-main li{
	margin: 1px;
}

.AZlist-main li a {
	display: block;
	width: 100%;
	padding: 0;
	border-width: 2px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;	
	color: white;
	text-decoration: none;	
	background: #4B90AC;
	font-weight: bold;
}

.AZlist-main li#active a {
	background: #f0e7d7;
	color: #E17231;
}

.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#azSelected{
	
	text-decoration: none;	
	background: #ffffff url(../images/sys_images/arrowup.gif) no-repeat 0 26px;
	color: white;
	width: 20px;
	height: 35px;
	margin: 3px;
	padding: 0;
}

.AZlist-main li a#azSelected{
	background: white;
	border-color: white;
	color: #800000;
	font-weight:bold;
	
	text-decoration: none;
}
