@CHARSET "UTF-8";



#mainMenu 
	{
		list-style: none;
		margin: 0;
		text-align: center;
		z-index: 999;
	}	



	
#mainMenu li, ul.menuBottom li 
	{
		margin:0;
		float:left;
        position:relative; /* dla IE 7 */
        text-align:center;
        list-style-type:none;
     	
	}	
	
#mainMenu a:link, #mainMenu a:visited  
	{
		display: block;
		border-right:2px rgba(204,204,204,.5) solid;    
	    padding: 1px 20px 4px 20px;
	    height: 24px;
	    color: #243f5b;
	    margin: 0;
	}	

#mainMenu a:hover, ul.menuBottom a:hover
	{
		text-shadow: 0.1em 0.1em 4px white;
	}


#mainMenu li ul	
	{
		display:none;
		position:absolute;
        left:0; /* dla IE 7 */
        list-style-type:none;
        padding:0;
        margin:0px 0 0 0 ;
        z-index: 1000;
       
	}
	
#mainMenu li:hover ul	
	{
		position: absolute; 
 	    padding: 0; 
	    display: block;
	    
	}
	
#mainMenu li li:hover, #mainMenu li li
	{
		width: 200px;
		background-color: #009245;
		margin: 0 auto;
		border: 1px solid #0d1362;
		border-bottom: 1px solid #ddd;
		
	}	
	



a.DepartmentUnselected
	{     
		font-size: 12pt;	
  		color: white; 	
  		font-family: Arial;	
	    font-weight: normal; 
	    text-align:center;    
	    background: #243f5b url(../img_css/depUnSelBckg.png) repeat-x top right; 
	    border-right:1px rgba(222,222,222,.5) solid;  
	}                                                 
                                              
a.DepartmentSelected                              
	{ 
	  
	 /* padding: 0 25px; */
	  text-decoration: none;
	  font-size: 12pt;	
 	  color: white; 
 	  font-family: Arial;	
	  font-weight: normal; 
	  text-align:center;   	 
	  background: #ab0000 url(../img_css/depSelBckg.png) repeat-x top right; 
	  border-right:1px rgba(222,222,222,.5) solid;  
	}


a.CategoryUnselected
	{   
		display:block;
		text-decoration: none; 
  		font-size: 12pt;	
  		color: white; 	
  		font-family: Arial;	
	    font-weight: normal; 
	    text-align:center;   
	     
	}                                                 
        
 
                                              
a.CategorySelected                              
	{ 
	  display:block;
	  text-decoration: none;
	  font-size: 12pt;	
 	  color: white; 
 	  font-family: Arial;	
	  font-weight: normal; 
	  text-align:center;
	   	
	}
	




#div.menuSide
	{
		position: absolute;
	}
	

	
ul.menuSide li
	{
		height: 21px;
		padding: 5px 10px 0 0 ;
		background: #fff url(../img_css/depUnSelBckg.png) repeat-x top right; 
		border-bottom: 1px solid grey;
		width: 160px;
		list-style-type:none; 
	}	
	
	


ul.menuBottom 
{
	display: inline;
	text-align:center;                          
    text-decoration: none; 
                       
}	

ul.menuBottom li
	{
		list-style-type:none;   
		display: inline;
	}


ul.menuBottom a
	{
		color: white;
		padding: 10px;
		font-family: Arial;	
	    font-size: 10pt;	
	    font-weight: normal; 
	}	