
div#header 				 { 
						   width: 100%; 
			 			   height: 43px;
 		   				 }
 
div#header div.topline 	 { 
						   height: 12px;
	 		  			   width: 100%;
			  			   background: #000000 url(../img/backgrounds/topline.gif) repeat-x; 
						 }
			
div#header div.container { 
						   width: 100%;
						   height: 20px;
						   background: #000000 url(../img/menu/background.gif) repeat-x;
						 }
						
div#header div.container div.menu   
						 { 
						   width: 973px;
						   height: 20px;
						   margin-left: auto; 
						   margin-right: auto;
						   text-align: right;
						 }
	
div#header div.container div.menu img { }
	
div#header div.container div.menu div.bar
						 { 		
						   margin-left: auto;
						   height: 100%;
						   width: 100%	;
						   border: 0px solid red;
						   text-align: right;
						 }


div#header div.container div.menu div.bar ul { margin-top: 0px; float: right;}
div#header div.container div.menu div.bar li { display: table-cell; 
	  										   height: 20px;
											   padding: 0px 8px 0px 8px; 
											   border: 0px solid yellow;
											   background: transparent url(../img/menu/separator.gif) repeat-y right;
											 }
											
div#header div.container div.menu div.bar li.paasivu    { padding-left: 0px; }
div#header div.container div.menu div.bar li.prodealers { padding-right: 0px; background: none; }
						

						
						
