/* CSS Document */
.arrowlistmenu_en{width: 180px; /*width of accordion menu*/}
.arrowlistmenu_en .menuheader
	{ /*CSS class for menu headers in general (expanding or not!)*/
	 font: bold 12px Arial;
	 color:#333333;
	 background: black url(link_bg.jpg) repeat-x center left;
	 margin-bottom: 4px; /*bottom spacing between header and rest of content*/
	 text-transform: uppercase;
	 padding: 4px 0 4px 10px; /*header text is indented 10px*/
	 cursor: hand;
	 cursor: pointer;
	}
.header_en
	{ /*CSS class for menu headers in general (expanding or not!)*/
	 font: bold 12px Arial;
	 color: #FFFFFF;
	 background: black url(link_bg.jpg) repeat-x center left;
	 margin-bottom: 4px; /*bottom spacing between header and rest of content*/
	 text-transform: uppercase;
	 padding: 4px 0 4px 10px; /*header text is indented 10px*/
	 cursor: hand;
	 cursor: pointer;
	}

.arrowlistmenu_en .openheader
	{ /*CSS class to apply to expandable header when it's expanded*/
	 background-image: url(link_bg_active.jpg);
	 color: yellow;
	}

.arrowlistmenu_en span
	{ /*CSS for UL of each sub menu*/
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
	 margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}

.arrowlistmenu_en span span
	{
	 padding-bottom: 2px; /*bottom spacing between menu items*/
	}

.arrowlistmenu_en span span .opensubheader
	{ /*Open state CSS for sub menu header*/
	 background: lightblue !important;
	}

.arrowlistmenu_en span span .closedsubheader
	{ /*Closed state CSS for sub menu header*/
	 background: lightgreen !important;
	}

.arrowlistmenu_en span span a
	{
/*	 color: #A70303;*/
	 color: #333333;/*set the font color*/
/*	 background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	 display: block;
	 padding: 2px 0;
	 padding-left: 19px; /*link text is indented 19px*/
	 text-decoration: none;
	 font-weight: bold;
	 border-bottom: 1px solid #dadada;
	 font-size: 90%;
	 background-color:#6c97b9;
	}


/*.current{color: yellow;}*/

.arrowlistmenu_en span span a:hover
	{ /*hover state CSS*/
/*	 background-color: #F3F3F3;*/
	 background : #276097;
	 color: #ffffff;
	}

.arrowlistmenu_en span span a.subexpandable:hover
	{ /*hover state CSS for sub menu header*/
	 background: lightblue;
	}

.subsub_margin_en{margin-left: 15px;}/*set the margin of hte sub sub link according the language*/


.arrowlistmenu_ar{width: 180px; /*width of accordion menu*/}
.arrowlistmenu_ar .menuheader
	{ /*CSS class for menu headers in general (expanding or not!)*/
	 font: bold 14px Arial;
/*	 font: 9px Arial;*/
	 color: #FFFFFF;
	 background: #e9f0f5 url(link_bg.jpg) repeat-x center left;
	 margin-bottom: 4px; /*bottom spacing between header and rest of content*/
	 text-transform: uppercase;
	 padding: 4px 10px 4px 0px; /*header text is indented 10px*/
	 cursor: hand;
	 cursor: pointer;
	}
.header_ar
	{ /*CSS class for menu headers in general (expanding or not!)*/
	 font: bold 14px Arial;
	 color: #FFFFFF;
	 background: #e9f0f5 url(link_bg.jpg) repeat-x center left;
	 margin-bottom: 4px; /*bottom spacing between header and rest of content*/
	 text-transform: uppercase;
	 padding: 4px 10px 4px 0px; /*header text is indented 10px*/
	 cursor: hand;
	 cursor: pointer;
	}

.arrowlistmenu_ar .openheader
	{ /*CSS class to apply to expandable header when it's expanded*/
	 background-image: url(link_bg_active.jpg);
	 color: yellow;
	}

.arrowlistmenu_ar span
	{ /*CSS for UL of each sub menu*/
	 font: Arial;
	 font-size:14px;
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
	 margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	}

.arrowlistmenu_ar span span
	{
	 padding-bottom: 2px; /*bottom spacing between menu items*/
	}

.arrowlistmenu_ar span span .opensubheader
	{ /*Open state CSS for sub menu header*/
/*	 background: lightblue !important;*/
	 	 font: bold 14px Arial;
/*	 color:#333333;*/
	 color:#FFFFFF;
	 background: #e9f0f5 url(link_bg.jpg) repeat-x center left;
	 margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	 text-transform: uppercase;
	 padding: 4px 20px 4px 0px; /*header text is indented 10px*/
	 cursor: hand;
	 cursor: pointer;

	}

.arrowlistmenu_ar span span .closedsubheader
	{ /*Closed state CSS for sub menu header*/
/*	 background: lightgreen !important;*/
	 background-image: url(link_bg_active.jpg);
	 color: yellow;
	}

.arrowlistmenu_ar span span a
	{
/*	 color: #A70303;*/
	 color: #333333;/*set the font color*/
/*	 background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	 display: block;
	 padding: 0px 0;
	 padding-right:19px; /*link text is indented 19px*/
	 text-decoration: none;
	 font-weight: bold;
	 border-bottom: 1px solid #dadada;
	 font-size: 90%;
	 background-color:#6c97b9;
	}

.arrowlistmenu_ar span span a:hover
	{ /*hover state CSS*/
	 background : #276097;
/*	 background-color:#6c97b9;*/
	 color: #ffffff;
	}

/*hover state CSS for sub menu header*/
.arrowlistmenu_ar span span a.subexpandable:hover
	{
	 background-image: url(link_bg_active.jpg);
	 color: yellow;
	}

/*hover state CSS for sub menu header*/
# header_hover
	{
	 background-image: url(link_bg_active.jpg);
	 color: yellow;
	}

#subsub_margin_ar{margin-right: 15px;}/*set the margin of hte sub sub link according the language*/

/*the common CSS set for both languages ar & en*/
#current{color: yellow;}/*current link state CSS*/



















