@charset "utf-8";
/* CSS Document */

.menuTitle {
	font-family:tahoma;
	color:#FFFFFF;
	font-size:11px;
	direction:rtl;
	height:25px;
	background-color:#214c63;
	border-bottom:1px solid #f8f8f8;
	padding-right:8px;
}

.menuItems {
	font-family:tahoma;
	color:#565656;
	font-size:11px;
	direction:rtl;
	height:23px;
	background-color:#ececec;
	cursor:pointer;
	border-top:1px solid #e1e1e1;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:4px;
}

.menuItemsOver {
	font-family:tahoma;
	color:#565656;
	font-size:11px;
	direction:rtl;
	height:23px;
	background-color:#f2f1f1;
	cursor:pointer;
	border-top:1px solid #e1e1e1;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:4px;
}

.subMenu{
	font-family:tahoma;
	color:#565656;
	font-size:11px;
	direction:rtl;
	height:23px;
	background-color:#f7f7f7;
	cursor:pointer;
}

.HorizontalMenu {
	background-image:url(../../index_files/HMPattern.gif);
	background-repeat:repeat-x;
	font-family:tahoma;
	color:#FFFFFF;
}


.LCHeader {
	background-image:url(../../index_files/LC_top_pattern.gif); 
	border:1px solid #cecece; 
	padding:4px;
	font-family:tahoma;
	font-size:11px;
	color:#333333;
}
