/*
 * SICI Templates 
 * Copyright (C) 2005-2008 
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile GPL.txt
 */
/*
 *
 * Autore: Davide Principi & Samuele Ortolani
 */

@media screen {

/* menu0: bread crumbs */
map#mbc a { color: #790000; }

map#mbc a:hover {
	color: #790000;
	text-decoration: underline;
}

span.mbc-it-first, span.mbc-it-middle { font-weight: normal; }

span.mbc-it-cur { color: #444; }

/* menu1: navigazione globale */
span.menu-globnav-item a { font-weight: normal !important; }

span.menu-globnav-item a:hover { }

span.menu-globnav-item {
	white-space: nowrap;
	word-spacing: -0.3ex;
}

span.menu-globnav-sep { margin: 0ex 1ex; }

/* AccessKey */
span.accesskey {
	font-weight: bold;
	text-decoration: underline;
}

/* menu2: navigazione locale */
div.ly-ml1 {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

div.ly-ml1 ul {
	margin: 0em;
	padding: 0em;
	border: none;
}

div.ly-ml1 ul li {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
	display: block;
}

div.ly-ml1 ul li a {
	display: block;
	text-decoration: none;
	font-weight: normal !important;
	margin: 0em;
	padding: 0.5em;
}

div.ly-ml1 ul li a:hover {
	display: block;
	text-decoration: underline;
}

div.ly-ml1 div.item {
	position: relative;
	z-index: 40;/*height: 1.8em;*/
	border-top: 1px dotted #CCC;
	font-size: 1.333em !important;
}

div.ly-ml1 div.item.lev-2 {
	margin-left: 1em;
	z-index: 35;
	font-size: 1.1em !important;
}

div.ly-ml1 div.item.lev-3 {
	margin-left: 2em;
	z-index: 30;
	font-size: 1.1em !important;
}

div.ly-ml1 div.item.lev-4 {
	margin-left: 3em;
	z-index: 25;
	font-size: 1.1em !important;
}

div.ly-ml1 div.item.spc { border-left: none; }

div.ly-ml1 ul li div.item.spc {
	border-top-width: 1px;
	border-top-style: solid;
	margin-bottom: 1px;
}

div.ly-ml1 div.spc-box {
	font-size: smaller;
	font-weight: bold;/*padding-top: 1em;*/
}

div.ly-ml1 span.spc-title {
	padding: 2px;
	/*border-width: 1px;
border-style: solid;*/
position: relative;
	bottom: -2px;
	background: white;
	color: black;
	z-index: 50;
	/*Samuele */
background-color:#7f4007;
	color:#fff;
	font-size:1.2em;
}

ul.csc-menu-1 {
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 20px 10px;
	list-style: circle url(none);
}
} /* end media screen */
