/* @override 
	http://funddomiciles.uat.gsba.co.uk/assets/css/menu.css
	http://funddomiciles.ifi.uat.gsba.co.uk/assets/css/menu.css
*/

.menu2 .item38 {background:url(../images/bahamas.gif) no-repeat 0px 0px; height:35px!important;}
.menu2 .item17 {background:url(../images/bahrain.gif) no-repeat left top; }
.menu2 .item39 {background:url(../images/bermuda.gif) no-repeat left top; }
.menu2 .item40 {background:url(../images/british_virgin_islands.gif) no-repeat left top;}
.menu2 .item41 {background:url(../images/cayman_islands.gif) no-repeat left top;}
.menu2 .item42 {background:url(../images/dubai.gif) no-repeat left top;}
.menu2 .item43 {background:url(../images/gibraltar.gif) no-repeat left top;}
.menu2 .item44 {background:url(../images/guernsey.gif) no-repeat left top;}
.menu2 .item45 {background:url(../images/hong_kong.gif) no-repeat left top;}
.menu2 .item46 {background:url(../images/ireland.gif) no-repeat left top;}
.menu2 .item47 {background:url(../images/isle_of_man.gif) no-repeat left top;}
.menu2 .item48 {background:url(../images/jersey.gif) no-repeat left top;}
.menu2 .item49{background:url(../images/luxembourg.gif) no-repeat left top;}
.menu2 .item50 {background:url(../images/malta.gif) no-repeat left top; height:31px!important;}
.menu2 .item51 {background:url(../images/netherlands.gif) no-repeat left top; height:31px!important;}
.menu2 .item52 {background:url(../images/qatar.gif) no-repeat left top; height:31px!important;}
.menu2 .item53 {background:url(../images/singapore.gif) no-repeat left top; height:35px!important;}

#serv li {
    height:42px!important;
}

.menuSer ul li{
	    background:url(../images/drop-default.gif) no-repeat left top; height:42px!important;
}

.menuSer ul li.last{
	background:url(../images/drop-default-b.gif) no-repeat left top; height:42px!important;
}

.menuSer ul li a{
	padding: 13px 20px 12px 20px;
}
/*
#ser1 {background:url(../images/drop1.gif) no-repeat left top; height:42px!important;}
#ser2 {background:url(../images/drop2.gif) no-repeat left top; height:40px!important;}
#ser3 {background:url(../images/drop3.gif) no-repeat left top; height:40px!important;}
#ser4 {background:url(../images/drop4.gif) no-repeat left top; height:45px!important;}
#ser5 {background:url(../images/drop5.gif) no-repeat left top; height:40px!important;}
#ser6 {background:url(../images/drop6.gif) no-repeat left top; height:40px!important;}
#ser7 {background:url(../images/drop7.gif) no-repeat left top; height:40px!important;}
#ser8 {background:url(../images/drop8.gif) no-repeat left top; height:40px!important;}
*/
#serv a{background:url(../images/services_button.gif) no-repeat 0px 0px; width:300px; height:55px; display:block;}
#serv a:hover{background:url(../images/services_button_over.gif) no-repeat 0px 0px; display:block;}

#dome, a span, #serv a span{
	text-indent: -9999em;
	display: block;
}

#dom a{background:url(../images/dom_button.gif) no-repeat 0px 0px; width:300px; height:55px; display:block;}
#dom a:hover{background:url(../images/dom_button_over.gif) no-repeat 0px 0px; display:block;}

/* remove all list stylings */
#topNavholder {background:url(../images/nav_strip.gif) repeat-y left top; width:1000px; height:35px; clear: both;}
#topNavholder .liner {padding:6px 0 0 0; }


.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	width:1000px;
	height:35px;
	display: block;
}
.menu li {
	margin: 0;
	padding: 3px 18px 0px 18px;
	border-right:1px solid #333b42;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	text-align: left;
	font-size:14px;
	line-height:14px;

}
.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}
.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}
.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}
.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: 0px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #70a9c4;
}

.menu ul {
	text-align: left;
	font-size:13px;
	line-height:14px;
	width: 180px;
}

.menu a {
	text-decoration: none;
	color: #7EB6FF;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #8dc6e1;
}

.menu li li {	/* create borders around each item */
	border-right:0px;
	border-bottom:solid 1px #333b42;
	background-color: #4e565c;
	padding: 6px 12px 6px 12px;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	
}

.menu .last {border-right:none;}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}

/* remove all list stylings */



.menu2, .menu2 ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:bold;
	list-style-type: none;
	display: block;
}
.menu2 li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}
.menu2 li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu2 */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.menu2 li li {
	float: none;/* items of the nested menu2s are kept on separate lines */
}
.menu2 ul {
	visibility: hidden;	/* initially hide all submenu2s. */
	position: absolute;
	z-index: 9999;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
	
}
.menu2 li:hover>ul {
	visibility: visible;	/* display submenu2 them on hover */
	top: 100%;	/* 1st level go below their parent item */
}
.menu2 li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu2:after, .menu2 ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu2, .menu2 ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu2 --
	it should not disappear when your mouse moves a bit outside the submenu2
	YOU SHOULD NOT STYLE the background of the ".menu2 UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu2 ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -30px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu2 ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
*:first-child+html .menu2 ul {
	padding: 10px 30px 10px 30px;
	margin: -20px 0 0 -30px;
}
/* -- sticky.submenu2.END -- */

/* - - - ADxmenu2: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu2, .menu2 ul li {
	color: #74797e;


	z-index:9999;
}

.menu2 ul {
	width: 300px;
	background:url(../images/bg-domiciles-menu.gif);
}
*:first-child+html .menu2 ul{
	
}

.menu2 a {
	text-decoration: none;
	color: #74797e;
	padding:8px 0 4px 60px;
	display: block;
	position: relative;
}

.menu2 a:hover, .menu2 li:hover>a {
	color: #232323;
}

.menu2 li li {	/* create borders around each item */
	border: 0px;
	height:31px;
	
}
.menu2 ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu2 li li:hover>ul {	/* inset 2nd+ submenu2s, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu2:", and for "xx submenu2" items in ADxmenu2
	placed here to clarify the terminology I use when referencing submenu2s in posts */
.menu2>li:first-child>a, .menu2 li + li + li li:first-child>a {
	color: #232323;
}

/* Fix for IE5/Mac \*//*/
.menu2 a {
	float: left;
}

/* remove all list stylings */
.menu3, .menu3 ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:bold;
	list-style-type: none;
	display: block;
}
.menu3 li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}
.menu3 li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu3 */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.menu3 li li {
	float: none;/* items of the nested menu3s are kept on separate lines */
}
.menu3 ul {
	visibility: hidden;	/* initially hide all submenu3s. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}
.menu3 li:hover>ul {
	visibility: visible;	/* display submenu3 them on hover */
	top: 100%;	/* 1st level go below their parent item */
}
.menu3 li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu3:after, .menu3 ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu3, .menu3 ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu3 --
	it should not disappear when your mouse moves a bit outside the submenu3
	YOU SHOULD NOT STYLE the background of the ".menu3 UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu3 ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -30px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu3 ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu3.END -- */

/* - - - ADxmenu3: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu3, .menu3 ul li {
	color: #74797e;
	background: transparent;
}

.menu3 ul {
	width: 300px;
}

.menu3 a {
	text-decoration: none;
	color: #74797e;
	padding:10px 0 0 60px;
	display: block;
	position: relative;
}

.menu3 a:hover, .menu3 li:hover>a {
	color: #232323;
}

.menu3 li li {	/* create borders around each item */
	border: 0px;
	height:40px;
	
}
.menu3 ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu3 li li:hover>ul {	/* inset 2nd+ submenu3s, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu3:", and for "xx submenu3" items in ADxmenu3
	placed here to clarify the terminology I use when referencing submenu3s in posts */
.menu3>li:first-child>a, .menu3 li + li + li li:first-child>a {
	color: #232323;
}

/* Fix for IE5/Mac \*//*/
.menu3 a {
	float: left;
}
