/*****************************  categories dropdown **********************************/

/* General */
#categories {
	width:960px;
}
#categories, #categories ul {
	list-style: none;
}
#categories, #categories * {
	padding: 0; margin: 0;
}
	
/* Head links */
#categories li.headlink { 
	float: left; 
	background:url(../images/cat_left.gif) no-repeat top left;
}
#categories li.first { 
	background:url(../images/cat_left_1.gif) no-repeat top left; 
}
		
#categories li.headlink a { 
	display: block;
	text-align: center; 
	padding: 12px 0; 
	font:normal 14px Tahoma;
	color:#919699;
	background:url(../images/cat_right.gif) no-repeat top right; 
}
#categories li.headlink a:hover {
	color:#fff;
}
#categories li.last a { 
	background:url(../images/cat_right_1.gif) no-repeat top right; 
}
	
#categories li.cat_over { 
	background:url(../images/cat_left_over.gif) no-repeat top left; 
}
	
#categories li.cat_over a { 
	background:url(../images/cat_right_over.gif) no-repeat top right; 
}
	
#categories li.cat_over_first { 
	background:url(../images/cat_left_over_1.gif) no-repeat top left; 
}
#categories li.cat_over_last a { 
	background:url(../images/cat_right_over_1.gif) no-repeat top right; 
}
	
	

/* Child lists and links */
#categories li.headlink ul { 
	position:absolute; 
	z-index:333; 
	display: none;
	background:white;
	border: 1px solid #b8b8b8;
	text-align: left;
}
#categories li.headlink:hover ul {
	display: block;
}
#categories li.headlink:hover a {
	color:#fff;
}
#categories li.headlink:hover ul li a {
	color:#80827d;
}
#categories li.headlink ul li a { 
	text-align:left; 
	margin:0 5px;
	padding: 5px 9px;
	height: 18px; 
	font-weight:normal; 
	font:14px Tahoma; 
	color: #80827d; 
	background:none 
}
#categories li.headlink ul li a:hover {
	color:#374c61;
	background-color:#f8e3e3;
}
	
/* Pretty styling */
#categories a {
	color: #000;
}
#categories ul li a:hover {
	text-decoration: none;
}
#categories li.headlink ul {  
	padding: 5px 0 10px; 
	background:#fff url(../images/az_drop_bg.gif) bottom left repeat-x;
}
	
	
#categories ul.three-levels {
	width:602px;
	list-style:none;
	padding:7px 8px !important;
}
#categories ul.three-levels li {
	width:200px;
	background:none;
}
#categories ul.three-levels li.head { 
	float: left; 
	background:url(../images/az_cat_head_bg.gif) top left repeat-x;
} 
#categories ul.three-levels li.head a {
	text-align:left;
	font-weight:bold;
}

#categories ul.three-levels li.head ul {
	position:static;
	border:none;
	background:none;
	padding:5px 0;
}
#categories ul.three-levels li ul li a { 
	text-align: left;
	margin:0 5px;
	padding: 5px 12px;
	height: 15px;
	font:normal 14px Tahoma !important;
	color:#374c61;
	background:none;
}