/* Menu All items */
#template_leftBar #menu ul {  background-color:#f8f9ee; border-bottom: solid 1px #BFCACE; list-style-type:none; margin:0; padding:0; } /* Background color, separator color */
#template_leftBar #menu li a { font-size:10px; }
* html #template_leftBar #menu li a { display:block; width:100%; } /* IE Hack to make the whole menu item area clickable */
#template_leftBar #menu li a.parentSelected { background-color:#f8f9ee; } /* Parents selected link background - The order that the css for all links is displayed here matters! */
#template_leftBar #menu li a:hover { background-color:#EBEBC9; } /* Hover background change */
#template_leftBar #menu li a.parentSelected:hover { background-color:none; }
#template_leftBar #menu li a.selected { background-color:#EBEBC9; } /* Selected link background */

/* Menu First level */
#template_leftBar #menu ul li { color: #000066; border-top:1px solid #BFCACE; } /* Inserts the gray line between items on the first level items */
#template_leftBar #menu ul li a.parentSelected { color: #000066; } /* Parents selected link background - The order that the css for all links is displayed here matters! */
#template_leftBar #menu ul li a.selected { background-color:#EBEBC9; } /* Selected link background */
#template_leftBar #menu ul li a { background: url(/global/templates/sites/countries/images/MenuBullet.gif) 5px 2px no-repeat; color:#000066; text-decoration:none; margin: 1px 0px 1px 0px; padding: 4px 0px 4px 22px; display:block; } /* Left image, text color and properties */

/* Menu second levels */
#template_leftBar #menu 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 #menu ul ul li{ margin-bottom:-1px; border:0px; } /* Removes the gray line separating the items */
#template_leftBar #menu ul ul li a.parentSelected { background-color:#f8f9ee; } /* Parents selected link background - The order that the css for all links is displayed here matters! */
#template_leftBar #menu ul ul li a.selected { color: #006699; background-color:#EBEBC9; } /* Selected link background */
#template_leftBar #menu ul ul li a { background: url(/global/templates/sites/countries/images/MenuBullet2.gif) 5px no-repeat; padding-bottom:1px; padding-top:1px } /* Changes the image and the height of the link */

/* Menu third levels */
#template_leftBar #menu 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 #menu ul ul ul li{ margin-bottom:-1px; border:0px; } /* Removes the gray line separating the items */
#template_leftBar #menu ul ul ul li a.parentSelected { background-color:#f8f9ee; } /* Parents selected link background - The order that the css for all links is displayed here matters! */
#template_leftBar #menu ul ul ul li a.selected { background-color:#EBEBC9; } /* Selected link background */
#template_leftBar #menu ul ul ul li a { background: url(/global/templates/sites/countries/images/MenuBullet3.gif) 5px no-repeat; padding-bottom:1px; padding-top:1px } /* Changes the image and the height of the link */

/* 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 */

