/**
 * SICI Templates 
 * Copyright (C) 2005-2007 
 *     Amministrazione Provinciale di Pesaro e Urbino -- Italy
 *
 * 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
 *
 * $URL: https://tritone/svn/REPOS01/Typo3/tmpl/sici/trunk/union/css/menu.css $
 * $Id: menu.css 4780 2010-06-10 10:51:53Z davide $
 * Author: 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;
}

/* BEGIN menu1 menu-globnav */
.menu-globnav {list-style: none outside none; padding: 0; margin: 0; overflow: hidden; zoom: 1}
.menu-globnav li {float: left; padding-left: 24px}
.menu-globnav li:first-child {padding-left: 0}
/* END menu1 menu-globnav */

/* AccessKey */
span.accesskey {
font-weight: bold;
text-decoration: underline;
}
/* menu2: navigazione locale */
div.ly-ml1 {
padding-top: 0px;
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: 2px;
padding-bottom: 2px;
margin: -1px 0px 0px 0px;
border-top-width: 1px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
}

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;
}

} /* end media screen */

