/*----- leftmenu -----*/			
			
			
div#leftmenu {	
						/*background-image: url(images/bg-topmenu.png);*/
						background-position: top;			
			}


#leftmenu ul { /* all lists */
			list-style: none;
			margin: 0;
			padding: 0;
			border: none;
			line-height:0px;
			}
		
#leftmenu ul a {
			display: block;
			text-align: left;	
			text-decoration: none;	
			padding-left:6px;
			line-height:30px;
						color: #333333;
						font-size:12px;
						font-family: Arial, sans-serif;
						letter-spacing: 1px;			
						font-weight: bold;	
			}



			
#leftmenu a:hover {
						background-color: #dddd22;
						color : #000000;
			}	



						#leftmenu ul li ul { 
									position: absolute;
									width: 200px;
									margin-left: 150px;
									margin-top: -30px;
									left: -999em; 
												background-color: orange;
												-moz-opacity:0.9;
												filter:alpha(opacity=90,,);						
									}
						
						#leftmenu li:hover ul, #leftmenu li.lmhover ul {
									left: auto;
									}
			
/*----- IE hackovi -----*/

#leftmenu li { /* ovo je samo za IE */
			/*background-image: url(images/bg-topmenu.png);*/
			background-position: top;	
			width: 100%;
			float:left;
			}
html>body #leftmenu li { /* a ovo resetira IE hack */
			width: auto;
			float:none;
			}	



#leftmenu ul a {
			width: 154px;
			}
html>body #leftmenu ul a {
			width: auto;
			}			




									#leftmenu ul li ul li a { 
												width: 200px;
												}
									html>body #leftmenu ul li ul li a {
												width: auto;
												}					
