html, body
{
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
  background:#eaf1cf;
  background-image: url(tl.gif);
  background-repeat: repeat-x;
  background-position: top;
  color:#858585;
  margin: 0;
  padding: 0;
}

a{text-decoration:none;color:#526310}
a:hover{text-decoration:underline}

input.search
{
border:1px solid #97bf16;
background-color: #cedf89;
width:143px;
height:14px;
padding:3px;
font-size:11px;
color:#829C19;
margin:5px 5px 0 5px;
}

input:hover.search
{
border:1px solid #addb19;
background-color: #dfeab2;
}

input.button_add
{
border:1px solid #ffcc00;
background-color: #000000;
color:#cc0000;
font-size:11px;
height: 21px;
font-weight:bold;
margin:5px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
input.button{
cursor:pointer;
border:solid 1px #97bf16;
color:#829C19;
font-weight:bold;
padding: 1px 2px;
background:url(formbg.gif) repeat-x left top;
margin:5px;
}
input.button_yellow{
cursor:pointer;
border:solid 1px #ff6600;
color:#ff6600;
font-weight:bold;
padding: 1px 2px;
background:url(formbgyellow.gif) repeat-x left top;
margin:5px;
}

.formdodaj
{

border:1px solid #FFCC00;
background-color: #ffde45;
width:300px;
height:100px;
padding:3px;
font-size:11px;
color:#FF6600;
margin:5px 5px 0 5px;
}
input.formdodaj {
height:15px;
}

.formdodaj_sel
{
border:1px solid #FFCC00;
background-color: #ffde45;
padding:3px;
font-size:11px;
color:#FF6600;
margin:5px 5px 0 5px;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ffd5d5;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #ff8888;
font:normal 11px Verdana;
text-align: left;
color: #d03e3e;
line-height:18px;
z-index:100;
border-right: 3px solid #d06f6f;
border-bottom: 3px solid #d06f6f;
visibility: hidden;
}
.hintbox_title {
	color:#d03e3e;
	font-weight: bold;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #CC0000;
margin: 3px 8px;
}

input.formdodaj_yellow
{
border:1px solid #FFCC00;
background-color: #ffe270;
width:350px;
height:14px;
padding:3px;
font-size:11px;
color:#FF6600;
margin:5px 5px 0 5px;
}

input:hover.formdodaj_yellow, select:hover.formdodaj_yellow
{
border:1px solid #FF6600;
background-color: #ffe88c;
}

select.formdodaj_yellow
{
border:1px solid #FFCC00;
background-color: #ffe270;
width:156px;
height:20px;
font-size:11px;
color:#FF6600;
margin:5px 5px 0 5px;
}

textarea.area_link
{
border:1px solid #FFCC00;
background-color: #ffe270;
width:350px;
height:120px;
padding:3px;
font-size:11px;
color:#FF6600;
margin:5px 5px 0 5px;
}

textarea:hover.area_link
{
border:1px solid #FF6600;
background-color: #ffe88c;
}


form {
  margin: 0;
}
.button {
 border: 1px solid #999999;
 font-weight: bold;
 font-size: 11px;
 color: #2B4244;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 height: 18px;
 background-color: #EDEFE5;
 padding-bottom: 2px;
}
.wpis {
 border-bottom: 1px solid #BAC2BD;
 border-left: none;
 border-right: none;
 border-top: none;
 padding: 2px;
 font-size: 10px;
 color: #2B4244;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 height: 12px;
 background-color: #EDEFE5;
 margin-left: 3px;
}

.top
{
  height:196px;
  text-align:center;
  font-size:11px;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
}
.main
{
  font-size:11px;
  border: none;
  padding: 0px 0px 0px 0px;
}

.foot
{

  font-size:11px;
  background:#444444;
  background-image: url(bc.png);
  /*background-repeat: repeat-x;*/
  width:1021px;
  height:126px;
  background-position: bottom;  
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
  color:#ecae01;
  text-align:center;
}
.foot_l
{
  border: 0;
  background-image: url(bl.gif);
  background-repeat: repeat-x;
  height:123px;
  background-position: bottom;  
}
.foot_c
{
  font-size:11px;
  border: 0;
  background-image: url(bc.png);
  background-repeat: no-repeat;
  width:967px;
  height:123px;
  background-position: bottom;  
  color:#000000;
  text-align:center;
  margin:auto;
}


.left
{
  margin: 0px;
}
.left_header
{
	background: #D2E292 url(menu_left_hd.gif) no-repeat;
	background-position: left;
	width:178px;
	height:24px;
}

a.link_left_header
{
  font-size: 17px;
  font-weight: normal;
  color: #DBED90;
  text-decoration: none;
  padding-left: 10px;
  vertical-align:top;
}
a:hover.link_left_header
{
  color: #97bf16;
}


.left_content_txt
{
	padding:10px 5px 0 5px;
}

.left_footer
{
	background: #D2E292 url(menu_left_ft.gif) no-repeat;
	height:5px;
	width:178px;
	margin-bottom:20px;
	font-size: 1px;
}

/* box statystyki */
.bar_staty {
	font-size: 1px;
	background-color: #FF6600;
	height:8px;
}

.text_body
{
  text-align:left;
  background:transparent;
  padding: 10px 10px 10px 10px;
  margin: 0px;
}
.right
{
  text-align:left;
  margin: 0px;
}
.text_body_h1
{
font-size:17px;
font-weight:normal;
padding-bottom:5px;
color:#97bf16;
}

.text_body_h1_box1
{
 background-image: url(box548green_t.png);
 background-repeat: no-repeat;
 width:548px;
 height:24px;
font-size:17px;
font-weight:normal;
color:#dbed90;
padding-left:10px;
}
.text_body_h1_box1 a
{
font-size:17px;
font-weight:normal;
 text-decoration: none;
color:#dbed90;
}
.text_body_h1_box1 a:hover
{
color:#86A01C;
}



.text_body_opis_box1
{
 background-image: url(box548green_m.png);
 background-repeat: repeat-y;
 padding:10px;
 width:528px;
 color:#829C19;
 line-height:150%
}
.text_body_footer_box1
{
 background-image: url(box548green_b.png);
  background-repeat: no-repeat;
 width:548px;
 height:4px;
}

.text_body_h3
{
font-size:12px;
font-weight:bold;
padding-bottom:10px;
color:#e6e6e6;
}
.text_body_h3_b
{
font-size:12px;
font-weight:bold;
padding-bottom:10px;
}

a.friends
{
  font-weight: normal;
  text-decoration: none;
  color: #ECAE01;
}
a.friends:hover
{
  font-weight: normal;
  text-decoration: none;
  color: #EC8501;
}

img {border:0;}

img.msn
{
float:left;
border: 3px solid #97bf16;
margin-top:10px;
}
img.msn_fav
{
border: 3px solid #829C19; 
margin:0;
width:120px;
height:90px;
}

img.msn_yellow
{
float:left;
border: 3px solid #FFCC00;
margin-top:10px;
}

.wpistd
{
  vertical-align:top;
}
.wpistd_ml
{
  vertical-align:top;
  background-image: url(wp_ml.gif);
  background-repeat: repeat-y;
  width:126px;
  padding-left:10px;
}
.wpistd_mr
{
  vertical-align:top;
  background-image: url(wp_mr.gif);
  background-repeat: repeat-y;
  width:412px;
}
.wpistd_b
{
  vertical-align:top;
  background-image: url(wp_b.gif);
  background-repeat: no-repeat;
  width:548px;
  height:3px;
}
.wpistd_yellow_m
{
  vertical-align:top;
  background-color: #ffec95;
  background-image: url(wp_yellow_m.png);
  background-repeat: repeat-y;
  width:548px;
}
.body_links
{
  color: #FF6600;
}
a.body_links
{
  font-weight: normal;
  color: #FF6600;
}
.foot_links a
{
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}
.foot_links a:hover
{
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}
.foot_links_left
{
  text-align:left;float:left;padding-top:50px
}
.foot_links_right
{
  text-align:right;padding-top:50px
}


.nav
{
text-align:right;
padding:5px 0px 5px 0px;
}
.nav_det
{
text-align:left;
padding: 0px 0px 0px 15px;
}
.links_block
{
  padding-top:0px;
}

.link_block
{
  margin-bottom:10px;
  font-size: 11px;
}
.link_block th
{
   background-image: url(wp_t.gif);
  background-repeat: no-repeat;
  width:538px;
  height:24px;
  padding-left:10px;
  color:#FF6600;
  font-size: 12px;
  text-align:left;
}


a.out_link
{
  font-size: 12px;
  font-weight: bold;
  color: #ff6600;
}

a.out_link_fav
{
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #4b561f;
}
a:hover.out_link_fav
{
  color: #111111;
}

a.out_link_tag
{
  font-size: 12px;
  font-weight: bold;
  color: #5c5c5c;
}

.text_link
{
  margin-bottom: 5px;
  font-size:11px;
  color:#AA4400;
}
div.text_link img
{
margin-top:3px;
}

a.in_link
{
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #e63a3a;
}

a.in_link_fav
{
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #91a73c;
}

a:hover.in_link_fav
{
  color: #4b561f;
}

.add_block
{
  margin:auto;
  background-image: url(box_tagi.gif);
  background-repeat: no-repeat;
  background-position: top;
  width:548px;
  height:149px;
}


.cat_sub_block
{
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 10px 0px;
}

.cat_block_home
{
  background-image: url(box_kategorie.png);
  background-repeat: no-repeat;
  background-position: left;
  padding: 0px;
  margin: 0px 0px 12px 3px;
  width:177px;
}
.in_link_home_cat_div
{
  margin: 0px 0px 5px 0px;
}
a.in_link_home_cat_hd
{
  font-size: 15px;
  font-weight: normal;
  color: #0066ff;
  text-decoration: none;
  background-image: url(ico_folder.gif);
  background-repeat: no-repeat;
  background-position: 3px 2px;
  padding-left: 23px;
}
a:hover.in_link_home_cat_hd
{
  color: #004bba;
}

a.in_link_home_cat_hd_mapa
{
  font-size: 17px;
  font-weight: normal;
  color: #FF6600;
  text-decoration: none;
  background-image: url(ico_folder.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
}
a:hover.in_link_home_cat_hd_mapa
{
  color: #FF6600;
  text-decoration: underline;
}

a.in_link_home_cat
{
  font-size: 17px;
  font-weight: normal;
  color: #DBED90;
  text-decoration: none;
  background-image: url(li.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
}

a:hover.in_link_home_cat
{
  color: #97bf16;
}


a.out_link_home_cat, a:visited.out_link_home_cat
{
  color: #999999;
  text-decoration: none;
}
a:hover.out_link_home_cat
{
 color: #dedede;
 text-decoration: underline;
}


a.more, a:visited.more
{
  font-size: 11px;
  font-weight: normal;
  color: #5c5c5c;
  text-decoration: none;
}
a:hover.more
{
 color: #292929;
 text-decoration: underline;
}


.ilosc_cat /* ilosc wyswietlanych wpis�w w podkategoriach */
{
  font-size: 11px;
  color: #829C19;
}


.sub_block_home
{
  text-decoration: none;
  padding: 0px 0px 8px 5px;
  margin: 0px 0px 0px 5px;
}
a.in_link_home_sub
{
  font-size: 11px;
  font-weight: normal;
  color: #0066FF;
  text-decoration: none;
}
a.in_link_home_sub:hover
{
  font-size: 11px;
  font-weight: normal;
  color: #0066FF;
  text-decoration: underline;
}


.sub_block_cat
{
  border: 1px solid #000000;
  background:#5c5c5c;
  padding: 5px 5px 5px 10px;
  margin: 0px 0px 5px 0px;
  width:163px;
}
a.in_link_cat_sub
{
  font-size: 11px;
  font-weight: bold;
  color: #e6e6e6;
  text-decoration: none;
}
a.in_link_cat_sub:hover
{
  font-size: 11px;
  font-weight: bold;
  color: #ffffff; 
  text-decoration: underline;
}
.odwrob
{
  color:#AA4400;
}
.robots
{
text-align:right;
margin:5px 0;
padding-right:20px;
color:#999999;
}
div.robots img{
margin-left:15px;
}
div.robots font{
font-size:11px;
}
.p1 li{
padding-bottom:5px;
}

.rss_title {
  font-size: 11px;
  font-weight: bold;
  color: #4B561F;
}
a.rss_link, a:visited.rss_link {
  font-size: 11px;
  font-weight: normal;
  color: #91a73c;
  text-decoration: none;
}
a:hover.rss_link {
  color: #4b561f;
}

.rss_content {
  font-size: 11px;
  color: #999999;
}


.google_ads {
float : right;
margin-left: 2em;
width : auto;
}

.szcz_firma th {
	font-weight:bold
}
.szcz_firma td {
	padding-left:5px
}
#mapka {
	width: 390px; height: 250px; background: #FFEC95;
	background-image: url('ladowanie.gif'); background-position: center; background-repeat: no-repeat;
}


/* gwiazdki */
/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	/*border-bottom:1px solid #999;*/
	padding-bottom:4px;
	margin-bottom:4px;
	}

.loading {
	height: 30px;
	background: url('working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 16px;
	position: relative;
	background: url('starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:16px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:16px;}
.unit-rating a.r2-unit{left:16px;}
.unit-rating a.r2-unit:hover{width: 32px;}
.unit-rating a.r3-unit{left: 32px;}
.unit-rating a.r3-unit:hover{width: 48px;}
.unit-rating a.r4-unit{left: 48px;}
.unit-rating a.r4-unit:hover{width: 64px;}
.unit-rating a.r5-unit{left: 64px;}
.unit-rating a.r5-unit:hover{width: 80px;}
.unit-rating a.r6-unit{left: 80px;}
.unit-rating a.r6-unit:hover{width: 96px;}
.unit-rating a.r7-unit{left: 96px;}
.unit-rating a.r7-unit:hover{width: 112px;}
.unit-rating a.r8-unit{left: 112px;}
.unit-rating a.r8-unit:hover{width: 128px;}
.unit-rating a.r9-unit{left: 128px;}
.unit-rating a.r9-unit:hover{width: 144px;}
.unit-rating a.r10-unit{left: 144px;}
.unit-rating a.r10-unit:hover{width: 160px;}

.unit-rating li.current-rating {
	background: url('starrating.gif') left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#AA4400;}
.thanks {color:#AA4400;}
.static {color:#AA4400;}


.koment_box_tytul {
	color: #CC0000;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:10px;
}
.koment_box {
	color: #829c19;
}
.koment_box_data {
	padding-bottom:5px;
	color: #829c19;
}
.koment_box a {
	color: #97BF16;
}
.koment_box a:hover {
	
}
.koment_box_wpis {
	border-left: solid 3px #829c19;
	padding-left:5px;
	margin-bottom: 15px;
	color:#829c19;
}
.koment_form {
	color: #829c19;
}

.bg_mc {
	width:100%;
	height:100%;
	margin:0 auto;
	background-image: url(mc.png);
	background-repeat: repeat-x
}


/* box welcome */
table.welcome_box {
	margin:auto;
}
th.welcome_box_tl {
	background-image: url(welcome_box_tl.gif);
	background-repeat: no-repeat;
	background-color:#FFDD55;
	width:1px;
	height:26px;
}
th.welcome_box_tc {
	background-image: url(welcome_box_tc.gif);
	background-repeat: no-repeat;
	background-color:#FFDD55;
	width:508px;
	height:26px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
	text-align:left;
}
th.welcome_box_tr {
	background-image: url(welcome_box_tr.gif);
	background-repeat: no-repeat;
	background-color:#FFDD55;
	width:1px;
	height:26px;
}

td.welcome_box_ml {
	background-image: url(welcome_box_ml.gif);
	background-repeat: repeat-y;
	width:1px;
}
td.welcome_box_mc {
	background-image: url(welcome_box_mc.gif);
	background-repeat: repeat;
	text-align:justify;
	color:#aa4400;
	width:538px;
}
td.welcome_box_mr {
	background-image: url(welcome_box_mr.gif);
	background-repeat: repeat-y;
	width:1px;
}

td.welcome_box_bl {
	background-image: url(welcome_box_bl.gif);
	background-repeat: no-repeat;
	width:1px;
	height:1px;
}
td.welcome_box_bc {
	background-image: url(welcome_box_bc.gif);
	background-repeat: repeat-x;
	height:1px;
	width:538px;
}
td.welcome_box_br {
	background-image: url(welcome_box_br.gif);
	background-repeat: no-repeat;
	width:1px;
	height:1px;
}


/* box wpisy */
table.wpis_box {
	margin:auto;
	margin-bottom:10px;
}
th.wpis_box_tl {
	background-image: url(wpis_box_tl.gif);
	background-repeat: no-repeat;
	background-color:#FFDD55;
	width:1px;
	height:26px;
}
th.wpis_box_tc {
	background-image: url(wpis_box_tc.gif);
	background-repeat: no-repeat;
	background-color:#FFDD55;
	width:508px;
	height:26px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
	text-align:left;
}
th.wpis_box_tr {
	background-image: url(wpis_box_tr.gif);
	background-repeat: no-repeat;
	background-color:#FFDD55;
	width:1px;
	height:26px;
}

td.wpis_box_ml {
	background-image: url(wpis_box_ml.gif);
	background-repeat: repeat-y;
	width:1px;
}
td.wpis_box_mc {
	background-image: url(wpis_box_mc.gif);
	background-repeat: repeat;
	width:538px;
}
.wpis_box_mc_left {
	width:126px;
	padding-left:10px;
	padding-bottom:10px;
}
.wpis_box_mc_right {
	width:412px;
	padding:10px
}
.wpis_box_mc_infotext {
	color:#AA4400;
	padding-bottom:10px;
}
td.wpis_box_mr {
	background-image: url(wpis_box_mr.gif);
	background-repeat: repeat-y;
	width:1px;
}

td.wpis_box_bl {
	background-image: url(wpis_box_bl.gif);
	background-repeat: no-repeat;
	width:1px;
	height:1px;
}
td.wpis_box_bc {
	background-image: url(wpis_box_bc.gif);
	background-repeat: repeat-x;
	height:1px;
	width:538px;
}
td.wpis_box_br {
	background-image: url(wpis_box_br.gif);
	background-repeat: no-repeat;
	width:1px;
	height:1px;
}


/* box glob tagi */
table.glob_tag_box {
	margin:auto;
}
th.glob_tag_box_tl {
	background-image: url(glob_tag_box_tl.gif);
	background-repeat: no-repeat;
	width:1px;
	height:24px;
}
th.glob_tag_box_tc {
	background-image: url(glob_tag_box_tc.gif);
	background-repeat: repeat-x;
	width:538px;
	height:24px;
	color:#E6E6E6;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	text-align:left;
}
th.glob_tag_box_tr {
	background-image: url(glob_tag_box_tr.gif);
	background-repeat: no-repeat;
	width:1px;
	height:24px;
}

td.glob_tag_box_ml {
	background-image: url(glob_tag_box_ml.gif);
	background-repeat: repeat-y;
	width:1px;
}
td.glob_tag_box_mc {
	background-image: url(glob_tag_box_mc.gif);
	background-repeat: repeat;
	width:538px;
}
td.glob_tag_box_mr {
	background-image: url(glob_tag_box_mr.gif);
	background-repeat: repeat-y;
	width:1px;
}

td.glob_tag_box_bl {
	background-image: url(glob_tag_box_bl.gif);
	background-repeat: no-repeat;
	width:1px;
	height:1px;
}
td.glob_tag_box_bc {
	background-image: url(glob_tag_box_bc.gif);
	background-repeat: repeat-x;
	height:1px;
	width:538px;
}
td.glob_tag_box_br {
	background-image: url(glob_tag_box_br.gif);
	background-repeat: no-repeat;
	width:1px;
	height:1px;
}


/* menu glowne start */
.markermenu{
width: 178px; /*width of menu*/
background: #D2E292 url(menu_left_cont.gif) repeat-y;
}

.markermenu ul{
list-style-type: none;
margin:0;
padding: 0;
margin-right:2px;
}
.markermenu ul li {
margin:0;
padding:0;
}
.markermenu ul li a{
font-size: 13px;
font-weight: bold;
color: #3D461C;
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 146px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #3D461C;
}

.markermenu ul li a:hover{
color: #3D461C;
background-color: #dbed90;
margin: 0;
background-image:url(menu_left_cont_li_on.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */

/* menu glowne end */

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
	background: #D2E292 url(menu_left_cont.gif) repeat-y;
	color:#444444;
}

/* ostrzezenia */
.alert {
	background: #f4cccc url(alert_error.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	color:#858585;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #e37575;
	border-bottom: 2px solid #e37575;
}


/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    /*height: 29px; width: 421px;*/
    height: 29px; width: 500px;
    background: url("menu_top_bg.png") no-repeat top;
    padding: 15px; margin: 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("menu_top_lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("menu_top_lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 13px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
