#dhtmlgoodies_menu{
	font-family: arial, Helvetica, sans-serif; /* Font for main menu items */
	font-size: 11px;
	text-align: left; 	
	width:146px;	/* Width of main menu */

}
#dhtmlgoodies_menu li{	/* Main menu <li> */
  border-color: #878067; 
	border-style: solid;
	border-width: 1px;
	border-top-color: #A7A097; 
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #000000; 
	border-left-style: solid;
	border-left-width: 3px;
	margin-bottom: 1px;
}
#dhtmlgoodies_menu ul{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style-type: none;
}
#dhtmlgoodies_menu span {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
#dhtmlgoodies_menu a:hover span {
	color: #FFC76F;
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlgoodies_menu li a{	/* Main menu links */
	background-image: url(../sources/categoryButton.jpg);
	width: 141px;	
	background-color: #A7A097;
	display: block;
	padding: 1px 1px;
	color: #060200;	
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#dhtmlgoodies_menu li a.jasniej{	/* Main menu links */
  color: #505050;
}
#dhtmlgoodies_menu li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	background-position: 146px;
	color: #F5F4ED;
	text-decoration: none;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #878067;
	background-image: url(../sources/categoryButtonLong.jpg);
  font-family: arial, Helvetica, sans-serif; /* Font for main menu items */
	font-size: 11px;
	font-weight: bold;
	text-align:left;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
  border-color: red; 
	border-style: solid;
	border-width: 0px;
	list-style-type:none;
	margin:0px;
	padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
  display: block;	/* Display as block - you shouldn't change this */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	line-height:16px;	/* 16 pixels height */
	width:100%;
	padding:0px;	/* 1px of "air" inside */
	margin:0px;
	display: block;	/* Display as block - you shouldn't change this */
	border-color: green; 
	border-style: solid;
	border-width: 0px;
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	background-image: url(../sources/categoryButtonLong.jpg);
  background-position: 246px;
	color: #F5F4ED;
	text-decoration: none;
}

#logowanie{
	font-family: arial, Helvetica, sans-serif; /* Font for main menu items */
	font-size: 11px;
	text-align: left; 
  padding-top: 5px;
  padding-bottom: 5px;	
	width:142px;	/* Width of main menu */
  background-image: url(../sources/categoryButton.jpg);
  border-color: #878067; 
	border-style: solid;
	border-width: 1px;
	border-top-color: #A7A097; 
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #000000; 
	border-left-style: solid;
	border-left-width: 3px;
}
#logowanie span {
  font-size: 16px;
	font-weight: bold;
	color: #990000;
}
input.inputbox-logowanie {
  font-weight: normal;
	font-size: 10px;
	padding: 0px;
	height: 15px;
	width: 70px;
	margin-bottom: 3px;
}
input.submitbox-logowanie {
  font-weight: normal;
	font-size: 9px;
	color: gray;
	padding: 0px;
}
a.linka:link, a.linka:visited {
	text-decoration: none;
	color: #505050;
	font-size: 9px;
}
a.linka:hover, a.linka:active {
	text-decoration: none;
	color: #770000;
	font-size: 9px;
}
