body, table, td, tr { color: white; font-family: tahoma; }
.pasek { background-image: url('gfx/pasek.jpg');  text-align: right; color: black; font-weight: bold; padding-right: 4px; }
a.menu { color: white; text-align: right; font-weight: bold; padding: right: block; display: block; text-decoration: none; }
a.menu:active { color: white; text-align: right; font-weight: bold; padding: right: block; display: block;text-decoration: none; }
a.menu:visited { color: white; text-align: right; font-weight: bold; padding: right: block; display: block;text-decoration: none; }
a.menu:hover { color: black; text-align: right; font-weight: bold; padding: right: block; display: block; background: url('gfx/pasek.jpg');text-decoration: none; }
.stopka { font-size: 12px; color: white; border-top: 1px solid #C0C0C0; border-width: 98%; text-align: center; }
.tn { background-image: url('gfx/pasek_dlugi.jpg');  text-align: left; color: black; font-weight: bold; padding-left: 6px; }
.tresc { text-align: justify; color: white; }
a { color: white; text-decoration: none; }
a:active { color: white; text-decoration: none; }
a:visted { color: white; text-decoration: none; }
a:hover { color: white; text-decoration: none; font-weight: bold;}
.input { background-color: black; color: white; border: 1px solid #C0C0C0; }
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px tahoma;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 1;
padding: 1;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: white;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid #D7CFA0;
font-size: 90%;
text-align: right;
}

.arrowlistmenu ul li a:visited{
color: white;
text-align: right;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: black;
background-color: #D7CFA0;
text-align: right;
}