/* Normal state */
.mainMenu 			{font-family:tahoma; font-size:12px; 	width:200px;}
.mainMenu a 		{text-decoration:none; color:#5e5e5e; display:block;padding:4px 10px;}
.mainMenu .on		{background:#000 url(/interface/imgs/seta02_.jpg) no-repeat right; color:#fff;}
.mainMenu a:hover 	{background:gray url(/interface/imgs/seta02.png) no-repeat right; color:#fff;}


.menuItemFirst {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	background-color:#ececec;
	padding:8px 4px 4px 4px;
	width:200px;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	
}
.menuItem {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	background-color:#ececec;
	padding:8px 4px 4px 4px;
	width:200px;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
}
.menuItemLast {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	background-color:#ececec;
	padding:8px 4px 4px 4px;
	width:200px;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
}

/* On mouse over */
.menuItemFirstOver {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bolder;
	color:#606060;
	cursor:pointer;
	background:url(/interface/imgs/seta01.jpg) no-repeat right #fff;
	padding:8px 4px 4px 4px;
	width:200px;
}
.menuItemOver {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bolder;
	color:#606060;
	cursor:pointer;
	background:url(/interface/imgs/seta01.jpg) no-repeat right #fff;
	padding:8px 4px 4px 4px;
	width:200px;
}
.menuItemLastOver {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bolder;
	color:#606060;
	cursor:pointer;
	background:url(/interface/imgs/seta01.jpg) no-repeat right #fff;
	padding:8px 4px 4px 4px;
	width:200px;
}

/* submenus container */
.submenu {
	
	width:200px;
}
/*
#menu1		{border-bottom: 1px solid #b1b1b1; width:200px;border-top: 1px solid #b1b1b1;border-right: 1px solid #b1b1b1;}
#menu2		{border-bottom: 1px solid #b1b1b1; width:250px;border-top: 1px solid white;}
#menu3		{border-bottom: 1px solid #b1b1b1; width:250px;border-top: 1px solid white;}
#menu4		{border-bottom: 1px solid #b1b1b1; width:250px;border-top: 1px solid white;}
#menu5		{border-bottom: 1px solid #b1b1b1; width:250px;border-top: 1px solid white;}

#menu1 a			{}
#menu1 a:hover		{background:url(/interface/imgs/seta02.png) no-repeat right #000000;padding:10px 55px 10px 0px; color:#FFFFFF; }
.mainmenu on		{background:url(/interface/imgs/seta02.png) no-repeat right #000000;padding:10px 55px 10px 0px; color:#FFFFFF; }

#menu2 a			{width:250px;}
#menu2 a:hover		{background:url(/interface/imgs/seta02.png) no-repeat right #000000;padding:10px 55px 10px 0px;color:#FFFFFF;  }
#menu3 a			{width:250px;}
#menu3 a:hover		{background:url(/interface/imgs/seta02.png) no-repeat right #000000;padding:10px 55px 10px 0px; color:#FFFFFF;  }
#menu4 a			{width:250px;}
#menu4 a:hover		{background:url(/interface/imgs/seta02.png) no-repeat right #000000;padding:10px 55px 10px 0px; color:#FFFFFF;  }
#menu5 a			{width:250px;}
#menu5 a:hover		{background:url(/interface/imgs/seta02.png) no-repeat right #000000;padding:10px 55px 10px 0px; color:#FFFFFF;  }
*/