/* @override http://www.societapannunzio.net/images/sp_home.css */

body {
	font-family: Calibri, Arial Rounded MT Bold, Arial, sans-serif;
	color: #383838;
}

a img {
	border: none;
}


a:hover {
	color: #9ACA02;
	background-color: #edf1f3;
}


a {
	color: #383838;

}

ul.slidemenu {
	list-style-type: none;
	margin: 0;
	padding-top: 8px;
	padding-left: 20px;
}

ul.slidemenu li {
	margin: 0;
	text-align: left;
}

.menutrigger a, .menutrigger a:visited {
	color: #9ACA02;
	text-decoration: none;
}

.network {
	margin-top: 10px;
	margin-left: 18px;
}

.hp-box-promotore {
	display: inline-block;
	font-size: 10px;
	width: 45px;
	text-align: center;
}

#hp-news a {
	text-decoration: none;
}


/* WiP Ribbon */

a#ribbon {
                 /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 160px;
  height: 160px;
  background: url(listatura.gif);
  top right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}
body > a#ribbon {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 160px;
  height: 160px;
  background: url(listatura.gif);
  top right no-repeat;
  text-indent: -999em;
  text-decoration: none;
  z-index: 10;
}
<![if gte IE 5.5]>
<![if lt IE 7]>
a#ribbon {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
 right: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollRight? document.documentElement.scrollRight : document.body.scrollRight ) ) + 'px' );
  top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
 display: block;
  width: 160px;
  height: 160px;
  background: url(listatura.gif);
  top right no-repeat;
  text-indent: 10px;
  text-decoration: none;
  z-index: 10;
}
<![endif]>
<![endif]>

/* End WiP Ribbon */