/* Start of CMSMS style sheet 'rottacapozza_orizzontale' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz1 {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz1 {
background-image: url('images/menu.png');
background-repeat: no-repeat;
background-position: right;
background-color: #fafafa;
   width: 500px;
height: 65px;
  /* bottom: 0px;
   margin-top: 50px;*/
   font-family: verdana, tahoma, sans-serif;
  font-size: 11px;
padding-top: 5px;
padding-left: 10px;
float: left;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz1 ul {
   margin: 0;
   padding: 0;
   height:2.2em;
}


/* menu list items */
div#menu_horiz1 li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
width: 120px;
height: 20px;
 /* border-bottom: 1px solid #C0C0C0; 
   border-left:  1px solid #C0C0C0;
/*   border-right: 1px solid #C0C0C0;*/
}


/* the links, that is each list item */
div#menu_horiz1 a {
padding-left: 2em;
  /* padding: .9em 1em .6em 4.4em; /* padding inside the list item box
    padding: .8em .8em .8em 2.2em; */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #004b8e;
   background: url(images/cms/dot.gif) no-repeat .5em center; ;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz1 li a:hover {
   /*background-color: #C3D4DF;*/
  color: #cfa84a;
}
div#menu_horiz1 a.activeparent:hover {
  /* background-color: #C3D4DF;*/
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz1 li.activeparent a {
   /*background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
   
}

div#menu_horiz1 h3 {
padding-left: 3.3em;
  /*padding: .8em .9em .8em 3.3em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   background: url(images/cms/corona.gif) no-repeat 0.5em center; 
   display: block; /* IE has problems with this, fixed above */
  font-size: 11px;                           /* instead of the normal font size for <h3> 
  /* font-family: georgia, times, serif;*/
font-style:italic;
}

div#menu_horiz1 ul li ul {
margin-top: -5px;
border-bottom: 0px;
}

******** menu horiz 2 **********

/* hack for Internet Explorer */
* html div#menu_horiz2 {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz2 {
background-position: right;
   width: 120px;
height: 65px;
  /* bottom: 0px;
   margin-top: 50px;*/
   font-family: verdana, tahoma, sans-serif;
  font-size: 11px;
padding-top: 5px;
padding-left: 10px;
float: right;
font-weight: bold;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz2 ul {
   margin: 0;
   padding: 0;
   height:2.2em;
}


/* menu list items */
div#menu_horiz2 li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
width: 120px;
height: 20px;
 /* border-bottom: 1px solid #C0C0C0; 
   border-left:  1px solid #C0C0C0;
/*   border-right: 1px solid #C0C0C0;*/
}


/* the links, that is each list item */
div#menu_horiz2 a {
padding-left: 2em;
  /* padding: .9em 1em .6em 4.4em; /* padding inside the list item box
    padding: .8em .8em .8em 2.2em; */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #004b8e;
   background: url(images/cms/dot.gif) no-repeat .5em center; ;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz2 li a:hover {
   /*background-color: #C3D4DF;*/
  color: #cfa84a;
}
div#menu_horiz2 a.activeparent:hover {
  /* background-color: #C3D4DF;*/
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz2 li.activeparent a {
   /*background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
   
}

div#menu_horiz2 h3 {
padding-left: 3.3em;
  /*padding: .8em .9em .8em 3.3em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   background: url(images/cms/corona.gif) no-repeat 0.5em center; 
   display: block; /* IE has problems with this, fixed above */
  font-size: 11px;                           /* instead of the normal font size for <h3> 
  /* font-family: georgia, times, serif;*/
font-style:italic;
}

div#menu_horiz2 ul li ul {
margin-top: -5px;
border-bottom: 0px;
}

/* End of 'rottacapozza_orizzontale' */

