P, BODY, TD, DIV, A, INPUT, SELECT, TEXTAREA, TH {
  font: 8pt verdana, arial, helvetica;
  line-height: 135%;
  color: #333333;
}

TH {
  font-weight: bold;
}

STRONG {
	color: red;
}

H1 {
  font-size: 12pt;
  display: inline;
  line-height: 135%;
}

H2 {
  font-size: 10pt;
  font-weight: bold;
  color: white;
  display: inline;
}

H3 {
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff;
  display: inline;
}


/* miei stili */

a:link {
 color : #245d7f;
 text-decoration: none;
}

a:visited {
 color : #245d7f;
 text-decoration: none;
}

a:hover {
 color : #89b4cd;
 text-decoration : none;
}

a:active {
 color : #89b4cd;
 text-decoration: none;
}

.info_title{
	font-size: 10pt;
  font-weight: bold;
  color: #436f89;
  padding-left:5px;
  padding-bottom:5px;
  }
.info{
	font-size: 10pt;
  font-weight: bold;
  color: black;
  padding-left:10px;
  }

.bar {
	background-image:url('images/local/bar.jpg');
	background-repeat:no-repeat;
	background-position:middle;
	height:185px;
	width:722px;
	text-align:left;
	padding-top:20px;
}
.menu {
	width:720px;
 	background-color:#436f89;
}
.text-home {
	font-family: arial;
	font-size:10pt;
	color:black;
	text-align:justify;
	width:350px;
	padding:5px;
}
.mask {
	background-image:url('images/local/mask-bkg2.jpg');
	background-repeat:no-repeat;
	width:364px;
	height:330px;
	padding:10px 20px 10px 10px;
}

.mask2 {
	background-image:url('images/local/mask-bkg.jpg');
	background-repeat:no-repeat;
	width:364px;
	height:320px;
	padding-bottom:10px;
	padding-left:6px;
	padding-right:25px;
	padding-top:10px;

}




.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #93b8ce; /*colore di sfondo del sottomenų*/
}

/*gestione sottomenu tendina*/
.suckertreemenu ul li a{
font: 8pt verdana, arial, helvetica;
display: block;
FONT-WEIGHT:BOLD;
width: 70px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 0px;
border-left-width: 0;
text-decoration: none;
color: white;
background-color:#7399b0;

}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 170px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 3px 3px;
border-bottom: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
}

.suckertreemenu ul li a:hover{
background-color: #2e5a73;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background:  url(media/arrow-right.gif) no-repeat center right;
}









/* html styles */
* html .menu {
	background-image:url('images/local/menu-bkg.jpg');
	background-repeat:no-repeat;
	background-color:#436f89;
	width:722px;
}
* html .mask {
	background-image:url('images/local/mask-bkg2.jpg');
	background-repeat:no-repeat;
	line-height:7pt;
	padding-top:12px;
	padding-bottom:15px;
	vertical-align:top;
}
* h3 {line-height:8px;}
* html .suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
* html .suckertreemenu ul li{
position: relative;
display: inline;
float: left;

}

/*gestione sottomenu tendina*/
* html .suckertreemenu ul li a{
font: 8pt verdana, arial, helvetica;
display: block;
width: 80px; /*Width of top level menu link items*/
padding: 0px;
border: 0px;
border-left-width: 0;
text-decoration: none;
color: white;
background-color:#7399b0;

}
	
/*1st sub level menu*/
* html .suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
* html .suckertreemenu ul li ul li{
display: list-item;
padding:0px;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
* html .suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
* html .suckertreemenu ul li ul li a{
display: block;
width: 175px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 3px;
border-bottom:1px solid white;
border-right:1px solid white;
border-left:1px solid white;
}

* html .suckertreemenu ul li a:hover{
background-color: #2e5a73;
color: white;
}

/*Background image for top level menu list links */
* html .suckertreemenu .mainfoldericon{
background: url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
* html .suckertreemenu .subfoldericon{
background:  url(media/arrow-right.gif) no-repeat center right;
}

* html .suckertreemenu ul li a,.suckertreemenu ul li a:hover,.suckertreemenu ul li a:visited{
font: 8pt verdana, arial, helvetica;
font-weight:bold;
color: #ffffff;
background-color:#436f89;

}
ul#treemenu1, ul#treemenu1 li, ul#treemenu1 a {background-color:#436f89;}
ul#treemenu1 a:hover {background-color:#6993A9;}
li#home, li#home a {padding-left:5px; width:50px;}
li#story, li#story a {width:120px;}
li#airport, li#airport a {width:120px;}
li#reception, li#reception a {width:130px;}
li#info, li#info a  {width:140px;}
li#contact, li#contact a {width:20px;}

* html li#home, li#home a {padding-left:5px; width:50px;}
* html li#story, li#story a {width:100px;}
* html li#airport, li#airport a {width:100px;}
* html li#reception, li#reception a {width:110px;}
* html li#info, li#info a  {width:120px;}
* html li#contact, li#contact a {width:20px;}
