/* Normal state */
.mainMenu {
	cursor:pointer;
	font-size:11px;
	font-family: "Times New Roman", Times, serif;
	text-transform:uppercase;
	
	color:#706f6f;
	padding:7px 30px 7px 0;
	background:url(/interface/imgs/b.png) no-repeat right center;
	white-space:nowrap;

}
.mainMenu a {
	text-decoration:none;
	color:#706f6f;
}

.mainMenu a:hover {
	text-decoration:none;
	color:#a50a0a;
}

.on {
	color:#fff!important;
}

.menuItemFirst {
	font-family: "Times New Roman", Times, serif;	font-size:11px;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	background-color:#ececec;
	padding:4px 4px 4px 4px;
	width:160px;
	margin-bottom:1px;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	
}
.menuItem {
font-family: "Times New Roman", Times, serif;	font-size:11px;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	background-color:#ececec;
	padding:4px 4px 4px 4px;
	width:160px;
	margin-bottom:1px;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
}
.menuItemLast {
font-family: "Times New Roman", Times, serif;	font-size:11px;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	background-color:#ececec;
	padding:4px 4px 4px 4px;
	width:160px;
	margin-bottom:1px;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
}

/* On mouse over */
.menuItemFirstOver {
font-family: "Times New Roman", Times, serif;	font-size:11px;
	font-weight:bolder;
	color:#606060;
	cursor:pointer;
	background-color:#fff;
	background-image:url(over_back.gif);
	padding:4px 4px 4px 4px;
	width:160px;
	margin-bottom:1px;
}
.menuItemOver {
font-family: "Times New Roman", Times, serif;	font-size:11px;
	font-weight:bolder;
	color:#606060;
	cursor:pointer;
	background-color:#fff;
	background-image:url(over_back.gif);
	padding:4px 4px 4px 4px;
	width:160px;
	margin-bottom:1px;
}
.menuItemLastOver {
font-family: "Times New Roman", Times, serif;	font-size:11px;
	font-weight:bolder;
	color:#606060;
	cursor:pointer;
	background-color:#fff;
	background-image:url(over_back.gif);
	padding:4px 4px 4px 4px;
	width:160px;
	margin-bottom:1px;
}

/* submenus container */
.submenu {
	
	width:160px;
}