/* css main file: style.css */

/****  reset  *****************************************************************/

body, h1, h2, h3, h4, h5, h6, div, form, fieldset, dl, dt, dd, address, p { margin: 0; padding: 0; }
a, a:visited { text-decoration: none; }
fieldset, img { border: none; }

/****  ogólne  ****************************************************************/

html {
  font-size: x-small;
}

body {
  color: #0e275f;
	background-color: #1e293b;
  font-size: 110%;
  line-height: 1.4em;
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;   
}

a {
  color: #ec2005;
}

a:hover {
  text-decoration: underline;
}

address {
  font-style: normal;
}

ol li ol {
  list-style-type: lower-alpha;
}

.block { display: block; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth, .clear { clear: both; }
.tLeft { text-align: left!important; }
.tRight { text-align: right !important; }
.tCenter { text-align: center !important; }
.tJustify { text-align: justify !important; }
.bold { font-weight: bold; }

.w20 { width: 20px; }
.w40 { width: 40px; }
.w60 { width: 60px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w140 { width: 140px; }
.w160 { width: 160px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w240 { width: 240px; }
.w260 { width: 260px; }
.w280 { width: 280px; }

.noRecords {
  margin: 0.9em 0;
  font-weight: bold;
  padding: 0 11px;
}

.back {
  margin: 2em 2em 1em;
  text-align: right;
}

.back a {
  text-transform: lowercase;
}

.back a:hover {
    
}

.more {
  text-align: right;
	padding: 1.3em 0 0 0;
}

.more a {
  text-transform: lowercase;
	background: url(/images/rsaquo.png) no-repeat 0 0.5em;
	padding-left: 6px;
}

.more a:hover {
    
}

/****  formularze  ************************************************************/

.row {
  margin: 0.7em 0;
}

.label {
  float: left;
  width: 95px;
  font-weight: bold;
}

label {
  font-weight: bold;
}

.value {
  float: left;
  width: 151px;
	padding-left: 2px
}

input, textarea, select {
  font-size: 100%;
  vertical-align: middle;
  font-size: 100%;
  margin: 0;
}

.textInput, textarea, select {
	border: 1px solid #1D293A;
}

textarea {
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
  width: 241px;
  height: 52px;
}

input:focus, textarea:focus {
  border-color: #6695CB;
}

.textInput {
  width: 128px;
}

.checkboxInput {
  margin-right: 14px;
  position: relative;
  top: -0.1em;
}

.submitRow {
  padding-left: 112px;
	text-align: right;
}

.submitInput {
  font-weight: bold;
  padding: 0.2em 16px 0.3em;
  /*position: relative;
  bottom: -1px;*/
	background-color: #0E275F;
	color: #fff;
	border: none;
}

.submitInput:hover {
  color: #6695CB;
  cursor: pointer;
}

.required { color: #dc2329; }
.err { color: #f00; }

/****  linki buttony  *********************************************************/

.buttons {
  margin: 1em 0 0;
}

.button {
  display: block;
  width: 137px;
  border-top: 1px solid #90af00;
  border-bottom: 1px solid #91b000;
  background: #acc400 url(/images/button_right.png) repeat-x;
  color: #fff;  
  padding: 0.5em 0;
  text-align: center; 
}

.button:hover {
  color: #454F00;
}

.buttonDisabled {
  display: block;
  width: 137px;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b1b1b1;
  background: #dcdcdc url(/images/button_left_disabled.png) repeat-x;
  color: #515151;
  padding: 0.5em 0;
  text-align: center; 
}

/****  stronicowanie  *********************************************************/

.pageNav {
  text-align: right;
  padding-top: 0.9em;
}

.pageNav a,
.pageNav span {
  color: #333;  
  font-weight: bold;
  padding: 0.6em 12px 0.7em;
}

.pageNav .select {

}

/*.pageNav a.arr {
  position: relative;
  top: -0.1em;
  padding-top: 0.1em;
  padding-bottom: 0.3em;
}*/

/****  komunikaty  ************************************************************/

#info div {
  margin: 0.1em;
  border-width: 2px;
	border-style: solid;
  padding: 0.2em 2em;
	text-align: center;
  font-weight: bold;
}

#info div div {
  border-width: 0;
}

#info_err {
  border-color: #df2626;
  color: #df2626;
}

#info_msg {
  border-color: #42AF41;
  color: #42AF41;
}

#errmsg {
  border: 2px solid #acc40e;
  color: #acc40e;
  font-weight: bold;
  padding: 1em 15px;
  margin-bottom: 1em;
  font-size: 140%;
}

#errmsg ul {
  margin: 0;
  padding: 0;
}

#errmsg ul li {
  margin: 0.3em 0;
  padding: 0;
  list-style-type: none;
}

/****  appConfirm  ************************************************************/

.appConfirmBox {
  position: absolute;
  display: none;
  border-right: 2px solid #DAE3EB;
  border-bottom: 2px solid #DAE3EB;
}

.appConfirmBox2 {
  background: #F0F2F7;
  border: 1px solid #B8C6CF;
  border-bottom-width: 3px;
  padding: 1px;
}

.appConfirmBox2 h1 {
  margin: 0;
  padding: 3px 0 4px 10px;
  background-color: #6F8491;
  color: #ffffff;
  font-size: 11px;
  border-bottom: 1px solid #C8D3E2;
}

.appConfirmBox3 {
    width: 220px;
  margin: 20px 0 0 13px;
}

.appConfirmBox4 {
  background: transparent url(/imgs/alerts/confirm.gif) 0 0 no-repeat;
  /*padding: 5px 0 10px 50px;*/
  height: 50px;
  /*border-bottom: 1px solid #C8D3E2;*/
  color: #084376;
  line-height: 1.5em;
  text-align: center;
}

.appConfirmBoxButtons {
  text-align: center;
  padding: 10px 0 0 40px;
}

.appConfirmBoxButtons a {
  text-decoration: none;
  width: 50px;
  display: block;
  float: left;
  text-align: center;
  background: #FFFFFF url(images/button_bg.png) repeat-x scroll 0pt 100%;
  border: 1px solid #C0C8CA;
  font-weight: bold;
  padding: 1px 5px;
  color: #142129;
  font-size: 90%;
}

.appConfirmBoxButtons a:hover {
  text-decoration: none;
}

#appConfirmBoxOk {
  margin-right: 5px;
}

#appConfirmBoxCancel {
  margin-left: 5px;
}

/*****  project styles  *******************************************************/

h1.siteHead {
	border-bottom: 1px solid #ec2005;
	padding: 0.7em 8px 0.4em;
	font-size: 110%;
}

h2.siteHead {
  padding-bottom: 0.4em;
  font-size: 105%;
}

h2.siteHead a {
	color: #0E275F;
}

h2.centerHead {
  padding: 0.7em 0 0;
  font-size: 105%;
	text-align: center;
	margin-bottom: 0.9em;
}

h3.siteHead {
  padding: 0.4em 8px 0.4em;
  font-size: 105%;
	background: url(/images/menu_box.png) repeat-x 0 100%;
}

table {
	background: url(/images/menu_box.png) repeat-x 0 100%;
	border-collapse: collapse;
	width: 100%;
}

th, td {
	border-bottom: 1px solid #DEDEDE;
	text-align: justify;
	padding: 0.4em 8px;
}

.inside {
  padding: 0.9em 11px 1.7em;
}

.dataList {
  /*background: url(/images/menu_box.png) repeat-x 0 100%;*/
}

.dataList ul {
  margin: 0;
  padding: 0;
}

.dataList ul li {
  margin: 0;
  padding: 0.9em 11px 1.7em;
  list-style-type: none;
  border-bottom: 1px solid #DEDEDE; 
  text-align: justify;
	background: url(/images/menu_box.png) repeat-x 0 100%;
}

.dataList .creationDate {
  float: left;
  width: 300px;
  padding: 1.3em 0 0 0;
  color: #adaeb0;
}

.dataList .more {
  float: right;
  width: 196px;
}

.wrapper {
	width: 790px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	position: relative;
	padding: 1.8em 0 1.8em 390px;
	width: 400px;
  margin: 0.1em auto 0.2em;
  background: #fff url(/images/header.png) repeat-x 0 100%;
}

#logo {
	display: block;
	position: absolute;
	top: 0.8em;
	left: 38px;
	width: 190px;
	height: 89px;
}

#banner {
	background-color: #263242;
}

#banner img {
	vertical-align: middle;
}

#middle {
	background: #fff url(/images/middle.png) repeat-x 0 100%;
	padding-top: 0.3em;
	padding-bottom: 2.6em;
}

#middleInside {
	background: url(/images/middle_inside.png) repeat-x;
	padding-top: 0.5em;
}

#menus {
	float: left;
	width: 232px;
	padding: 0 10px 0;
}

#spolkaNotowana {
	text-align: center;
	padding: 1.6em 0;
}

#content {
	float: left;
	width: 518px;
	padding: 0 10px 0;
}

#footer {
	color: #6695cb;
	width: 754px;
	padding: 0.7em 18px;
  margin: 0 auto;
  background-color: #fff;
	background: #062d70 url(/images/footer.png) repeat-x 0 100%;
	border-top: 1px solid #192c3d;
	border-bottom: 1px solid #192c3d;
}

#footer a {
  color: #6695cb;
}

#copyright {
	float: left;
	width: 50%;
}

#realization {
	float: right;
	width: 50%;
	text-align: right;
}

.mainSiteExtraDiv {
	padding:0.9em 11px 1.7em;
	text-align: justify;
}


/* kir */
#header.kir {
   position: relative;
}
#kir {
   position: absolute;
	top: 29px;
	left: 175px;
	z-index: 1000;
}


/* css file: articles.css */

.article .format_1,
.article .format_2,
.article .format_3,
.article .format_4,
.article .format_5,
.article .format_6 {
    padding: 0.9em 11px 1.7em;
}

.article .artText {
  text-align: justify;
}

.article img {

}

/****  pliki do pobrania  *****************************************************/

.artFiles {
  margin: 0.9em 0 0;
  padding: 0;
  clear: both;
}

.artFiles ul {
  margin: 0;
  padding: 0;
}

.artFiles ul li {
  list-style-type: none;
  margin: 0;
}

.artFiles ul a {

}

.artFiles ul a:hover {

}

/****  format 1  **************************************************************/

.article .format_1 .artImages {
  float: right;
  margin: 0 0 0 20px;
}

.article .format_1 .artImages div {
  margin: 0 0 10px;
  text-align: center;
}

.article .format_1 .artImages div a:hover {
  text-decoration: none;
}

.article .format_1 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 2  **************************************************************/

.article .format_2 .artImages {
  float: left;
  margin: 0 20px 0 0;
}

.article .format_2 .artImages div {
  margin: 0 0 10px;
  text-align: center;
}

.article .format_2 .artImages div a:hover {
  text-decoration: none;
}

.article .format_2 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 3  **************************************************************/

.article .format_3 .artImages {
  margin: 20px auto 0;
  text-align: center;
}

.article .format_3 .artImages div {
  float: left;
  margin: 5px;
  padding: 5px;
}

.article .format_3 .artImages img {
  margin: 0 10px 10px;
}

.article .format_3 .artImages div a:hover {
  text-decoration: none;
}

.article .format_3 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 4  **************************************************************/

.article .format_4 .artImages {
  margin: 0 0 15px;
  text-align: center;
}

.article .format_4 .artImages div {
  float: left;
  margin: 5px;
  padding: 5px;
}

.article .format_4 .artImages img {
  margin: 10px 10px 0;
}

.article .format_4 .artImages div a:hover {
  text-decoration: none;
}

.article .format_4 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 5  **************************************************************/

.article .format_5 .artImages {
  margin: 20px 0 0;
  text-align: center;
  clear: right;
}

.article .format_5 .artImages div {
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_5 .artImages img {
  margin: 0 10px 10px;
}

.article .format_5 .artImages div a:hover {
  text-decoration: none;
}

.article .format_5 .artImages div a:hover span {
  text-decoration: underline;
}

.article .format_5 .artText .rightTopImage {
  float: right;
  text-align: center;
  margin: 0 0 10px 20px;
}

.article .format_5 .artText .rightTopImage a:hover {
  text-decoration: none;
}

.article .format_5 .artText .rightTopImage a:hover span {
  text-decoration: underline;
}

/****  format 6  **************************************************************/

.article .format_6 .artImages {
  margin: 20px 0 0;
  text-align: center;
  clear: left;
}

.article .format_6 .artImages div {
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_6 .artImages img {
  margin: 0 10px 10px;
}

.article .format_6 .artImages div a:hover {
  text-decoration: none;
}

.article .format_6 .artImages div a:hover span {
  text-decoration: underline;
}

.article .format_6 .artText .leftTopImage {
  float: left;
  text-align: center;
  margin: 0 20px 10px 0;
}

.article .format_6 .artText .leftTopImage a:hover {
  text-decoration: none;
}

.article .format_6 .artText .leftTopImage a:hover span {
  text-decoration: underline;
}

/****  wyniki wyszukiwania artykułów  *****************************************/

.articleSearchResults li {
  padding: 0.4em 0;
}

.articleSearchResults li a {
  font-weight: bold;
}

.articleSearchResults li a:hover {
    
}

.articleSearchResults .searchIntro a {
  font-weight: normal;
}

/****  powiadom znajomego  ****************************************************/

#articleSendToFriend {
  margin: 1em 15px 0.5em;
  border-top: 1px solid #f00;
  padding: 0.5em 1em;
  clear: both;
}

#articleSendToFriend .sendtofriendLbl,
#articleSendToFriend .sendtofriendName,
#articleSendToFriend .sendtofriendEmail,
#articleSendToFriend .sendtofriendSubmit {
  float: left;
  padding-right: 10px;
}

/****  pojedynczy wstęp do artykułu  ******************************************/

.articleIntro .articleIntroText {
  text-align: justify;
}

#articlesList dt {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#articlesList dd {
  border-bottom: 1px solid #000;
  margin-bottom: 2em;
  text-align: justify;
  line-height: 1.8em;
}

#articlesList dd.last {
  border-bottom-width: 0;
  margin-bottom: 0;
}

#searchBox {
	float: left;
	width: 324px;
}

#searchBox label {
	font-weight: normal;
}

#article_search .searchWords {
	padding: 0.9em 11px 0.5em;
}

/* css file: contacts.css */

/****  kontakt z formularzem  *************************************************/

#contact {
	padding: 0.9em 11px 1.7em;
}

.addressData {
  float: left;
  width: 248px;
}

.mediaData {
  float: left;
  width: 248px;
}

#emailForm form {
	margin: 0.9em 11px 1.7em;
}

#emailForm .label {
	width: 112px;
}

#emailForm .value {
  width: 247px;
}

#emailForm textarea {
  width: 380px;
  height: 200px;
}

/****  defaultWithDepartment.tpl  ****  prawdopodobnie jest nieużywany  *******/

/****  department.tpl  ****  kontakty z danego działu  ************************/

/**** map.tpl  ****  mapka dojazdowa  *****************************************/

#contactMap img {
	margin-top: 0.9em;
}

/****  sectionWithPersonList.tpl  ****  kontakty z danej kategorii  ***********/

#contactSections h2 {
	margin-top: 0.9em;
	padding-left: 11px;
}

.contactPersonList {
	padding: 0.9em 11px 1.7em;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 1em;
	background: url(/images/menu_box.png) repeat-x 0 100%;
}

.contactPersonList.last {
  padding-bottom: 0;
  border-bottom-width: 0;
  margin-bottom: 0;
}

/* css file: downloads.css */

#downWithFiles, #downloadSection {
	padding: 0.9em 20px;
	background: url(/images/category.png) repeat-x;
	margin-right: 1px;
	width: 608px;
	border-top: 1px solid #ECECEC; 
}
#downWithFiles img, #downloadSection img {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.9em;
}
#downWithFiles ul, #downloadSection ul {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
#downWithFiles li, #downloadSection li {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#downWithFiles a, #downloadSection a {
	font-weight: bold;
}
#downWithFiles a:hover, #downloadSection a:hover {
	text-decoration: underline !important;
}
#downWithFiles .fileSection {
	border-top: 1px solid #ECECEC;
	padding: 0.9em 0;
	width: 600px;
}
#downWithFiles .fileSection h1 {
	font-size: 110% !important;
	padding-left: 10px;
}

/* css file: investor_relations.css */

.selectYear {
  text-align: right;
  padding: 0.9em 0;
}

.item {
	padding: 0.4em 16px;
	background: url(/images/rsaquo.png) no-repeat 8px 0.9em;
}

.itemDesc {
	padding: 0.4em 16px;
}

#stockGraph #graph {
	padding-top: 0.9em;
	text-align: center;
}

#calendarium table {
	margin-top: 0.9em;
}

#prospectusIssue h1 {
	margin-bottom: 0.9em;
}

#raport .label {
	width: 200px;
}

#shareholdList ul {
	padding: 0;
	margin: 0;
}

#shareholdList ul li {
  margin: 0;
	list-style-type: none;
}

#stock img {
	padding-right: 11px;
	padding-bottom: 11px;
}

#stockHistory h1 {
	margin-bottom: 0.9em;
}

#stockHistory ul {
	margin: 0;
	padding: 0;
}

#stockHistory ul li {
  margin: 0;
  list-style-type: none;
}

/* css file: language.css */

#langBoxImg {
	float: left;
	width: 76px;
}

#langBoxImg ul {
	margin: 0;
	padding: 0;
}

#langBoxImg ul li {
	margin: 0;
	padding: 0.2em 13px 0 0;
	list-style-type: none;
	float: left;
	width: 25px;
}

/* css file: login.css */

/* ==================== informacja i wylogowanie */

#logoutBox
{
	
}

/* ==================== formularz logowania */

#loginBox
{
	
}


/* css file: menu.css */

/* ==================== boczne dwupoziomowe */                                

#twoDSideMenu .sideMenu
{                      
    padding: 0;        
    margin: 0 0 1em;   
}                      

#twoDSideMenu .sideMenu li
{                         
    padding: 0;           
    margin: 0;            
    list-style-type: none;
}                         

#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{                                                           
    display: block;                                         
    padding: 0.3em 1em;                                     
}                                                           

#twoDSideMenu .sideMenu a:hover   
{                                 

}

#twoDSideMenu .sideMenu li.first a  /* first-child */
{                                                    

}

#twoDSideMenu .sideMenu li.last a   /* last-child */
{                                                   

}

#twoDSideMenu .sideMenu li.selected   /* element aktualny */
{                                                           

}

#twoDSideMenu .sideMenu li.selected a     /* odnośnik elementu aktualnego */
{                                                                           

}

#twoDSideMenu .sideMenu li.selected ul    /* podmenu aktualnego elementu */
{                                                                          

}

#twoDSideMenu .sideMenu li.selected ul a  /* odnośnik w podmenu aktualnego elementu */
{                                                                                     
    font-size: 90%;                                                                   
}                                                                                     

#twoDSideMenu .sideMenu li.selected ul a:hover
{                                             
                                              
}                                             

#twoDSideMenu .sideMenu li.selected ul a.selected     /* aktualny element podmenu */
{                                                                                   

}

/* ==================== górne nawigacyjne */

#navigationTop
{             
    position: absolute;
    top: 1px;          
    right: 0;          
    padding: 0 0 0 2em;
    margin: 0;         
    min-height: 2.5em; 
    font-size: 90%;    
}                      

#navigationTop li
{                
    line-height: 2.5em;
    list-style-type: none;
    float: left;          
        padding-right: 2em;
    background-position: 0;         /* dla ewentualnych obrazków przy elementach nawigacji */
    background-repeat: no-repeat;                                                            
}                                                                                            

#navigationTop li a
{                  
    padding-left: 0;    /* miejsce na ewentualny obrazek */
}                                                          

#navigationTop li a:hover
{                        

}

/* ==================== górne zwykłe poziome */

.menuSimpleTop {
        background: url(/images/menu_box.png) repeat-x 0 100%;
        border-bottom: 1px solid #dedede;                     
        margin-bottom: 0.8em;                                 
}                                                             

.menuSimpleTop ul {
  padding: 0;      
  margin: 0;       
}                  

.menuSimpleTop ul li {
  list-style-type: none;
  padding: 0;           
  margin: 0;            
}                       

.menuSimpleTop ul li a {
  font-weight: bold;    
  display: block;       
  padding: 0.5em 8px 0.5em 20px;
        background: url(/images/menu_box_a.png) no-repeat 8px 1em;
}                                                                 

.menuSimpleTop ul li.selected a,
.menuSimpleTop ul li a:hover {  
  background: #e1e2e4 url(/images/menu_box_a_hover.png) no-repeat 8px 1em;
        text-decoration: none;                                            
}                                                                         

.menuSimpleTop ul li.first a {

}

.menuSimpleTop ul li.last a {

}

/* ==================== górne poziome podmenu */

#submenuSimpleTop ul
{                   
    padding: 0 10px;
    margin: 0;      
        font-size: 95%;
}                      

#submenuSimpleTop ul li
{                      
    list-style-type: none;
    float: left;          
}                         

#submenuSimpleTop ul li a
{                        
    display: block;      
    float: left;         
    padding: 0.3em 1em;  
}                        

#submenuSimpleTop ul li.selected a
{                                 
                                  
}                                 

#submenuSimpleTop ul li a:hover
{                              

}

#submenuSimpleTop ul li.first a
{                              

}

#submenuSimpleTop ul li.last a
{                             

}

/* ==================== zwykłe menu w stopce */

#menuSimpleFooter
{                
    padding: 0;  
    margin: 0 0 1.5em;
    text-align: center;
        font-size: 95%;
}                      

#menuSimpleFooter li
{                   
    margin: 0;      
    list-style-type: none;
    display: inline;      
    padding: 0 0.2em;     
}                         

#menuSimpleFooter li a
{                     
                      
}                     

#menuSimpleFooter li a:hover
{                           
                            
}                           

#menuSimpleFooter li.first a
{                           

}

#menuSimpleFooter li.last a
{                          

}

/* ==================== górne menu z podmenu rozwijanym w JS */

/* menu główne */
#menu2dhTop ul   
{                
    padding: 0 10px;
    margin: 0;      
    line-height: 2.5em;
    min-height: 2.5em; 
}                      

#menu2dhTop ul li
{                
    list-style-type: none;
    margin: 0;            
    padding: 0;           
    float: left;          
    min-height: 2.5em;    
}                         

#menu2dhTop ul li a
{                  
    font-weight: bold;
    display: block;   
    min-height: 2.5em;
    padding: 0 0.8em; 
}                     

#menu2dhTop ul li a:hover
{                        

}

#menu2dhTop ul li.selected a 
{                            
                             
}                            

/* podmenu */
#menu2dhSub  
{            
    min-height: 2.5em;
}                     

#menu2dhSub ul
{             
    padding: 0 10px 0 15px;
    margin: 0;             
    font-size: 95%;        
    line-height: 2.5em;    
    min-height: 2.5em;     
}                          

#menu2dhSub ul li
{                
    list-style-type: none;
    margin: 0;            
    padding: 0;           
    float: left;          
    min-height: 2.5em;    
}                         

#menu2dhSub ul li a
{                  
    display: block;
    min-height: 2.5em;
    padding: 0 1em;   
}                     

#mainMenu {
        background: #01408f url(/images/main_menu.png) repeat-x 0 100%;
        border-top: 1px solid #172c3d;                                 
        padding-bottom: 1px;                                           
        border-bottom: 2px solid #e92203;                              
}                                                                      

#mainMenu ul {
        margin: 0;
        padding: 0;
}                  

#mainMenu ul li {
  margin: 0;     
  padding: 0;    
        list-style-type: none;
}                             

#mainMenu ul li.first {
        border-left: none !important;
}                                    

#mainMenu ul li.firstLevel {
        float: left;        
        border-left: 1px dotted #4180b5;
        position: relative;             
}                                       

#mainMenu ul li a.firstLevelLink {
  color: #fff;                    
        display: block;           
        padding: 1.1em 20px;      
        font-weight: bold;        
}                                 

#mainMenu ul li a.firstLevelLink:hover {
        text-decoration: none;          
}                                       

#mainMenu ul li div {
        display: none;
        position: absolute;
  top: 100%;               
        left: 0;           
        background: #001f4e url(/images/submenu_bottom.png) repeat-x 0 100%;
        border: 1px solid #283a60;                                          
        border-top: none;                                                   
        padding-bottom: 1.6em;                                              
}                                                                           

#mainMenu ul li:hover div.firstLevelDiv {
        display: block;                  
}                                        

#mainMenu ul li div ul {
        padding-top: 1.8em;
        background: url(/images/submenu_top.png) repeat-x;
        width: 180px;                                     
}                                                         

#mainMenu ul li div ul li {
  border-bottom: 1px solid #1b4075;
        position: relative;        
}                                  

#mainMenu ul li div ul li.first {
        border-top: 1px solid #1b4075;
}                                     

#mainMenu ul li div ul li a {
  display: block;            
        color: #c6ebff;      
        padding: 0.3em 33px; 
        text-align: center;  
}                            

#mainMenu ul li div ul li a:hover,
#mainMenu ul li div ul li.select a {
  background-color: #002d6e;        
        text-decoration: none;      
}                                   

#mainMenu ul li div ul li:hover div {
        display: block;              
}                                    

#mainMenu ul li div ul li div {
        position: absolute;    
        left: 180px;           
        top: -1.85em;          
        display: none;         
}                              
                     
/* ==================== boczne dwupoziomowe */

#twoDSideMenu .sideMenu
{                      
    padding: 0;        
    margin: 0 0 1em;   
}                      

#twoDSideMenu .sideMenu li
{                         
    padding: 0;           
    margin: 0;            
    list-style-type: none;
}                         

#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{                                                           
    display: block;                                         
    padding: 0.3em 1em;                                     
}                                                           

#twoDSideMenu .sideMenu a:hover   
{                                 

}

#twoDSideMenu .sideMenu li.first a  /* first-child */
{                                                    

}

#twoDSideMenu .sideMenu li.last a   /* last-child */
{                                                   

}

#twoDSideMenu .sideMenu li.selected   /* element aktualny */
{                                                           

}

#twoDSideMenu .sideMenu li.selected a     /* odnośnik elementu aktualnego */
{                                                                           

}

#twoDSideMenu .sideMenu li.selected ul    /* podmenu aktualnego elementu */
{                                                                          

}

#twoDSideMenu .sideMenu li.selected ul a  /* odnośnik w podmenu aktualnego elementu */
{                                                                                     
    font-size: 90%;                                                                   
}                                                                                     

#twoDSideMenu .sideMenu li.selected ul a:hover
{                                             
                                              
}                                             

#twoDSideMenu .sideMenu li.selected ul a.selected     /* aktualny element podmenu */
{                                                                                   

}

/* ==================== górne nawigacyjne */

#navigationTop
{             
    position: absolute;
    top: 1px;          
    right: 0;          
    padding: 0 0 0 2em;
    margin: 0;         
    min-height: 2.5em; 
    font-size: 90%;    
}                      

#navigationTop li
{                
    line-height: 2.5em;
    list-style-type: none;
    float: left;          
        padding-right: 2em;
    background-position: 0;         /* dla ewentualnych obrazków przy elementach nawigacji */
    background-repeat: no-repeat;                                                            
}                                                                                            

#navigationTop li a
{                  
    padding-left: 0;    /* miejsce na ewentualny obrazek */
}                                                          

#navigationTop li a:hover
{                        

}

/* ==================== górne zwykłe poziome */

.menuSimpleTop {
        background: url(/images/menu_box.png) repeat-x 0 100%;
        border-bottom: 1px solid #dedede;                     
        margin-bottom: 0.8em;                                 
}                                                             

.menuSimpleTop ul {
  padding: 0;      
  margin: 0;       
}                  

.menuSimpleTop ul li {
  list-style-type: none;
  padding: 0;           
  margin: 0;            
}                       

.menuSimpleTop ul li a {
  font-weight: bold;    
  display: block;       
  padding: 0.5em 8px 0.5em 20px;
        background: url(/images/menu_box_a.png) no-repeat 8px 1em;
}                                                                 

.menuSimpleTop ul li.selected a,
.menuSimpleTop ul li a:hover {  
  background: #e1e2e4 url(/images/menu_box_a_hover.png) no-repeat 8px 1em;
        text-decoration: none;                                            
}                                                                         

.menuSimpleTop ul li.first a {

}

.menuSimpleTop ul li.last a {

}

/* ==================== górne poziome podmenu */

#submenuSimpleTop ul
{                   
    padding: 0 10px;
    margin: 0;      
        font-size: 95%;
}                      

#submenuSimpleTop ul li
{                      
    list-style-type: none;
    float: left;          
}                         

#submenuSimpleTop ul li a
{                        
    display: block;      
    float: left;         
    padding: 0.3em 1em;  
}                        

#submenuSimpleTop ul li.selected a
{                                 
                                  
}                                 

#submenuSimpleTop ul li a:hover
{                              

}

#submenuSimpleTop ul li.first a
{                              

}

#submenuSimpleTop ul li.last a
{                             

}

/* ==================== zwykłe menu w stopce */

#menuSimpleFooter
{                
    padding: 0;  
    margin: 0 0 1.5em;
    text-align: center;
        font-size: 95%;
}                      

#menuSimpleFooter li
{                   
    margin: 0;      
    list-style-type: none;
    display: inline;      
    padding: 0 0.2em;     
}                         

#menuSimpleFooter li a
{                     
                      
}                     

#menuSimpleFooter li a:hover
{                           
                            
}                           

#menuSimpleFooter li.first a
{                           

}

#menuSimpleFooter li.last a
{                          

}

/* ==================== górne menu z podmenu rozwijanym w JS */

/* menu główne */
#menu2dhTop ul   
{                
    padding: 0 10px;
    margin: 0;      
    line-height: 2.5em;
    min-height: 2.5em; 
}                      

#menu2dhTop ul li
{                
    list-style-type: none;
    margin: 0;            
    padding: 0;           
    float: left;          
    min-height: 2.5em;    
}                         

#menu2dhTop ul li a
{                  
    font-weight: bold;
    display: block;   
    min-height: 2.5em;
    padding: 0 0.8em; 
}                     

#menu2dhTop ul li a:hover
{                        

}

#menu2dhTop ul li.selected a 
{                            
                             
}                            

/* podmenu */
#menu2dhSub  
{            
    min-height: 2.5em;
}                     

#menu2dhSub ul
{             
    padding: 0 10px 0 15px;
    margin: 0;             
    font-size: 95%;        
    line-height: 2.5em;    
    min-height: 2.5em;     
}                          

#menu2dhSub ul li
{                
    list-style-type: none;
    margin: 0;            
    padding: 0;           
    float: left;          
    min-height: 2.5em;    
}                         

#menu2dhSub ul li a
{                  
    display: block;
    min-height: 2.5em;
    padding: 0 1em;   
}                     

#mainMenu {
        background: #01408f url(/images/main_menu.png) repeat-x 0 100%;
        border-top: 1px solid #172c3d;                                 
        padding-bottom: 1px;                                           
        border-bottom: 2px solid #e92203;                              
}                                                                      

#mainMenu ul {
        margin: 0;
        padding: 0;
}                  

#mainMenu ul li {
  margin: 0;     
  padding: 0;    
        list-style-type: none;
}                             

#mainMenu ul li.first {
        border-left: none !important;
}                                    

#mainMenu ul li.firstLevel {
        float: left;        
        border-left: 1px dotted #4180b5;
        position: relative;             
}                                       

#mainMenu ul li a.firstLevelLink {
  color: #fff;                    
        display: block;           
        padding: 1.1em 20px;      
        font-weight: bold;        
}                                 

#mainMenu ul li a.firstLevelLink:hover {
        text-decoration: none;          
}                                       

#mainMenu ul li div {
        display: none;
        position: absolute;
  top: 100%;
        left: 0;
        background: #001f4e url(/images/submenu_bottom.png) repeat-x 0 100%;
        border: 1px solid #283a60;
        border-top: none;
        padding-bottom: 1.6em;
}

#mainMenu ul li:hover div.firstLevelDiv {
        display: block;
}

#mainMenu ul li div ul {
        padding-top: 1.8em;
        background: url(/images/submenu_top.png) repeat-x;
        width: 180px;
}

#mainMenu ul li div ul li {
  border-bottom: 1px solid #1b4075;
        position: relative;
}

#mainMenu ul li div ul li.first {
        border-top: 1px solid #1b4075;
}

#mainMenu ul li div ul li a {
  display: block;
        color: #c6ebff;
        padding: 0.3em 33px;
        text-align: center;
}

#mainMenu ul li div ul li a:hover,
#mainMenu ul li div ul li.select a {
  background-color: #002d6e;
        text-decoration: none;
}

#mainMenu ul li div ul li:hover div {
        display: block;
}

#mainMenu ul li div ul li div {
        position: absolute;
        left: 180px;
        top: -1.85em;
        display: none;
}

/* css file: menu_org.css */

<<<<<<< .mine                                                                 
/* ==================== boczne dwupoziomowe */                                

#twoDSideMenu .sideMenu
{                      
    padding: 0;        
    margin: 0 0 1em;   
}                      

#twoDSideMenu .sideMenu li
{                         
    padding: 0;           
    margin: 0;            
    list-style-type: none;
}                         

#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{                                                           
    display: block;                                         
    padding: 0.3em 1em;                                     
}                                                           

#twoDSideMenu .sideMenu a:hover   
{                                 

}

#twoDSideMenu .sideMenu li.first a  /* first-child */
{                                                    

}

#twoDSideMenu .sideMenu li.last a   /* last-child */
{                                                   

}

#twoDSideMenu .sideMenu li.selected   /* element aktualny */
{                                                           

}

#twoDSideMenu .sideMenu li.selected a     /* odnośnik elementu aktualnego */
{                                                                           

}

#twoDSideMenu .sideMenu li.selected ul    /* podmenu aktualnego elementu */
{                                                                          

}

#twoDSideMenu .sideMenu li.selected ul a  /* odnośnik w podmenu aktualnego elementu */
{                                                                                     
    font-size: 90%;                                                                   
}                                                                                     

#twoDSideMenu .sideMenu li.selected ul a:hover
{                                             
                                              
}                                             

#twoDSideMenu .sideMenu li.selected ul a.selected     /* aktualny element podmenu */
{                                                                                   

}

/* ==================== górne nawigacyjne */

#navigationTop
{             
    position: absolute;
    top: 1px;          
    right: 0;          
    padding: 0 0 0 2em;
    margin: 0;         
    min-height: 2.5em; 
    font-size: 90%;    
}                      

#navigationTop li
{                
    line-height: 2.5em;
    list-style-type: none;
    float: left;          
        padding-right: 2em;
    background-position: 0;         /* dla ewentualnych obrazków przy elementach nawigacji */
    background-repeat: no-repeat;                                                            
}                                                                                            

#navigationTop li a
{                  
    padding-left: 0;    /* miejsce na ewentualny obrazek */
}                                                          

#navigationTop li a:hover
{                        

}

/* ==================== górne zwykłe poziome */

.menuSimpleTop {
        background: url(/images/menu_box.png) repeat-x 0 100%;
        border-bottom: 1px solid #dedede;                     
        margin-bottom: 0.8em;                                 
}                                                             

.menuSimpleTop ul {
  padding: 0;      
  margin: 0;       
}                  

.menuSimpleTop ul li {
  list-style-type: none;
  padding: 0;           
  margin: 0;            
}                       

.menuSimpleTop ul li a {
  font-weight: bold;    
  display: block;       
  padding: 0.5em 8px 0.5em 20px;
        background: url(/images/menu_box_a.png) no-repeat 8px 1em;
}                                                                 

.menuSimpleTop ul li.selected a,
.menuSimpleTop ul li a:hover {  
  background: #e1e2e4 url(/images/menu_box_a_hover.png) no-repeat 8px 1em;
        text-decoration: none;                                            
}                                                                         

.menuSimpleTop ul li.first a {

}

.menuSimpleTop ul li.last a {

}

/* ==================== górne poziome podmenu */

#submenuSimpleTop ul
{                   
    padding: 0 10px;
    margin: 0;      
        font-size: 95%;
}                      

#submenuSimpleTop ul li
{                      
    list-style-type: none;
    float: left;          
}                         

#submenuSimpleTop ul li a
{                        
    display: block;      
    float: left;         
    padding: 0.3em 1em;  
}                        

#submenuSimpleTop ul li.selected a
{                                 
                                  
}                                 

#submenuSimpleTop ul li a:hover
{                              

}

#submenuSimpleTop ul li.first a
{                              

}

#submenuSimpleTop ul li.last a
{                             

}

/* ==================== zwykłe menu w stopce */

#menuSimpleFooter
{                
    padding: 0;  
    margin: 0 0 1.5em;
    text-align: center;
        font-size: 95%;
}                      

#menuSimpleFooter li
{                   
    margin: 0;      
    list-style-type: none;
    display: inline;      
    padding: 0 0.2em;     
}                         

#menuSimpleFooter li a
{                     
                      
}                     

#menuSimpleFooter li a:hover
{                           
                            
}                           

#menuSimpleFooter li.first a
{                           

}

#menuSimpleFooter li.last a
{                          

}

/* ==================== górne menu z podmenu rozwijanym w JS */

/* menu główne */
#menu2dhTop ul   
{                
    padding: 0 10px;
    margin: 0;      
    line-height: 2.5em;
    min-height: 2.5em; 
}                      

#menu2dhTop ul li
{                
    list-style-type: none;
    margin: 0;            
    padding: 0;           
    float: left;          
    min-height: 2.5em;    
}                         

#menu2dhTop ul li a
{                  
    font-weight: bold;
    display: block;   
    min-height: 2.5em;
    padding: 0 0.8em; 
}                     

#menu2dhTop ul li a:hover
{                        

}

#menu2dhTop ul li.selected a 
{                            
                             
}                            

/* podmenu */
#menu2dhSub  
{            
    min-height: 2.5em;
}                     

#menu2dhSub ul
{             
    padding: 0 10px 0 15px;
    margin: 0;             
    font-size: 95%;        
    line-height: 2.5em;    
    min-height: 2.5em;     
}                          

#menu2dhSub ul li
{                
    list-style-type: none;
    margin: 0;            
    padding: 0;           
    float: left;          
    min-height: 2.5em;    
}                         

#menu2dhSub ul li a
{                  
    display: block;
    min-height: 2.5em;
    padding: 0 1em;   
}                     

#mainMenu {
        background: #01408f url(/images/main_menu.png) repeat-x 0 100%;
        border-top: 1px solid #172c3d;                                 
        padding-bottom: 1px;                                           
        border-bottom: 2px solid #e92203;                              
}                                                                      

#mainMenu ul {
        margin: 0;
        padding: 0;
}                  

#mainMenu ul li {
  margin: 0;     
  padding: 0;    
        list-style-type: none;
}                             

#mainMenu ul li.first {
        border-left: none !important;
}                                    

#mainMenu ul li.firstLevel {
        float: left;        
        border-left: 1px dotted #4180b5;
        position: relative;             
}                                       

#mainMenu ul li a.firstLevelLink {
  color: #fff;                    
        display: block;           
        padding: 1.1em 20px;      
        font-weight: bold;        
}                                 

#mainMenu ul li a.firstLevelLink:hover {
        text-decoration: none;          
}                                       

#mainMenu ul li div {
        display: none;
        position: absolute;
  top: 100%;               
        left: 0;           
        background: #001f4e url(/images/submenu_bottom.png) repeat-x 0 100%;
        border: 1px solid #283a60;                                          
        border-top: none;                                                   
        padding-bottom: 1.6em;                                              
}                                                                           

#mainMenu ul li:hover div.firstLevelDiv {
        display: block;                  
}                                        

#mainMenu ul li div ul {
        padding-top: 1.8em;
        background: url(/images/submenu_top.png) repeat-x;
        width: 180px;                                     
}                                                         

#mainMenu ul li div ul li {
  border-bottom: 1px solid #1b4075;
        position: relative;        
}                                  

#mainMenu ul li div ul li.first {
        border-top: 1px solid #1b4075;
}                                     

#mainMenu ul li div ul li a {
  display: block;            
        color: #c6ebff;      
        padding: 0.3em 33px; 
        text-align: center;  
}                            

#mainMenu ul li div ul li a:hover,
#mainMenu ul li div ul li.select a {
  background-color: #002d6e;        
        text-decoration: none;      
}                                   

#mainMenu ul li div ul li:hover div {
        display: block;              
}                                    

#mainMenu ul li div ul li div {
        position: absolute;    
        left: 180px;           
        top: -1.85em;          
        display: none;         
}                              
=======                        
/* ==================== boczne dwupoziomowe */

#twoDSideMenu .sideMenu
{                      
    padding: 0;        
    margin: 0 0 1em;   
}                      

#twoDSideMenu .sideMenu li
{                         
    padding: 0;           
    margin: 0;            
    list-style-type: none;
}                         

#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{                                                           
    display: block;                                         
    padding: 0.3em 1em;                                     
}                                                           

#twoDSideMenu .sideMenu a:hover   
{                                 

}

#twoDSideMenu .sideMenu li.first a  /* first-child */
{                                                    

}

#twoDSideMenu .sideMenu li.last a   /* last-child */
{                                                   

}

#twoDSideMenu .sideMenu li.selected   /* element aktualny */
{                                                           

}

#twoDSideMenu .sideMenu li.selected a     /* odnośnik elementu aktualnego */
{                                                                           

}

#twoDSideMenu .sideMenu li.selected ul    /* podmenu aktualnego elementu */
{                                                                          

}

#twoDSideMenu .sideMenu li.selected ul a  /* odnośnik w podmenu aktualnego elementu */
{                                                                                     
    font-size: 90%;                                                                   
}                                                                                     

#twoDSideMenu .sideMenu li.selected ul a:hover
{                                             
                                              
}                                             

#twoDSideMenu .sideMenu li.selected ul a.selected     /* aktualny element podmenu */
{                                                                                   

}

/* ==================== górne nawigacyjne */

#navigationTop
{             
    position: absolute;
    top: 1px;          
    right: 0;          
    padding: 0 0 0 2em;
    margin: 0;         
    min-height: 2.5em; 
    font-size: 90%;    
}                      

#navigationTop li
{                
    line-height: 2.5em;
    list-style-type: none;
    float: left;          
        padding-right: 2em;
    background-position: 0;         /* dla ewentualnych obrazków przy elementach nawigacji */
    background-repeat: no-repeat;                                                            
}                                                                                            

#navigationTop li a
{                  
    padding-left: 0;    /* miejsce na ewentualny obrazek */
}                                                          

#navigationTop li a:hover
{                        

}

/* ==================== górne zwykłe poziome */

.menuSimpleTop {
        background: url(/images/menu_box.png) repeat-x 0 100%;
        border-bottom: 1px solid #dedede;                     
        margin-bottom: 0.8em;                                 
}                                                             

.menuSimpleTop ul {
  padding: 0;      
  margin: 0;       
}                  

.menuSimpleTop ul li {
  list-style-type: none;
  padding: 0;           
  margin: 0;            
}                       

.menuSimpleTop ul li a {
  font-weight: bold;    
  display: block;       
  padding: 0.5em 8px 0.5em 20px;
        background: url(/images/menu_box_a.png) no-repeat 8px 1em;
}                                                                 

.menuSimpleTop ul li.selected a,
.menuSimpleTop ul li a:hover {  
  background: #e1e2e4 url(/images/menu_box_a_hover.png) no-repeat 8px 1em;
        text-decoration: none;                                            
}                                                                         

.menuSimpleTop ul li.first a {

}

.menuSimpleTop ul li.last a {

}

/* ==================== górne poziome podmenu */

#submenuSimpleTop ul
{                   
    padding: 0 10px;
    margin: 0;      
        font-size: 95%;
}                      

#submenuSimpleTop ul li
{                      
    list-style-type: none;
    float: left;          
}                         

#submenuSimpleTop ul li a
{                        
    display: block;      
    float: left;         
    padding: 0.3em 1em;  
}                        

#submenuSimpleTop ul li.selected a
{                                 
                                  
}                                 

#submenuSimpleTop ul li a:hover
{                              

}

#submenuSimpleTop ul li.first a
{                              

}

#submenuSimpleTop ul li.last a
{                             

}

/* ==================== zwykłe menu w stopce */

#menuSimpleFooter
{                
    padding: 0;  
    margin: 0 0 1.5em;
    text-align: center;
        font-size: 95%;
}                      

#menuSimpleFooter li
{                   
    margin: 0;      
    list-style-type: none;
    display: inline;      
    padding: 0 0.2em;     
}                         

#menuSimpleFooter li a
{                     
                      
}                     

#menuSimpleFooter li a:hover
{                           
                            
}                           

#menuSimpleFooter li.first a
{                           

}

#menuSimpleFooter li.last a
{                          

}

/* ==================== górne menu z podmenu rozwijanym w JS */

/* menu główne */
#menu2dhTop ul   
{                
    padding: 0 10px;
    margin: 0;      
    line-height: 2.5em;
    min-height: 2.5em; 
}                      

#menu2dhTop ul li
{                
    list-style-type: none;
    margin: 0;            
    padding: 0;           
    float: left;          
    min-height: 2.5em;    
}                         

#menu2dhTop ul li a
{                  
    font-weight: bold;
    display: block;   
    min-height: 2.5em;
    padding: 0 0.8em; 
}                     

#menu2dhTop ul li a:hover
{                        

}

#menu2dhTop ul li.selected a 
{                            
                             
}                            

/* podmenu */
#menu2dhSub  
{            
    min-height: 2.5em;
}                     

#menu2dhSub ul
{             
    padding: 0 10px 0 15px;
    margin: 0;             
    font-size: 95%;        
    line-height: 2.5em;    
    min-height: 2.5em;     
}                          

#menu2dhSub ul li
{                
    list-style-type: none;
    margin: 0;            
    padding: 0;           
    float: left;          
    min-height: 2.5em;    
}                         

#menu2dhSub ul li a
{                  
    display: block;
    min-height: 2.5em;
    padding: 0 1em;   
}                     

#mainMenu {
        background: #01408f url(/images/main_menu.png) repeat-x 0 100%;
        border-top: 1px solid #172c3d;                                 
        padding-bottom: 1px;                                           
        border-bottom: 2px solid #e92203;                              
}                                                                      

#mainMenu ul {
        margin: 0;
        padding: 0;
}                  

#mainMenu ul li {
  margin: 0;     
  padding: 0;    
        list-style-type: none;
}                             

#mainMenu ul li.first {
        border-left: none !important;
}                                    

#mainMenu ul li.firstLevel {
        float: left;        
        border-left: 1px dotted #4180b5;
        position: relative;             
}                                       

#mainMenu ul li a.firstLevelLink {
  color: #fff;                    
        display: block;           
        padding: 1.1em 20px;      
        font-weight: bold;        
}                                 

#mainMenu ul li a.firstLevelLink:hover {
        text-decoration: none;          
}                                       

#mainMenu ul li div {
        display: none;
        position: absolute;
  top: 100%;
        left: 0;
        background: #001f4e url(/images/submenu_bottom.png) repeat-x 0 100%;
        border: 1px solid #283a60;
        border-top: none;
        padding-bottom: 1.6em;
}

#mainMenu ul li:hover div.firstLevelDiv {
        display: block;
}

#mainMenu ul li div ul {
        padding-top: 1.8em;
        background: url(/images/submenu_top.png) repeat-x;
        width: 180px;
}

#mainMenu ul li div ul li {
  border-bottom: 1px solid #1b4075;
        position: relative;
}

#mainMenu ul li div ul li.first {
        border-top: 1px solid #1b4075;
}

#mainMenu ul li div ul li a {
  display: block;
        color: #c6ebff;
        padding: 0.3em 33px;
        text-align: center;
}

#mainMenu ul li div ul li a:hover,
#mainMenu ul li div ul li.select a {
  background-color: #002d6e;
        text-decoration: none;
}

#mainMenu ul li div ul li:hover div {
        display: block;
}

#mainMenu ul li div ul li div {
        position: absolute;
        left: 180px;
        top: -1.85em;
        display: none;
}>>>>>>> .r496


/* css file: menu_svn.css */

/* ==================== boczne dwupoziomowe */

#twoDSideMenu .sideMenu
{
    padding: 0;
    margin: 0 0 1em;
}

#twoDSideMenu .sideMenu li
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{
    /*display: block;
    padding: 0.3em 1em;*/
}

#twoDSideMenu .sideMenu a:hover   
{

}

#twoDSideMenu .sideMenu li.first a  /* first-child */
{

}

#twoDSideMenu .sideMenu li.last a   /* last-child */
{
	
}

#twoDSideMenu .sideMenu li.selected   /* element aktualny */
{

}

#twoDSideMenu .sideMenu li.selected a     /* odnośnik elementu aktualnego */
{

}

#twoDSideMenu .sideMenu li.selected ul    /* podmenu aktualnego elementu */
{

}

#twoDSideMenu .sideMenu li.selected ul a  /* odnośnik w podmenu aktualnego elementu */
{
    font-size: 90%;
}

#twoDSideMenu .sideMenu li.selected ul a:hover
{
   
}

#twoDSideMenu .sideMenu li.selected ul a.selected     /* aktualny element podmenu */
{

}

/* ==================== górne nawigacyjne */

#navigationTop
{
    position: absolute;
    top: 1px;
    right: 0;
    padding: 0 0 0 2em;
    margin: 0;
    min-height: 2.5em;
    font-size: 90%;
}

#navigationTop li
{
    line-height: 2.5em;
    list-style-type: none;
    float: left;
	padding-right: 2em;
    background-position: 0;         /* dla ewentualnych obrazków przy elementach nawigacji */
    background-repeat: no-repeat;
}

#navigationTop li a
{
    padding-left: 0;    /* miejsce na ewentualny obrazek */
}

#navigationTop li a:hover
{

}

/* ==================== górne zwykłe poziome */

.menuSimpleTop {
	background: url(/images/menu_box.png) repeat-x 0 100%;
	border-bottom: 1px solid #dedede;
	margin-bottom: 0.8em;
}

.menuSimpleTop ul {
  padding: 0;
  margin: 0;
}

.menuSimpleTop ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menuSimpleTop ul li a {
  font-weight: bold;
  display: block;
  padding: 0.5em 8px 0.5em 20px;
	background: url(/images/menu_box_a.png) no-repeat 8px 1em;
}

.menuSimpleTop ul li.selected a,
.menuSimpleTop ul li a:hover {
  background: #e1e2e4 url(/images/menu_box_a_hover.png) no-repeat 8px 1em;
	text-decoration: none;
}

.menuSimpleTop ul li.first a {

}

.menuSimpleTop ul li.last a {

}

/* ==================== górne poziome podmenu */

#submenuSimpleTop ul
{
    padding: 0 10px;
    margin: 0;
	font-size: 95%;
}

#submenuSimpleTop ul li
{
    list-style-type: none;
    float: left;    
}

#submenuSimpleTop ul li a
{
    display: block;
    float: left;
    padding: 0.3em 1em;
}

#submenuSimpleTop ul li.selected a
{
    
}

#submenuSimpleTop ul li a:hover
{

}

#submenuSimpleTop ul li.first a
{

}

#submenuSimpleTop ul li.last a
{

}

/* ==================== zwykłe menu w stopce */

#menuSimpleFooter
{
    padding: 0;
    margin: 0 0 1.5em;
    text-align: center;
	font-size: 95%;
}

#menuSimpleFooter li
{
    margin: 0;
    list-style-type: none;
    display: inline;
    padding: 0 0.2em;
}

#menuSimpleFooter li a
{
    
}

#menuSimpleFooter li a:hover
{
    
}

#menuSimpleFooter li.first a
{

}

#menuSimpleFooter li.last a
{

}

/* ==================== górne menu z podmenu rozwijanym w JS */

/* menu główne */
#menu2dhTop ul
{
    padding: 0 10px;
    margin: 0;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhTop ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhTop ul li a
{
    font-weight: bold;
    display: block;
    min-height: 2.5em;
    padding: 0 0.8em;
}

#menu2dhTop ul li a:hover
{
	
}

#menu2dhTop ul li.selected a 
{
    
}

/* podmenu */
#menu2dhSub
{
    min-height: 2.5em;
}

#menu2dhSub ul
{
    padding: 0 10px 0 15px;
    margin: 0;
    font-size: 95%;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhSub ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhSub ul li a
{
    display: block;
    min-height: 2.5em;
    padding: 0 1em;
}

#mainMenu {
	background: #01408f url(/images/main_menu.png) repeat-x 0 100%;
	border-top: 1px solid #172c3d;
	padding-bottom: 1px;
	border-bottom: 2px solid #e92203;
}

#mainMenu ul {
	margin: 0;
	padding: 0;
}

#mainMenu ul li {
  margin: 0;
  padding: 0;
	list-style-type: none;
}

#mainMenu ul li.first {
	border-left: none !important;
}

#mainMenu ul li.firstLevel {
	float: left;
	border-left: 1px dotted #4180b5;
	position: relative;
}

#mainMenu ul li a.firstLevelLink {
  color: #fff;
	display: block;
	padding: 1.1em 20px;
	font-weight: bold;
}

#mainMenu ul li a.firstLevelLink:hover {
	text-decoration: none;
}

#mainMenu ul li div {
	display: none;
	position: absolute;
  top: 100%;
	left: 0;
	background: #001f4e url(/images/submenu_bottom.png) repeat-x 0 100%;
	border: 1px solid #283a60;
	border-top: none;
	padding-bottom: 1.6em;
}

#mainMenu ul li:hover div.firstLevelDiv {
	display: block;
}

#mainMenu ul li div ul {
	padding-top: 1.8em;
	background: url(/images/submenu_top.png) repeat-x;
	width: 180px;
}

#mainMenu ul li div ul li {
  border-bottom: 1px solid #1b4075;
	position: relative;
}

#mainMenu ul li div ul li.first {
	border-top: 1px solid #1b4075;
}

#mainMenu ul li div ul li a {
  display: block;
	color: #c6ebff;
	padding: 0.3em 33px;
	text-align: center;
}

#mainMenu ul li div ul li a:hover,
#mainMenu ul li div ul li.select a {
  background-color: #002d6e;
	text-decoration: none;
}

#mainMenu ul li div ul li:hover div {
	display: block;
}

#mainMenu ul li div ul li div {
	position: absolute;
	left: 180px;
	top: -1.85em;
	display: none;
}

/* css file: press.css */


