/* Custom madflefte CSS for Advanced Expanding Category Link Mod by convict */

/* Top level categories padding */
#menu{
	padding:0px;
	margin:0px;
	padding-bottom: 10px;
}

/* Menu width  !!!The same dimension have to be #menu li ul  left: !!! */
#menu, #menu a, div#menu ul, #menu ul ul, div#menu ul ul ul {
	width:170px;
}

#menu a, #menu a.cat_f, #menu a.cat_f:visited{
 	font: 12px Arial, Helvetica, sans-serif;
	background-color: #0066CC;
	background-image: url(../styleImages/titulo.jpg);
	width: 158px;
	color: #FFFFFF;
	border-bottom:3px solid #ffffff;
	padding: 6px;
	display:block;
	text-decoration:none;
}

/* Submenu background color */
#menu ul ul li {
	/*background-color: red;*/
}

/* Link on mouse over colors */
#menu a:hover, #menu a.cat_f:hover{
	background-color: #0066CC;
	background-image: url(../styleImages/titulo.jpg);
	color: #CCCCCC;
	text-indent:1px;
	text-decoration:none;
}

/* Link on mouse down colors */
#menu a:active, #menu a.cat_f:active{
	color:#000;
	background:#3C6EF3;
}

/* Category with a subcategory(ies) arrow image */
#menu a.cat_f, #menu a.cat_f:visited, #menu a.cat_f:hover, #menu a.cat_f:active{
	background-image: url(../styleImages/tituloF.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* Submenu declarations */
#menu ul ul{
	z-index: 100;
	position: absolute;
	/*border: 1px solid #ccc;*/
}

/* Rest of menu declarations */
#menu li{
	position: relative;
	list-style-type: none;
	padding-left: 0px;
}

#menu li ul{
	position: absolute;
	top: 0;
	left: 170px;
	display: none;
}

div#menu ul, #menu ul ul, div#menu ul ul ul{
	margin: 0;
	padding: 0;
	list-style-image: none;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul,
div#menu ul ul ul li:hover ul ul,
div#menu ul ul ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul,
div#menu ul ul ul ul li:hover ul,
div#menu ul ul ul ul ul li:hover ul
{
	display: block;
}
