#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:122px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
#ajaxmenu ul li span {
}	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:40px;
	line-height: 15px;
	}
#ajaxmenu ul li a {
color:#FFFFFF;
font-weight:bold;
height:30px;
}


          
/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
  width:122px;
	}
#ajaxmenu ul li.category {
	font-weight: bold;
	height: 40px;
	line-height: 18px;
	padding-right: 0px;
	padding-left: 0px;
	background:#ff0000;
	margin: 0px;
  width:122px;
  font-size:12px;
  line-height:15px;
	}
	
#ajaxmenu ul li.lastcategory {
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
  width:122px;
	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	background: #000000;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background: #000000;
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background: #000000;
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	width:122px;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #FF0000;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: left center;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	font-weight: normal;
	width: 116px;
	background-color: #CBCBCB;
	background-position: left center;
	font-size:10px;

}
#ajaxmenu li ul li a {
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */

.linia  {
margin-top:6px;
margin-bottom:3px;
}
