/* Start of CMSMS style sheet 'ColdeCrie : Simple - Nieuwscategorie' */
/********************
MENU_CAT
*********************/
#menu_cat {
   padding-left: 0;
   margin-left: 1em;
}

#menu_cat h3{
color: #993399;
font-size: 9px;
text-align: left;
padding-left: 0.0em;
padding-bottom: 1px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #993399;
border-left-width: 1.1em;
border-left-style: solid;
border-left-color: #9900CC;
line-height: 0.5em;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0.5em;
margin-left: 0pt;

}

/* menu li block */
#menu_cat li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_cat ul ul li {
   border: none;
}

/* first level links */
div#menu_cat a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.1em 0.5em 0.1em 1.5em; /* some air for it */
   color: #000; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */
   background: url(uploads/images/picto_carre2.jpg) no-repeat left;  
}

/* hover state for all links */
div#menu_cat a:hover {
   color: #993399;
   background: url(uploads/images/arrow-right-active2.gif) no-repeat left; 
}
div#menu_cat a.activeparent:hover {
   color: #993399;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_cat li a.activeparent {
   color: #000;
}

/* section header */
div#menu_cat li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* End of 'ColdeCrie : Simple - Nieuwscategorie' */

