/* Normal state */
.menuItemFirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#B3B3B3;
	cursor:pointer;
	padding:4px;
	width:90px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/dugme_back.jpg);
}
.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:4px;
	width:90px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-color: #000000;
	color: #B3B3B3;
	background-image: url(images/dugme_back.jpg);
}
.menuItemLast {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#B3B3B3;
	cursor:pointer;
	padding:4px 4px 4px 4px;
	width:90px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/dugme_back.jpg);
}

/* On mouse over */
.menuItemFirstOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FAA0C4;
	cursor:pointer;
	background-image:url(images/dugme_back1.jpg);
	padding:4px 4px 4px 4px;
	width:90px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.menuItemOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FAA0C4;
	cursor:pointer;
	background-image:url(images/dugme_back1.jpg);
	padding:4px 4px 4px 4px;
	width:90px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
}
.menuItemLastOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FAA0C4;
	cursor:pointer;
	background-image:url(images/dugme_back1.jpg);
	padding:4px 4px 4px 4px;
	width:90px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
}

/* submenus container */
.submenu {
	-moz-opacity:1;
	filter:Alpha(Opacity=100);
	width:90px;
}

