/*
 * 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: rgb(0,0,0);
}
map#mbc a:hover {
	color: rgb(255,0,0);
	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 {
}
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 {
padding-top: 1px;
border-bottom-style: solid;
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: inline;
}

div.ly-ml1 ul li a {
display: block;
text-decoration: none;
font-weight: normal;
margin: 0em;
padding: 0em;
}
div.ly-ml1 ul li a:hover {
display: block;
text-decoration: none;
}

div.ly-ml1 div.item {
position: relative;
z-index: 40;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin: -1px 0px 0px 0px;
border-top-width: 1px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
/*height: 1.8em;*/
}

div.ly-ml1 div.item.lev-2 {
margin-left: 1.5em;
border-left-width: 1px;
border-left-style: solid;
z-index: 35;
}

div.ly-ml1 div.item.lev-3 {
margin-left: 2.5em;
border-left-width: 1px;
border-left-style: solid;
z-index: 30;
}

div.ly-ml1 div.item.lev-4 {
margin-left: 4em;
border-left-width: 1px;
border-left-style: solid;
z-index: 25;
}

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;

}

} /* end media screen */


