@CHARSET "UTF-8";
#subMenuTable {
	margin-left: 150px;		
}

#menuCustomers {
	width: 117px; 
	height: 45px;
	background: url("../images/menu/customers.png");
	background-repeat:no-repeat;
}
#menuCustomers:hover {
	width: 117px; 
	height: 45px;
	background: url("../images/menu/customers_hover.png");
	background-repeat:no-repeat;	
}
#menuBank  {
	width: 109px; 
	height: 45px;
	background: url("../images/menu/bank.png");
}
#menuBank:hover  {
	width: 109px; 
	height: 45px;
	background: url("../images/menu/bank_hover.png");
}
#menuReports  {
	width: 109px; 
	height: 45px;
	background: url("../images/menu/reports.png");
}
#menuReports:hover  {
	width: 109px; 
	height: 45px;
	background: url("../images/menu/reports_hover.png");
}
#menuAdministration  {
	width: 109px; 
	height: 45px;
	background: url("../images/menu/administration.png");
}
#menuAdministration:hover  {
	width: 109px; 
	height: 45px;
	background: url("../images/menu/administration_hover.png");
}
#menuInfo  {
	width: 109px; 
	height: 45px;
	background: url("../images/menu/info.png");
}
#menuInfo:hover  {
	width: 109px; 
	height: 45px;
	background: url("../images/menu/info_hover.png");
}
#menuLogin {
	border-style: none;
	width: 109px; 
	height: 45px;
	background: url("../images/menu/login.png");
	background-repeat:no-repeat;	
}
#menuLogin:hover {
	border-style: none;
	width: 109px; 
	height: 45px;
	background: url("../images/menu/login_hover.png");
	background-repeat:no-repeat;	
}
#menuLogout {
	border-style: none;
	width: 109px; 
	height: 45px;
	background: url("../images/menu/logout.png");
	background-repeat:no-repeat;	
}

#menuUserNameCenter {
	height: 45px;
	background: url("../images/menu/center.png");
}
#menuUserNameRight {
	width: 25px; 
	height: 45px;
	background: url("../images/menu/right.png");
	background-repeat: no-repeat;
}
#menuUserNameLeft {
	width: 17px; 
	height: 45px;
	background: url("../images/menu/left.png");
	background-repeat: no-repeat;
}


#menuLogout:hover {
	border-style: none;
	width: 109px; 
	height: 45px;
	background: url("../images/menu/logout_hover.png");
	background-repeat:no-repeat;	
}

#baseMenuTable {
	padding: 0px;
	background: url("../images/menu/menubg.png");
	margin-top: -10px; 
	background-repeat: repeat-x;
}

.popupMenuDiv {
	visibility: hidden;
	margin-top: 20px;
	position: absolute;
	z-index: auto;
	/* padding: 2px; */
	padding: 2px;
	direction: rtl;
	width: 150px;

	border-style: solid;
	border-width: 2px;
	background-color: #95E4E1;
	text-align: center;
	border-color: #0E3C37;
	margin-right: -25px;
}

table.popupmenuTbl {
	width: 100%;
	text-align: center; 
	border-color: #0B5349;	
}

table.popupmenuTbl  tr td{
	width: 100%;
	border-style: solid;
	border-width: 0px;
	border-bottom-width:1px;	
	border-top-width: 1px;
	text-align: center; 
	border-color: #0B5349;	
}

table.popupmenuTbl tr td:hover {
	background-color: #F08E0F;
	font-weight: bolder;
}
table.popupmenuTbl  tr td a:hover {
	color: black;
}
