/*******************************
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 {  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:#D3B5AA; 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:#CC6733; 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 {  } /* Parents selected link background - The order that the css for all links is displayed here matters! */
#template_leftBar #TemplateMenu ul li {  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 { color:#844D26; background-color: ffffff;} /* 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: 1px 0px 1px 13px; font-weight: normal; margin: 1px 0px 1px -7px; } /* Changes the image and the height of the link */
#template_leftBar #TemplateMenu ul ul li a.selected {  color:#844D26; background: url(/global/templates/sites/mif/images/MenuBullet2.gif) 5px center no-repeat #E7E1E1; } /* 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 {  } /* 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) 3px center no-repeat #E7E1E1; } /* Selected link background */

/* Fixing Internet Explorer CSS Bugs */
/* Hides from IE-mac \*/
#template_leftBar  li { width: 100%; /* IE fix */ padding:0px; margin:0px; } /* Fix a bug on IE, remove margin and padding */
* html #template_leftBar { height:1%; }
/* End hide from IE-mac */

