/* Start of CMSMS style sheet 'annalisa_web : Simple - Vertical' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}


div#menu_horiz {
background:url(http://www.annalisa.pl/uploads/annalisa_web/01_bg.png);
   width: 60em;
   margin: -7em auto;
 position: absolute;
}


div#menu_horiz ul {
   margin: 0;
   padding: 0;
   border-bottom: 0px ;
   border-left:  0px ;
   height:2.2em;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 0px;
}


/* linki w menu górnym */
div#menu_horiz a {
   padding: 0.6em 0.4em 0.6em 0.9em; 
   margin: 0 auto;
   text-decoration: none; 
   color: #ffffff;
font-weight:bold;
   display: block;
font-size: 0.9em;   
}


/* najechane linki menu górne */
div#menu_horiz li a:hover {
   background-color: #990000;
font-size: 0.9em; 
}

div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
display:hide;
font-size: 0.9em; 
}
/* End of 'annalisa_web : Simple - Vertical' */

