.menuItemFirst {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	padding: 4px 2px 4px 8px;
	border-left: 2px solid #ACACAC;
	border-top: 2px solid #ACACAC;
	border-right: 2px solid #ACACAC;
	background-color: #FFFFFF;
	background-image: url(../img/bara_meniu_item.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.menuItemFirst:hover {
	color: #005C6F;
}
.menuItem {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	padding: 4px 2px 4px 8px;
	border-left: 2px solid #ACACAC;
	border-right: 2px solid #ACACAC;
	background-color: #FFFFFF;
	background-image: url(../img/bara_meniu_item.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.menuItem:hover {
	color: #005C6F;
}
.menuItemLast {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	padding: 4px 2px 4px 8px;
	border-left: 2px solid #ACACAC;
	border-right: 2px solid #ACACAC;
	background-color: #FFFFFF;
	background-image: url(../img/bara_meniu_item.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.menuItemLast:hover {
	color: #005C6F;
}

/* submenus container */
.submenu {
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
}

/* On mouse over */
.menuItemFirstOver {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #005C6F;
	cursor: pointer;
	padding: 4px 2px 4px 8px;
	border-left: 2px solid #ACACAC;
	border-top: 2px solid #ACACAC;
	border-right: 2px solid #ACACAC;
	background-color: #FFFFFF;
	background-image: url(../img/bara_meniu_item.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.menuItemOver {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #005C6F;
	cursor: pointer;
	padding: 4px 2px 4px 8px;
	border-left: 2px solid #ACACAC;
	border-right: 2px solid #ACACAC;
	background-color: #FFFFFF;
	background-image: url(../img/bara_meniu_item.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.menuItemLastOver {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #005C6F;
	cursor: pointer;
	padding: 4px 2px 4px 8px;
	border-left: 2px solid #ACACAC;
	border-right: 2px solid #ACACAC;
	background-color: #FFFFFF;
	background-image: url(../img/bara_meniu_item.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.menuBottom {	
	height: 8px;
	border-left: 2px solid #ACACAC;
	border-bottom: 2px solid #ACACAC;
	border-right: 2px solid #ACACAC;
	background-color: #FFFFFF;
}
