/***************************************************************************************
* Admin
****************************************************************************************/
#menuItemAdmin .menuItem {
	background-color: #0000ff;
	border: solid #0000ff 1px;
	font-weight: bold;
	padding: 2px;
	color: #ffffff;
}
#menuItemAdmin .menuItem a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
#menuItemAdmin .menuItemOn {
	background-color: #ffffff;
	border: solid #888888 1px;
	font-weight: bold;
	padding: 2px;
	color: #0000ff;
}
#menuItemAdmin .menuItemOn a {
	color: #888888;
	font-size: 12px;
	text-decoration: none;
}
#menuItemAdmin .menuItemOff {
	height: 22px;
	background: url('/img/tab/menu_admin_bg.png');
	font-weight: bold;
	padding-top: 5px;
	color: #ffffff;
}
#menuItemAdmin .menuItemOff a {
	color: #888888;
	font-size: 12px;
	text-decoration: none;
}
#menuAdmin {
	position: absolute;
	background-color: #ffffff;
	border: solid #888888 1px;
	color: #888888;
	text-align: left;
	z-index: 100;
}
#menuAdmin .sousMenuOff {
	text-align: left;
	background-color: #ffffff;
}
#menuAdmin .sousMenuOff a {
	color: #888888;
	text-decoration: none;
}
#menuAdmin .sousMenuOn {
	text-align: left;
	background-color: #888888;
	/*cursor: pointer;*/
}
#menuAdmin .sousMenuOn a {
	color: #ffffff;
	text-decoration: none;
}
