@charset "utf-8";
/* CSS Document */
/***********************************************
*	Style for the english main menu
*	@author		: Jinkee Balino
*	@copyright 	: Standard Life Assurance Company
************************************************/

 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; width: 132px;  border-bottom: 0px solid #d8ddd9 }
  #nav a { display: block; outline: none; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0;  }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; height:auto;} /* IE6/7 fix */
    #nav ul li { float: none; width: 132px; text-indent:0; }
    #nav ul ul { top: 0; }
    
/* Essentials */

#nav ul { width:170px; background-color:#FFFFFF; }
#nav ul ul { left:170px; border-top:1px solid #d8d6e1; }
#nav {height: 26px; }
#nav *:hover {text-decoration: none; }
#nav a {color: #333333; font-size: inherit; font-weight: bold; padding: 7px; line-height: 1; height: 11px; text-indent: -9999px; outline: none;}
  #nav li.hover a { background-color: #eef0ed;  }
  #nav ul { top: 25px; }
    #nav ul li a {background-color: #eef0ed; background-image: none; border:1px solid #d8d6e1; border-top: 0;  width: 155px;}
      #nav ul li a.hover { background-color: #eef0ed; background-image: none; }
   #nav ul a { border-bottom: 0px solid white; border-right: none;  text-indent: 0px;}
  
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 opacity: 0.9; filter: alpha(opacity=90);*/


/* CUSTOMIZE EACH TAB*/
#nav a { background-image: url(../images/tabs/en_tabs.gif) }
#nav li.hover li a { background-color: #eef0ed; }
#nav li.hover ul li.hover a,
#nav li.current ul li.hover a { background-color:#3265bd; background-image: none; color: #fff }
#nav li.hover ul li.hover ul li a,
#nav li.current ul li.hover ul li a { background-color: #eef0ed; background-image: none; color: #333333 }
#nav li.hover ul li.hover ul li.hover a,
#nav li.current ul li.hover ul li.hover a { background-color: #3265bd; background-image: none; color: #fff }

/* HOME TAB*/
#nav #home a{  background-position: 0 0; background-repeat: no-repeat ;}
#nav #home.current a { background-position: 0 -52px ; background-repeat: no-repeat ; }
#nav #home.current .hover { background-position: 0 -52px; background-repeat: no-repeat ; }
#nav #home.hover a {  background-position: 0 -26px; background-repeat: no-repeat; }

/* ABOUT US TAB*/
#nav #about a{  background-position: -132px 0; background-repeat: no-repeat ;}
#nav #about.current a { background-position: -132px -52px ; background-repeat: no-repeat ; }
#nav #about.current .hover { background-position: -132px -52px; background-repeat: no-repeat ; }
#nav #about.hover a {  background-position: -132px -26px; background-repeat: no-repeat; }

/* RELATED OUR PORTFOLIO TAB*/
#nav #portfolio a{  background-position: -264px 0; background-repeat: no-repeat ;}
#nav #portfolio.current a { background-position: -264px -52px ; background-repeat: no-repeat ; }
#nav #portfolio.current .hover { background-position: -264px -52px; background-repeat: no-repeat ; }
#nav #portfolio.hover a {  background-position: -264px -26px; background-repeat: no-repeat; }

/* TENANT TAB*/
#nav #tenant { width: 192px;}
#nav #tenant a{  background-position: -396px 0; background-repeat: no-repeat ; width: 192px;}
#nav #tenant.current a { background-position: -396px -52px ; background-repeat: no-repeat ; width: 192px;}
#nav #tenant.current .hover { background-position: -396px -52px; background-repeat: no-repeat ; width: 192px;}
#nav #tenant.hover a {  background-position: -396px -26px; background-repeat: no-repeat; width: 192px;}

/* CONTACT TAB*/
#nav #contact a{  background-position: -588px 0; background-repeat: no-repeat ;}
#nav #contact.current a { background-position: -588px -52px ; background-repeat: no-repeat ; }
#nav #contact.current .hover { background-position: -588px -52px; background-repeat: no-repeat ; }
#nav #contact.hover a {  background-position: -588px -26px; background-repeat: no-repeat; }

/* RELATED SITES TAB*/
#nav #sites a{  background-position: -720px 0; background-repeat: no-repeat ;}
#nav #sites.current a { background-position: -720px -52px ; background-repeat: no-repeat ; }
#nav #sites.current .hover { background-position: -720px -52px; background-repeat: no-repeat ; }
#nav #sites.hover a {  background-position: -720px -26px; background-repeat: no-repeat; }








