@CHARSET "UTF-8";
.sortimenteContainer{
	height: 348px;
	overflow:hidden;
	font-family: "Georgia", "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	font-size: 8pt;
}

#navigation {
	position: relative;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

#navigation a.head {
	cursor:pointer;
	background: url(../imgs/collapsed.gif) no-repeat right;
	color:#FFFF99;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
	border-bottom: 1px solid #830908;
	font-size: 9pt;
	width: 100%;
}

#navigation a.selected {
	background-image: url(../imgs/expanded.gif);
}

#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	margin-bottom: 0px;
}
#navigation li {
	list-style:none outside none; 
	display:inline;
	padding:0;
	margin:0;
}
#navigation li li a {
	color:#cfcfcf;
	display:block;
	text-indent:10px;
	text-decoration: none;
	padding-left: 20px;
}
#navigation li li a:hover {
	background: #FFFF99 url(../imgs/menuShadLeft.jpg) right repeat-y;
	color:#520002;
}
