@import url("/docroot/cavallfort/css/add06.css");

#main>h2 {
	background-image: url(/docroot/cavallfort/imgs/h2Bg-0603.gif);
}

#main>ul {
	margin-bottom: 2em;
}
#main>ul li {
	list-style: none !important;
}
#main>ul a {
	text-decoration: none !important;
}
#main>ul a:hover {
	background: none !important;
	text-decoration: none !important;
}

/* nivell 1 */
#main>ul>li {
	margin-bottom: 3em;
}
#main>ul>li>a {
	font-weight: bold;
	color: #fff !important; 
}
#main>ul>li>a:hover {
	background: none !important;
	text-decoration: underline !important;
}

#content {
	background: url(/docroot/cavallfort/imgs/contentBg-0507.gif) no-repeat left bottom;
	padding-bottom: 50px;
	min-height: 720px; /* allow space for img in left bar */
}


/* nivell 2 */
#main>ul>li>ul>li {
	margin-bottom: 1em; 
	margin-top: 1em;
}
#main>ul>li>ul>li>a {
	font-weight: bold;
}
#main>ul>li>ul>li:before {
	content: "- ";
}



/* nivell 3 */
#main>ul>li>ul>li>ul>li {

	background: url(/docroot/cavallfort/imgs/middot.gif) no-repeat 0 0;
	padding-left: 6px;
}
#main>ul>li>ul>li>ul>li>ul>li {

	background: none;
}




/* Colors */
#main>ul>li>a {
	background: #ffd426;
}
#main>ul>li a:hover {
	color: #ffd426 !important;
}
#main>ul>li:first-child>a {
	background: #d50000;
}
#main>ul>li:first-child a:hover {
	color: #d50000 !important;
}
#main>ul>li:first-child+li>a {
	background: #09c;
}
#main>ul>li:first-child+li a:hover {
	color: #09c !important;
}
#main>ul>li:first-child+li+li>a {
	background: #7cb134;
}
#main>ul>li:first-child+li+li a:hover {
	color: #7cb134 !important;
}

