/* Categorie Menu */
/*
span.Categorie 
{
	height:30px;
	line-height:30px;
	display:inline-block;
}
*/
div.Categorie 
{
	overflow:hidden;
}

ul.Categorie {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:30px;
	text-align:left;
}

li.Categorie {
	line-height:30px;
	margin: 0;
	padding: 0;
	background-image:url(/img/menucate.gif);
	background-repeat:repeat-x;
}

li.CategoriaSelected {
	line-height:30px;
	margin: 0;
	padding: 0;
	background-image:url(/img/menucate.gif);
	background-repeat:repeat-x;
}

a.Categorie
{
	font-size: 13px;
	font-weight:bold;
	text-align:left;
	color: #fff;
	text-decoration: none;
	margin-left:2px;
}
a.Categorie:hover {color: #ffcf00;}

a.CategoriaSelected
{
	font-size: 13px;
	font-weight:bold;
	text-align:left;
	color: #fff;
	text-decoration: none;
	margin-left:2px;
}
a.CategoriaSelected:hover {color: #ffcf00;}

ul.SubCategorie 
{
	text-align:left;
	list-style: none;
	line-height:normal;
}

li.SubCategorie 
{
	margin: 0;
	padding: 0;
	background-color:#ffcf00;
	text-indent:-35px;
	list-style: none;
}

li.SubCategoriaSelected 
{
	margin: 0;
	padding: 0;
	background-color:#ffcf00;
	text-indent:-35px;
	list-style: none;
}

a.SubCategorie
{
	font-weight:normal;
	text-align:left;
	color: #000;
	text-decoration: none;
}
a.SubCategorie:hover {color: #003399;}

a.SubCategoriaSelected
{
	font-weight:bold;
	text-align:left;
	color: #003399;
	text-decoration: none;
}
a.SubCategoriaSelected:hover {color: #000;}


