/* 
    Document   : header
    Created on : 2011-09-06, 09:07:37
    Author     : Borsuk
    Description:
        Purpose of the stylesheet follows.
*/


.main_menu{
   float: right;
   margin-top: 20px;
   padding: 3px;
   margin-right: 3px;
   margin-left: auto;
   width: 380px;
   
  
}




.logo_panel{
    float: left;
    padding: 0;
   margin-left: 0;
   margin-right: auto;
   width: 350px;
   
}

.icon_home{
    background-image: url("/jakarta.faces.resource/images/home-16p.png.xhtml");
    background-position: top left;
    background-repeat: no-repeat;
}