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

/* Top level categories padding */

#menu{
	padding:0px;
	z-index: 1;
	background-color: #EBEDFE;
}


/* 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:149px;
}

div#menu ul ul ul {
	width:153px;
}


/*
 	Font declaration
 	Font color
 	Background color
 	Link behavior
 	
*/

#menu a, #menu a.cat_f, #menu a.cat_f:visited{
	font: 12px verdana, arial,helvetica,sans-serif;
	color:  #0E3767;
	background-color: #EBEDFE;
	display:block;
	text-decoration:none;
}


#menu a.clevel_1{
	font: bold 12px verdana, arial,helvetica,sans-serif;
}

#menu a.products{
	padding: 0px 2px; 
	font: bold 12px verdana, arial,helvetica,sans-serif;
	color: #0E3767;
}

/* Link on mouse over colors */

#menu a:hover, #menu a.cat_f:hover{
	color: White;
	background: #FF8557;
}


/* Link on mouse down colors */

#menu a:active, #menu a.cat_f:active{
	color: White;
	background: #FF8557;
}


/* Category with subcategories arrow image */

#menu a.cat_f, #menu a.cat_f:visited, #menu a.cat_f:hover, #menu a.cat_f:active{
	background-image: url(../sstyleImages/father.gif);
	background-repeat: no-repeat;
	background-position: right;

}


/* Submenu declarations */

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

/*
	Rest of menu declarations
*/

#menu li{
	position: relative;
	list-style-type: none;
}

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


div#menu ul ul, div#menu ul ul ul{
	margin: 0;
	padding: 0;
}

div#menu ul{
	padding-top: 5px;
}

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

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