/*******************************
MIF website
*******************************/

/* Menu All items */
#template_leftBar #templateMenu ul {  background-color:#ffffff; border-bottom: 0px; list-style-type:none; margin:0; padding:0; } /* Background color, separator color */
#template_leftBar #templateMenu li a { font-family: Arial, Helvetica, sans-serif; font-size:13px;  }
#template_leftBar #templateMenu li a.parentSelected { color:#CC6733; background-color: ffffff; } /* Parents selected link background - The order that the css for all links is displayed here matters! */
#template_leftBar #templateMenu li a:hover { color:#CC6733; background-color:#ffffff; } /* Hover background change */
#template_leftBar #templateMenu li a.parentSelected:hover { }
#template_leftBar #templateMenu li a.selected { background-color:#ffffff; } /* Selected link background */

/* Menu First level */
#template_leftBar #templateMenu ul li a { font-weight: bold; background: none; color:#D3B5AA; text-decoration:none; margin: 1px 0px 1px 0px; padding: 3px 0px 3px 12px; display:block;  } /* Left image, text color and properties */
#template_leftBar #templateMenu ul li a.parentSelected { color:#CC6733;  } /* Parents selected link background - The order that the css for all links is displayed here matters! */
#template_leftBar #templateMenu ul li { color: #000066; border-top:0px; border-bottom:1px solid #E3D1CA;} /* Inserts the gray line between items on the first level items */
#template_leftBar #templateMenu ul li a.selected { color: #CC6733; background-color:#ffffff; } /* Selected link background */

/* Menu second levels */
#template_leftBar #templateMenu ul ul { margin-left:15px; border-bottom: 0px; } /* Shifts the sub items to the right and removes a blank line in the bottom of each set of items */
#template_leftBar #templateMenu ul ul li a.parentSelected { background: url(/global/templates/sites/mif/images/MenuBullet2.gif) 5px center no-repeat; background-color:#ffffff; color:#844D26; } /* Parents selected link background - The order that the css for all links is displayed here matters! */
#template_leftBar #templateMenu ul ul li{ margin-bottom:-1px; border:0px; } /* Removes the gray line separating the items */
#template_leftBar #templateMenu ul ul li a { font-family: verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#844D26; background: url(/global/templates/sites/mif/images/MenuBullet2.gif) 3px center no-repeat; padding-bottom:1px; padding-top:1px; font-weight: normal } /* Changes the image and the height of the link */
#template_leftBar #templateMenu ul ul li a.selected { background: url(/global/templates/sites/mif/images/MenuBullet2.gif) 5px center no-repeat; background-color:#E7E1E1; color:#844D26;} /* Selected link background, font, size */

/* Menu third levels */
#template_leftBar #templateMenu ul ul ul{ margin-left:15px; border-bottom: 0px; } /* Shifts the sub items to the right and removes a blank line in the bottom of each set of items */
#template_leftBar #templateMenu ul ul ul li a.parentSelected {background: url(/global/templates/sites/mif/images/MenuBullet2.gif) 5px center no-repeat #E7E1E1;  } /* Parents selected link background - The order that the css for all links is displayed here matters! */
#template_leftBar #templateMenu ul ul ul li{ margin-bottom:-1px; border:0px; } /* Removes the gray line separating the items */
#template_leftBar #templateMenu ul ul ul li a { background: url(/global/templates/sites/mif/images/MenuBullet2.gif) 5px center no-repeat; padding-bottom:1px; padding-top:1px } /* Changes the image and the height of the link */
#template_leftBar #templateMenu ul ul ul li a.selected {  background: url(/global/templates/sites/mif/images/MenuBullet2.gif) 5px center no-repeat #E7E1E1; } /* Selected link background */

