/*  Top menu Navigation start  */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:600px; height:15px; position:relative; float:left; z-index:100;border-right:0px solid #000;padding:13px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:auto; w\idth:auto;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:auto;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#333333; width:auto; height:15px; border:0px solid #000; border-width:0px 0 0px 0px; padding:0px 15px 10px 10px; line-height:normal; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:170px; w\idth:160px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {color:#000000; text-decoration:none; font-weight:normal; background:#ECECEC url(../images/common/rollover_arrow.jpg) no-repeat 160px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{color:#ffffff; text-decoration:none; font-weight:bold; background:#ea741c url(../images/common/arrow.jpg) no-repeat 160px center;}
.menu ul ul :hover > a.drop {color:#ffffff; text-decoration:none; font-weight:bold; background:#ea741c url(../images/common/arrow.jpg) no-repeat 160px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ECECEC;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#ea741c;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:23px;left:0; width:180px;border-top:1px solid #ffffff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:181px; top:-1px; width:181px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-180px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ECECEC; color:#000000; height:auto; font-weight:normal; line-height:1em; padding:5px 10px; width:160px; border-bottom:1px solid #ffffff; border-right:1px solid #ffffff; border-left:1px solid #ffffff;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:170px;w\idth:160px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000000;}
.menu :hover > a{color:#ea741c;} 

.menu ul ul :hover > a {color:#ffffff; background:#ea741c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/*  Top menu Navigation end  */

/*  Top menu Left Navigation start  */


/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#leftnav {width:181px; margin:0 auto; position:relative; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; text-decoration:none; float:left;}

#leftnav ul {width:179px; margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; background-color:#FFFFFF; border-left:1px solid #efefef;  border-top:1px solid #efefef;  border-right:1px solid #efefef;}

#leftnav li {margin:0; padding:0; list-style:none;}
#leftnav li {display:inline-block; display:inline;}
#leftnav ul {position:absolute; left:-9999px;}
#leftnav ul.level1 {position:absolute; left:0; top:0px;}

#leftnav a {display:block; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000; line-height:22px; text-decoration:none;padding:0 20px 0 10px; border-bottom:1px solid #efefef;} 

#leftnav ul li:hover > ul {visibility:visible; left:100%; margin-top:-24px; margin-left:0px;}

#leftnav a:hover ul{left:100%; visibility:visible;}

#leftnav a:hover a:hover ul{left:100%; visibility:visible;}
#leftnav a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#leftnav a:hover ul ul{left:-9999px;} 
#leftnav a:hover a:hover ul ul {left:-9999px;}

#leftnav li a:hover {background:#ed731d; color:#FFFFFF;} 

#leftnav li:hover > a {background:#FFFFFF; color:#ea741c;}
#leftnav li:hover li > a {background:#ea741c; color:#FFFFFF;}
#leftnav li:hover li > a:hover {background:#ececec; color:#000000;}
#leftnav li a.fly {background: url(../images/common/rollover_arrow.jpg) no-repeat 160px 8px;}
#leftnav li a.fly:hover {background:#868ea1 url(../images/common/rollover_arrow.jpg) no-repeat 160px 8px;} 
#leftnav li:hover > a.fly {background:#FFFFFF url(../images/common/rollover_arrow.jpg) no-repeat 160px 8px; color:#ea741c;}

#leftnav table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}


/*  Top menu Left Navigation start  */

/*  accordion menu start  */

.menu_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
	width: 516px;
}
.menu_head {
	padding: 5px 0px 5px 22px;
	border:1px solid #999999;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #e9e9e9 url(../images/common/up.jpg) no-repeat 7px 8px;
}
.menu_body {
	display:none;
	border:1px solid #999999;
	background-color:#fafafa;
	margin:1px;
}
.menu_body a{
	display:block;
	color:#006699;
	background-color:#fafafa;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
}
.menu_body a:hover{
	color: #000000;
	text-decoration:underline;
  }
 
.par_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none:
	font-weight:normal;
	padding:0px 5px 0px 8px;
	margin:0px 0px 10px 0px;
	width:490px;
}

.faqstitle1 {
	background: #e9e9e9 url(../images/common/up.jpg) no-repeat 7px 8px;
	margin-top:0px;
	width:675px;
	margin-bottom:5px;
	padding:5px 0px 5px 20px;
	cursor: pointer; cursor: hand;
	text-align:left;
	border:1px solid #999999;
}

.faqstitle2 {
	background: #e9e9e9 url(../images/common/down.jpg) no-repeat 7px 8px;
	margin-top:0px;
	width:675px;
	margin-bottom:5px;
	padding:5px 0px 5px 20px;
	cursor: pointer; cursor: hand;
	text-align:left;
	border:1px solid #999999;
}

/* acrrodion menu end  */

/* Contact us map start  */

/* setup the background image of the Map */
.map {padding:0; margin:0; list-style-type:none; background:#fff url(../images/common/map.jpg); width:502px; height:272px; margin:0px; position:relative; z-index:100; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
/* move the text off screen */
.map li a {text-indent:-999px; display:block; width:8px; height:8px; background:#000; position:absolute; line-height:8px; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
/* make the images and description invisible and an absolute position so that it does not take up any space */
.map li a em {visibility:hidden; position:absolute;}
/* position the square markers */
.map li a.usa {
	top:111px;
	left:131px;
	z-index:170;
}
.map li a.sr {
	top:149px;
	left:337px;
	z-index:90;
}
.map li a.in {
	top:135px;
	left:330px;
	z-index:100;
}
.map li a.uae {
	top:124px;
	left:294px;
	z-index:110;
}
.map li a.ir {
	top:76px;
	left:210px;
	z-index:160;
}
.map li a.uk {
	top:77px;
	left:221px;
	z-index:140;
}
.map li a.sp {
	top:98px;
	left:220px;
	z-index:150;
}
.map li a.sa {
	top:194px;
	left:259px;
	z-index:130;
}
.map li a.sn {
	top:142px;
	left:360px;
}

.map li a.fn {
	top:58px;
	left:261px;
	z-index:120;
}

/* move the text back into view on hover */
.map li a:hover {background:#333; text-indent:0; height:8px; font-size:10px; color:#fff; line-height:0px; padding:0px 0px 0px 15px; width:6px;}
/* hack for IE5.x */
* html .map li a:hover {width:auto; height:10px; w\idth:90px; he\ight:1.2em;}
/* make the descriptive text visible, give it a size and position */
.map li a:hover em {visibility:visible; margin-left:5px; background:#fff; border:1px solid #333; width:180px; color:#333333; padding:10px; font-style:normal; top:0px; font-family:Arial, Helvetica, sans-serif, arial, sans-serif; font-size:11px; letter-spacing:0px; line-height:15px;}
/* hack for IE5.x */
* html .map li a:hover em {width:300px; w\idth:150px;}
/* give the image a border and margin */
.map li a:hover em img {border:1px solid #000; display:block; margin-bottom:10px;}
/* style the empty span (I know it's not semantically correct) into an arrow point */
.map li a:hover em span {display:block; width:0; height:0; overflow:hidden; border:8px solid #fff; border-width:8px 0 8px 8px; border-left-color:#333333; position:absolute; left:0; top:0px;}
/* hack for IE5.x */
* html .map li a:hover em span {width:30px; height:150px; w\idth:0; he\ight:0;}


/* Contact us map end  */


