/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good clear one is at www.ncdesign.org) for syntax and tweaking ideas.
 You can delete the ones you're not using in your ItemStyles, or add more if you want.

*/
/*tekst onmouseoff*/
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #E1E7F3;
 font: 12px Arial;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 letter-spacing: 1pt;
 vertical-align: middle;
 padding: 0px;
 margin: 0px;
 }
/*tekst onmouseon*/	
.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #1C0055;
 font: 12px Arial;
 text-align: center;
 text-decoration: none;
 font-weight: bold;
 letter-spacing: 1pt;
 padding: 0px;
 margin: 0px;
 }

/*tekst onmouseoff*/
.lowTextItem, a.lowTextItem:link, a.lowTextItem:visited, a.lowTextItem:active, a.lowTextItem:focus {
 color: #E1E7F3;
 font: 12px Arial;
  text-align: left;
 text-decoration: none;
 letter-spacing: 1pt;
 vertical-align: middle;
 font-weight: bold;
 padding: 0px;
 margin: 0px;
 }
/*tekst onmouseon*/	
.highTextItem, a.highTextItem:link, a.highTextItem:visited, a.highTextItem:active, a.highTextItem:focus {
 color: #1C0055;
 font: 12px Arial;
 text-align: left;
 text-decoration: none;
 letter-spacing: 1pt;
 font-weight: bold;
 padding: 0px;
 margin: 0px;
 } 
 
/* Borders used by some items */
.itemBorderOFF {
 border: 1px solid #1c0055;
padding: 0px;
 margin: 0px;
 }

.itemBorderON {
 border: 1px solid #1c0055;
 border-bottom: 1px solid red;
 padding: 0px;
 margin: 0px;
 } 
 /* border after onMouseON */
.itemBorderNormal {
 border-left: 1px solid #1c0055;
  border-right: 1px solid #1c0055;
  border-top: 0px solid #1c0055;
 border-bottom: 1px solid red;
 }
.itemBorderOffice {
 /*ukrywam obramowanie poprzez wstwienie tego samego koloru co jest tlo,
 nie poprze usuniecie danej ramki*/ 
  border-left: 1px solid #1c0055;
  border-right: 1px solid #1c0055;
  border-top: 0px solid #1c0055;
  border-bottom: 1px solid #1c0055;
}
.itemBorderBlank {
 border-left: 1px solid #1c0055;
  border-right: 1px solid #1c0055;
  border-top: 0px solid #1c0055;
   border-bottom: 1px solid #1c0055;
 }

/* NIE UZYWAM, ale niech jest - moze sie przyda The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */
.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #FFCC99;
 font: Bold 12px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 12px Arial, Helvetica;
 padding: 1px;
}
.buttonBorder {
 border: 1px outset #339966;
}
.buttonBorderOver {
 border: 1px inset #CC9966;
}

