/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_vert {
   /* 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_vert {
   width: 100%;
   margin: 0;
   padding-left:0px;
   padding-top: 5px;
   margin-left: 0;
   font-size : 96%;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_vert ul {
   margin: 0;
   padding: 0;
   /*height:2.2em;*/
}


/* menu list items */
div#menu_vert li {
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   padding: 0; 
}

div#menu_vert li.currentpage-l1 {
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   color: #000;
   padding: 0;
   background: url(images/template/puce-verte.png) no-repeat 0em 1em;
}

div#menu_vert li.activeparent {
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   color : #000;
   padding: 0; 
}

div#menu_vert li.currentpage-l2 {
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   color: #000;
   padding: 0; 
}

div#menu_vert li.level1 {
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   padding: 0; 
}

div#menu_vert li.level2 {
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   padding: 0; 
}

/* the links, that is each list item */
div#menu_vert a.level1 {
   padding: 1em 1em .3em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #58585a;
   display: block; /* IE has problems with this, fixed above */
   background: url(images/template/puce-beige.png) no-repeat 0em 1em;
}

div#menu_vert a.level1:hover {
   color: #000;
   background: url(images/template/puce-verte.png) no-repeat 0em 1em;
}

div#menu_vert a.level2 {
   padding: 0em 1em 0.5em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #58585a;
   display: block; /* IE has problems with this, fixed above */
   font-size : 0.9em
}

div#menu_vert a.level2:hover {
   color: #000;
} 

/* hover state for links */
div#menu_vert li a:hover {
   color: #000;
}

div#menu_vert a.activeparent:hover {
   color: #000;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_vert li.activeparent a.activeparent  {
   padding: 1em 1em .3em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #58585a;
   display: block; /* IE has problems with this, fixed above */
   background: url(images/template/puce-verte.png) no-repeat 0em 1em;
}

div#menu_vert li.activeparent a.activeparent:hover  {
   color: #000;
   background: url(images/template/puce-verte.png) no-repeat 0em 1em;
}

div#menu_vert li.currentpage-l1 a {
   padding: 0.2em 1em .3em 1.5em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #58585a;
   display: block; /* IE has problems with this, fixed above */
}

div#menu_vert li.activeparent a  {
   padding: 0.2em 1em .3em 1.6em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #58585a;
   display: block; /* IE has problems with this, fixed above */
}


div#menu_vert h3 {
   padding: 1em 1em 0.3em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */

}

div#menu_vert h4 {
   padding: 0.3em 1em 0.5em 1.6em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   font-size: 0.9em;                           /* instead of the normal font size for <h3> */
}

/* End of 'Navigation: Simple - Vertical' */

