/*stili per il layout fisso*/
/*html,body{margin: 0;padding:0}*/
A:link {text-decoration: none; color: #3F88DA;}
A:visited {text-decoration: none; color: #3F88DA;}
A:active {text-decoration: none; color: #3F88DA;}
A:hover {text-decoration: underline;  color: #FF9900;}

body{
	font-family: arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background-repeat: repeat-x-y;
	background-position: center top;
	background-color: #354D3F;
}
div#onair{
	width: 500px;
	height: 60px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	background: url(container.png);
	border: 1;
}
div#container{
	width: 800px;
	height: 60px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	background: url(container.png);
	border: 0;
}
div#bottom{
	width: 808px;
	height: 50px;
	margin: 0 auto;
	text-align: left;
	background-color: #353535;
	background: url(div_bottom_808.png);
	border: 0;
}
div#space800{
	width: 800px;
	height: 15px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	background: url(div_space800.png);
	border: 0;
}
div#bordo{
	width: 290px;
	height: 180px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
	border:medium;
	background-color:#FFF;
}
div#top290{
	width: 290px;
	height: 15px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	background: url(div_top290.png);
	border: 0;
}
div#bottom290{
	width: 290px;
	height: 15px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	background: url(div_bottom290.png);
	border: 0;
}
div#top400{
	width: 400px;
	height: 15px;
	margin: 0;
	text-align: left;
	background-color: #ffffff;
	background: url(div_top400.png);
	border: 0;
}
div#bottom400{
	width: 400px;
	height: 15px;
	margin: 0;
	text-align: left;
	background-color: #ffffff;
	background: url(div_bottom400.png);
	border: 0;
}
div#top400B{
	width: 400px;
	height: 15px;
	margin: 0;
	text-align: left;
	background-color: #ffffff;
	background: url(div_top400B.png);
	border: 0;
}
div#bottom400B{
	width: 400px;
	height: 15px;
	margin: 0;
	text-align: left;
	background-color: #ffffff;
	background: url(div_bottom400B.png);
	border: 0;
}
div#top500{
	width: 500px;
	height: 15px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	background: url(div_top500.png);
	border: 0;
}
div#bottom500{
	width: 500px;
	height: 15px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	background: url(div_bottom500.png);
	border: 0;
}
/*stili generici, su header e footer*/
div#header{
	color: #333333;
	text-align: center;
}
h1,h2{margin: 0;padding:0}
h1{
	font: bold 16px arial, serif;
}
h2{color: #999;font-size: 1.5em}

/* -- */
.jqueryslidemenu{
font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
background: #ffffff;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.jqueryslidemenu ul2{
margin: 0;
padding: 0;
list-style-type: none;
float: right;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #ffffff; /*background of tabs (default state)*/
color: #181818;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #181818;
}

.jqueryslidemenu ul li a:hover{
background: white; /*tab link background during hover state*/
color: #181818;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}
.jqueryslidemenu ul2 li2 ul2 li2 a{
font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #ffffff;
color: white;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

