/* styly pro menu */

/** hlavni menu **/
.menuItem {
	color: #00005a;
	font-weight: 600;
}

.mainMenuCell0 {
	width: 123px;
	height:27px;
	text-align: center;
	background: url(/admin/img/menu/main0_off.gif);
}
.mainMenuCell1 {
	width: 123px;
	height:27px;
	text-align: center;
	background: url(/admin/img/menu/main1_off.gif);
}
.mainMenuCell2 {
	width: 123px;
	height:27px;
	text-align: center;
	background: url(/admin/img/menu/main2_off.gif);
}
.mainMenuCell3 {
	width: 123px;
	height:27px;
	text-align: center;
	background: url(/admin/img/menu/main3_off.gif);
}
.mainMenuCell4 {
	width: 123px;
	height:27px;
	text-align: center;
	background: url(/admin/img/menu/main4_off.gif);
}
.mainMenuCell5 {
	width: 123px;
	height:27px;
	text-align: center;
	background: url(/admin/img/menu/main5_off.gif);
}

.mainMenuCellSel0 {
	width: 123px;
	height:27px;
	text-align: center;
	background: url(/admin/img/menu/main0_sel.gif);
}
.mainMenuCellSel1 {
	width: 123px;
	height:27px;
	text-align: center;
	background: url(/admin/img/menu/main1_sel.gif);
}
.mainMenuCellSel2 {
	width: 123px;
	height:27px;
	text-align: center;
	background: url(/admin/img/menu/main2_sel.gif);
}
.mainMenuCellSel3 {
	width: 123px;
	height:27px;
	text-align: center;
	background: url(/admin/img/menu/main3_sel.gif);
}
.mainMenuCellSel4 {
	width: 123px;
	height:27px;
	text-align: center;
	background: url(/admin/img/menu/main4_sel.gif);
}
.mainMenuCellSel5 {
	width: 123px;
	height:27px;
	text-align: center;
	background: url(/admin/img/menu/main5_sel.gif);
}

.subMenuCell0 {
	width: 123px;
	height:20px;
	text-align: center;
	background: url(/admin/img/menu/sub0_off.gif);
}
.subMenuCell1 {
	width: 123px;
	height:20px;
	text-align: center;
	background: url(/admin/img/menu/sub1_off.gif);
}
.subMenuCell2 {
	width: 123px;
	height:20px;
	text-align: center;
	background: url(/admin/img/menu/sub2_off.gif);
}
.subMenuCell3 {
	width: 123px;
	height:20px;
	text-align: center;
	background: url(/admin/img/menu/sub3_off.gif);
}
.subMenuCell4 {
	width: 123px;
	height:20px;
	text-align: center;
	background: url(/admin/img/menu/sub4_off.gif);
}
.subMenuCell5 {
	width: 123px;
	height:20px;
	text-align: center;
	background: url(/admin/img/menu/sub5_off.gif);
}

.subMenuCellSel0 {
	width: 123px;
	height:20px;
	text-align: center;
	background: url(/admin/img/menu/sub0_sel.gif);
}
.subMenuCellSel1 {
	width: 123px;
	height:20px;
	text-align: center;
	background: url(/admin/img/menu/sub1_sel.gif);
}
.subMenuCellSel2 {
	width: 123px;
	height:20px;
	text-align: center;
	background: url(/admin/img/menu/sub2_sel.gif);
}
.subMenuCellSel3 {
	width: 123px;
	height:20px;
	text-align: center;
	background: url(/admin/img/menu/sub3_sel.gif);
}
.subMenuCellSel4 {
	width: 123px;
	height:20px;
	text-align: center;
	background: url(/admin/img/menu/sub4_sel.gif);
}
.subMenuCellSel5 {
	width: 123px;
	height:20px;
	text-align: center;
	background: url(/admin/img/menu/sub5_sel.gif);
}


/** javascriptove menu **/
/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #EBEBFA;
	padding:4px;
}
.m0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;
	padding: 4px;
}

/* level 0 outer */
.m0oout {
	text-decoration : none;
	background: #EBEBFA;
}
.m0oover {
	text-decoration : none;
	background: #EBEBFA;
}

/* level 1 inner */
.m1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m1iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #bddeee;
}
.m1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #9cbaee;
}
