/* Normal state */
.menuItemFirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#f25749;
	padding: 10px 5px 10px 5px;
	width:160px;
	background-image: url(images/meni_back.jpg);
	border: 1px dotted #c3c3c3;
}
.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#f25749;
	width:160px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	border-left-color: #c3c3c3;
	background-image: url(images/meni_back.jpg);
	padding: 10px 5px 10px 5px;
}
.menuItemLast {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#f25749;
	padding: 10px 5px 10px 5px;
	width:160px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	border-left-color: #c3c3c3;
	background-image: url(images/meni_back.jpg);
}

/* On mouse over */
.menuItemFirstOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:#000;
	cursor:pointer;
	padding: 10px 5px 10px 5px;
	width:160px;
	background-color: #f25749;
	background-image: url(images/meni_back.jpg);
	border: 1px dotted #c3c3c3;
}
.menuItemOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:#000;
	cursor:pointer;
	padding: 10px 5px 10px 5px;
	width:160px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	border-left-color: #c3c3c3;
	background-color: #f25749;
	background-image: url(images/meni_back.jpg);
}
.menuItemLastOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:#000;
	cursor:pointer;
	padding: 10px 5px 10px 5px;
	width:160px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	border-left-color: #c3c3c3;
	background-color: #f25749;
	background-image: url(images/meni_back.jpg);
}

/* submenus container */
.submenu {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	width:160px;
	top:-30px;
}
