/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index:1000; 
	width:200px; 
	display:block; 
	float:left; 
}
.menu ul li.menu1 {
	background-image: url(/images/menu1.gif);
	background-repeat: no-repeat;
	list-style: none;
}
.menu ul li.menu2 {
	background-image: url(/images/menu2.gif);
	background-repeat: no-repeat;
}
.menu ul li.menu3 {
	background-image: url(/images/menu3.gif);
	background-repeat: no-repeat;
}
.menu ul li.menu4 {
	background-image: url(/images/menu4.gif);
	background-repeat: no-repeat;
}
.menu ul li.lastmenu {
	background-image: url(/images/lastmenu.gif);
	background-repeat: no-repeat;
}


.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:200px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	background:#244a6f;
	height:36px;
	list-style: none;
}
.menu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
}
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:35px;
	line-height:35px;
	width:199px;
	color:#fff;
	text-indent:20px;
	background-image: url(/images/arrow-button.gif);
	background-repeat: no-repeat;
	border:1px solid #fff;
	border-width:0 1px 1px 1px;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	background-image: url(/images/arrow-button.gif);
	background-repeat: no-repeat;
	width:200px;
	w\idth:199px;
}
* html .menu a:hover {
	color:#fff;
	background: url(/images/arrow-button-over.gif);
	background-repeat: no-repeat
/*background:#949e7c;*/
}
* html .menu ul:hover {
	list-style:none;
}
.menu :hover > a {
	color: #FFFFFF;
	text-decoration:underline;
	background-image: url(/images/arrow-button-over.gif);
	background-repeat: no-repeat;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:200px;
}
* html .menu ul ul {
	border-top:1px solid #fff;
	top:-1px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}
.menu li {
	float:left;
}
.menu ul ul {
	border-top:1px solid #fff;
	top:-1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #bfbfbf;
	margin:0;
	padding:0;
}
img {
        border: 0px;
}
.master {
	width:930px;
	margin:auto;
	border:0;
}
.banner {
	padding: 10px 5px 0 10px;
}
.logo {
	display:block;
	float:left;
	width:200px;
	border-bottom:1px solid #FFFFFF;
}
.titolo {
	display:block;
	float:right;
	width:685px;
	border-bottom:1px solid #FFFFFF;
	margin: 0px 10px 0px 5px;
}
.dentro {
	width:930px;
	background: #204061; 
}
.corpo {
	padding:0 5px 0 10px
}
.left {
	display:block;
	float:left;
	width:200px;
}
.right {
	display:block;
	float:right;
	width:685px;
	padding: 0px 10px 0px 5px;
}
.contenuto {
	display:block;
	float:right;
	width:655px;
	border-top:1px solid #FFFFFF;
	line-height:18px;
	background: #254a70;
	margin: 0px 10px 0px 5px;
	padding: 5px 15px 15px 15px;
}


h1, h2, h3, h4, h5, h6 { 
	margin: 15px 0;
}

h1, .csc-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
}
p { 
	margin: 10px 0;
}
ul, ol { 
	margin: 15px 0 0 15px;
}
.clear {
	clear:both;
}
a, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#8ac1fa;
	text-decoration:none;
}
.footer {
	font-size: 11px;
	color:#666666;
	text-align:center;
	padding:20px;
	line-height:18px;
}
.footer a:link, .footer a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}
.footer a:hover {
	color:#666666;
	text-decoration:underline;
}

.external-link img, .external-link-new-window img, .internal-link img, .internal-link-new-window img, .download img {
	margin-right: 2px;
	margin-left: 2px;
}


TABLE.contenttable {  
	border:none; 
	margin:10px 0px 10px 0px; 
	width:95%; 
}
TABLE.contenttable TR TD { 
	padding:2px 5px 2px 5px; 
	margin:0px; 
	border:0px;
}
TABLE.contenttable TR TD P.bodytext { 
	font-size:10px; 
}
TABLE.contenttable TR { 
	margin:0px; 
	background-color:#f1f4ff; 
	color:#244a6f; 
}
TABLE .bodytext { 
	margin: 0px; 
}
.contenuto UL { 
	margin-top:0px;  
}
.contenuto UL UL LI { 
	font-size:11px; 
}
.contenuto OL { 
	margin-top:0px; 
}
.contenuto LI { 
	list-style-image:url(/images/list.gif); 
	margin:0 0 0 0; 
}
.contenuto UL.csc-bulletlist LI { 
	list-style-image:url(/images/list.gif); 
}
.contenuto UL LI, .contenuto UL LI.a {
	list-style-image:url(/images/list.gif); padding: 0 0 0 0; 
}
.csc-mailform-field label {
	float: left;
	width: 70px;
}
.csc-mailform-field {
	padding-bottom: 3px;
}
