/* CSS Document */


/*
Folgio di stile per menù sito master
Agata Cruciani
14 gennaio 2008


############################################
#   IMPOSTAZIONI STILE MENU PER FF ED IE7  #
############################################

*/


body{
	behavior:url(style/csshover.htc);
	width: 100%;
	height: 40px;
}

ul{
	margin:0;
	padding:0;
} 

#nav-bar{
	height:70px;
}

#nav-bar ul#level1{
	list-style-type:none;
	padding:0;
	margin:0;
	border:0;
	background: #D4D4D4 url(../img/bcbk_ff.png);
	
	line-height: 40px;
	height: 40px;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight:bold;
}

a, a:link, a:visited{
	text-decoration:none;
}

/* <menù livello 1> */

#nav-bar ul#level1 li{
	margin:0;
	display:block;
	float:left;
	height:40px;
	padding: 0 15px 0 15px;	
}

#nav-bar ul#level1 li a{
	border:0;
	display:block;
	height:40px;
	color:#333333;
	background: url(../img/bcbk1.png) no-repeat top right;	
	padding:0 30px 0 0;
}

#nav-bar ul#level1 li a:hover{
	border:0;
	display:block;
	background-position: bottom right;
	color:#CC0000;
}

/* <menù livello 2> */

#nav-bar ul#level1 li ul{
	display:block;
	visibility:hidden;
	position:absolute;
	font-size:12px;
	font-weight:bold;
	line-height: 30px;
	height:30px;
	letter-spacing:-0.05em;
	width:auto;
}


#nav-bar ul#level1 li:hover ul{
	visibility:visible;
	z-index:100;
}

#nav-bar ul#level1 li ul li {
	float:left;
	padding:0;
	width:auto;
}

#nav-bar ul#level1 li ul li a,
#nav-bar ul#level1 li ul li a:link,
#nav-bar ul#level1 li ul li a:visited{
	background-image:none;
	height:30px;
	padding:0 10px 0 0;
}

#nav-bar ul#level1 li ul li a:hover{
	display:block;
	color:#CC0000;
	background-image:none;
}

#nav-bar ul#level1 li ul li a span{
	padding:0 0 0 3px;
	font-size:20px;
	color:#CC0000;
}

#nav-bar ul#level1 #lk_skype a{
	background: none;	
	margin:3px 0 0 0;
	line-height: 40px
	}

/*
############################################
#      STILE MENU' FOOTER PER FF ED IE7    #
############################################
*/

#nav-footer{
	width:100%;
	text-align:center;
	background:url(img/barra.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#nav-footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#333333;
}

#nav-footer a:hover{
	color:#990000;
}

#nav-footer ul{
	list-style-type:none;
	padding:0;
	margin:0 auto;
	border:0;
	line-height: 20px;
	height: 20px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-align:center;
	width:450px;
}

#nav-footer ul li{
	margin:0;
	display:block;
	float:left;
	height:20px;
	padding:0 10px;
}
