/**
 * Multi Level Drop Down Menu 2.1 - CSS Temp
 * October 1, 2009
 * Corey Hart @ http://www.codenothing.com
 */ 

#az_category_menu {
	list-style: none;
	padding: 0;
	/*margin: 10px 20px;*/
/*	padding:0 20px 5px 20px;*/
}

#az_category_menu > li {
	float: left;
	/*padding-right:5px;*/
	/*padding-left:5px;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
	/*border-bottom-style: solid;*/
	/*border-style: solid;*/
	/*border-top-style:solid;*/
	border-right-style:solid;
	border-bottom-style:solid;
	/*border-left-style:solid;*/
	border-width:1px;
}

#az_category_menu > li > a {
	font-family:"Century Gothic", Arial, Verdana;
	font-size:12px;
	display: block;
	padding:0 0px 0 0px;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
	color:#aca491;
	font-weight:bold;
}
#az_category_menu > li.az_catmenu_start {
	padding-left:0px;
}
#az_category_menu > li.az_catmenu_end {
	padding-right:0px;
}

#az_category_menu > li > .parent-hover {
	color:#61433b;
}

#az_category_menu > li ul {
	display: none;
	list-style: none;
	position: absolute;
	margin: 1px 30 0 0;
	z-index: 90;
	padding: 0;
	border:1px solid #aca491;
}
#az_category_menu > li ul li {
	background-color:#ffffff;
	/*background:  url(../images/t_menu_divider.gif) no-repeat center right;
	background-color:#ffffff;*/
}

#az_category_menu > li ul a {
	font-family:"Century Gothic", Arial, Verdana;
	display: block;
	width: 130px;
	padding:2px 0 2px 0;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	color: #aca491;
	text-align:left;
	text-indent:4px;
}

#az_category_menu > li ul .child-hover {
	color:#61433b;
}

#az_category_menu > li ul li ul {
	margin: -22px 0 0 131px;
	position: absolute;
	border:1px solid #aca491;
}

#az_category_menu span {
	float: right;
	margin-right:5px;
}

