#menu_left ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px;
   margin: 5px 0 15px 0;   
}
#menu_left li { 
   margin-left: -1px;
   white-space:nowrap;
}
/* Styling the basic apperance of the menu elements */
#menu_left a { 
   display: block; 
   margin: 0px; 
}
#menu_left li a {
   padding: 10px 0 10px 35px; 
   text-decoration: none; 
   color: #4e5252;
   background:transparent url(images/kreatyw/bullet_ml.jpg) no-repeat left center;
   line-height:20px;
   font-size:12px;
   font-weight:bold;
   letter-spacing:1px;
   border-bottom:1px solid #e7e7e6;
}
#menu_left li h3 {
   padding: 10px 0 10px 35px; 
   text-decoration: none; 
   color: #000000;
   background:transparent url(images/kreatyw/bullet_mla.jpg) no-repeat left center;
   line-height:20px;
   font-size:12px;
   font-weight:bold;
   letter-spacing:1px;
   border-bottom:1px solid #e7e7e6;
}
#menu_left li a, #menu_left li.menuparent a{ 
   color: #4e5252; 
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#menu_left li.menuactive a.menuactive{ 
   color: #7a7a7a; 
}

#menu_left li li.menuactive a.menuactive{ 
   color: #ffffff; 
}



/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#menu_left ul li.menuparent, 
#menu_left ul li.menuparent a:hover, 
#menu_left ul li.menuparenth a{ 
	color: #bebebe;
 
}


/* Styling the apperance of menu items on hover */

#menu_left li a:hover, 
#menu_left li.menuh a, 
#menu_left li.menuparenth a, 
#menu_left li.menuactiveh a{ 
   color: #7a7a7a; 
}


/* IE Hacks */
#menu_left li li { 
   float: left; 
   clear: both; 
}
#menu_left li li a { 
   height: 1%; 
}