/* Style for top-menu */
.topMenu {
}
/* Style for submenus */
.submenu {
  /*background-color: #FFFFFF;*/
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA;
  padding: 0px;
}
/* Style for top items: normal state */
.topItemNormal {
  background-image: url('BGMenuUP.jpg');
  background-repeat: no-repeat;
  font-family: Tahoma, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  width: 180px;
  height: 40px;
  text-align:center;
  padding-left: 5px;
  padding-right: 5px;
}
/* Style for top items: mouseover state */
.topItemOver {
  background-image: url('BGMenuDWN.jpg');
  background-repeat: no-repeat;
  font-family: Tahoma, Arial;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  cursor: pointer;
  width: 180px;
  height: 40px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
/*topItemPrimo = Lo stile del primo elemento dal menų che non ha il bordo sopra e li si aggiunge:
 border-top: 1px #555555 solid;
 height : 41px; un pixel in pių per far vedere il bordo sotto
Per il resto deve essere uguale a topItemNormal, stesso discorso anche per topItemPrimoOver
*/
.topItemPrimo {
  background-image: url('BGMenuUP.jpg');
  background-repeat: no-repeat;
  font-family: Tahoma, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  width: 180px;
  height: 41px;
  text-align:center;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 1px #555555 solid;
}
/* Style for top items: mouseover state */
.topItemPrimoOver {
  background-image: url('BGMenuDWN.jpg');
  background-repeat: no-repeat;
  font-family: Tahoma, Arial;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  cursor: pointer;
  width: 180px;
  height: 41px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 1px #555555 solid;
}
.topItemViaggi {
  background-image: url('BGMenuUP_V.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: Tahoma, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  width: 180px;
  height: 45px;
  text-align:center;
  padding-right:5px;
  padding-left:24px;
  padding-top:8px;
}
/* Style for top items: mouseover state */
.topItemViaggiOver {
  background-image: url('BGMenuDWN_V.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: Tahoma, Arial;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  cursor: pointer;
  width: 180px;
  height: 45px;
  text-align: center;
  padding-right:5px;
  padding-left:24px;
  padding-top:8px;
}
/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  /*background-color: #eefbe0;padding: 5px 15px 5px 15px;*/
  background-image: url('BGMenuUP_S.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-left:18px;
  width: 180px;
  height: 28px;
  text-align: left;
}
/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  background-color: #444444;
  /*padding: 5px 15px 5px 15px;*/
  padding-left:18px;
  width: 180px;
  height: 28px;
  text-align: left;
}
/* Style for items text: normal state */
.itemTextNormal {
  font-family: Tahoma, Arial;
  font-size: 11px;
  text-align:left;
  color: #000000;
  width: 100%;
}
/* Style for items text: mouseover state */
.itemTextOver {
  font-family: Tahoma, Arial;
  font-size: 11px;
  text-align:left;
  color: #FFFFFF;
  width: 100%;
}
.td_FooterStile
{
background-image: url('footer.gif');
background-repeat: no-repeat;
background-position:center center;
width:976px;
height:40px;
font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #333333;
}
#td_footer1 A
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #000000;
}
#td_footer1 A:visited
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #333333;
}
#td_footer1 A:hover
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #666666;
}
#td_footer2 A
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #003388;
}
#td_footer2 A:visited
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #003388;
}
#td_footer2 A:hover
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color:  #0066ff;
}
a {
    	font-size: 11px;
    	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #003388;
}
a:hover {
	text-decoration: none;
	color: #0066ff;
}
a:active {
	text-decoration: none;
	color:  #003388;
}
