/*
font.pc_on{
  color: #000000;
  font-size: 14px;
}
*/
#menu{
background: url(menu_tlo.gif) top left repeat-x;
width: 100%;
border-right: 1px solid #BCBBBB;

}

#podmenu{
background: url(menu_tlo2.gif) bottom left repeat-x;
width: auto;
height: 32px
}

/*
.on_menu{
color: #ff0000;
background: url(menu_on.gif) #A2000B repeat-x top; 
}
*/

#thicktabs{
padding: 0px;

margin: 0px;
height: 31px;
background: url(menu_bottomf.gif) left bottom repeat-x;

margin: 0;
margin-top:5px;
padding: 0;
float: left;
font-size: 13px;
font-weight: bold;
line-height: 14px;
border-top: 1px solid #707070;
display: block;

}

#thicktabs li{
display: inline;
}

/* menu off*/
#thicktabs li a{
float: left;
color: #ddd;
padding: 5px 11px; /*padding of tabs*/
text-decoration: none;
background: url(menu.gif) #222222 repeat-x top;
border-right: 1px solid #9F9898; /*top border style*/
/* border-bottom: 1px solid #eeeeee; /*thick bottom border below tabs*/
letter-spacing: 0.12ex;
}

#thicktabs li a.act{
color: #fff; 
background: url(/templates/menu/menu_on.gif)  repeat-x top;
height: 20px;
}

#thicktabs li a.noact{
color: #ddd;
background: url(menu.gif) #222222 repeat-x top;

}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #000000; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #ffffff; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{

}
/* menu on*/
#thicktabs li a:hover{
color: #fff;
background: url(/templates/menu/menu_on.gif)  repeat-x top; /*background image swap on hover*/
height: 21px;
}

ul.podmenu {
	float:left;
	width:100%
	line-height:normal;

	/*margin-bottom:1em;*/ /*margin between menu and rest of page*/
	overflow:hidden;
	}

ul.podmenu {
	margin:0;
	padding:0px;
	list-style:none;
	
	}

ul.podmenu li {
	display:inline;
	margin:0;
	padding:0;
	}

ul.podmenu a {
  font-weight: bold;
	float:left;
	/*background:url("media/left.png") no-repeat left top;*/
	margin:0;
	padding:0px;
	text-decoration:none;
	}
ul.podmenu a span.on {
	border-bottom: 5px solid #9F9898;
	color: #A2000B;
	/*height: 25px;*/
}

ul.podmenu a span {
	float:left;
	display:block;
	/*background:url("media/right.png") no-repeat right top;*/
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#222;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul.podmenu a span {float:none;}

/* End IE5-Mac hack */
ul.podmenu a:hover span {
  border-bottom: 5px solid #9F9898;
  color: #A2000B;
	}

ul.podmenu a:hover {
	background-position:0% -42px;
	}

ul.podmenu a:hover span {
	background-position:100% -42px;
	}
	
#menuStrony{
margin-left: 5px;
}
	
#menuSklepy{
margin-left: 80px;
}

#menuAplikacje{
margin-left: 180px;
}

#menuProgramy{
margin-left: 230px;
}

#menuInne{
margin-left: 500px;
}