/* Normal state */
.mainMenu{
	color:#FFFFFF;
	float:left;
	font-size:14px;
	padding-top:5px;
	text-align:center;
	width:125px;
	background:url(/interface/imgs/sepmenu.gif) right no-repeat;
}

.mainMenu a{
	color:#FFFFFF;
	text-decoration:none;
}

.mainMenu a:hover 		{text-decoration:none;color:#fff;text-align:center;background: url(/interface/imgs/m1.gif) no-repeat bottom left; letter-spacing:0; }

.mainMenu .on						{color:#FFF!important;background: url(/interface/imgs/m1.gif) no-repeat bottom left; letter-spacing:0; }

.menuItemFirst{
	font-size:9px;
	color:#fff;
	cursor:pointer;
	background:#20B1E1;
	padding:4px;
	width:130px;
	font-size:12px;
	line-height:22px;
	text-align: center;
}

.menuItem ,
.menuItemLast{
	font-size:12px;
	line-height:22px;
	color:#fff;
	cursor:pointer;
	background:#20B1E1;
	padding:4px;
	width:130px;
	text-align: center;
}

/* On mouse over */
.menuItemFirstOver{
	background:#0081B1;
	font-size:9px;
	color:#fff;
	cursor:pointer;
	padding:4px;
	width:130px;
	font-size:12px;
	line-height:22px;
	text-align: center;
}

.menuItemOver ,
.menuItemLastOver{
	background:#0081B1;
	font-size:9px;
	color:#fff;
	cursor:pointer;
	padding:4px;
	width:130px;
	font-size:12px;
	line-height:22px;
	text-align: center;
}
/* submenus container */
.submenu 				{width:130px; margin:0 0 0 1px;}