﻿/* ================================================================ 
	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.
	=================================================================== */
	
	#nav {width:1000px; height:28px; display:block; position:absolute; z-index:100;border:0px;
	top:150px;}
	
/* hack to correct IE5.5 faulty box model */
	* html #nav {width:1001px; w\idth:1000px;}
	
/* remove all the bullets, borders and padding from the default list styling */
	#nav ul {padding:0;margin:0;list-style-type:none;}
	#nav ul ul {
		width:inherit;
		visibility:hidden;
		position:absolute;
		height:0;
		top:27px;
		left:0;
		border:1px solid #678494;
		background:#B1CFDF;
		}

/* another hack for IE5.5 */
	* html #nav ul ul {top:27px;t\op:28px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
	#nav li {float:left;position:relative;width:inherit;}

/* style the links for the top level */
	#nav ul li a, #nav ul li a:visited {
		display:block;
		font-size:14px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		color:#f8f8f8;
		height:26px;
		background:#536f7b;
		line-height:26px;
		text-align:center;
		border-width:1px 0px;
		border-color:#fff;
		border-style:solid;
		}

/* a hack so that IE5.5 faulty box model is corrected */
	* html #nav a, * html #nav a:visited {width:100px; w\idth:122px;}
	

/* style the second level background */
	#nav ul ul a.drop, #nav ul ul a.drop:visited {background:#B1CFDF;}


/* style the second level hover */
	#nav ul ul a.drop:hover{background:#B1CFDF;}
	#nav ul ul :hover > a.drop {background:#B1CFDF;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
	#nav table {position:absolute; top:0; left:0; border-collapse:collapse;;}
	
/* style the second level links */
	#nav ul ul a, #nav ul ul a:visited
	{
		background:#B1CFDF;
		color:#111;
		font-size:11px;
		font-weight:normal;
		padding:2px 0px;
		border:0px;
		height:auto;
		line-height:14px;
		width:inherit;
	}

/* yet another hack for IE5.5 */
	* html #nav ul ul a, * html #nav ul ul a:visited {width:134px;w\idth:112px;}
	
/* style the top level hover */
	#nav ul li a:hover{
		color:#000;
		background:#B1CFDF;
		}
	#nav ul li :hover > a{
		color:#000;
		background:#B1CFDF;
		}

/* style the second level hover */
	#nav ul ul a:hover{
		color:#fff;
		
		}
	#nav ul ul :hover > a {
		color:#fff;
		
		}
		
/* make the second level visible when hover on first level list OR link */
	#nav ul li:hover ul,
	#nav ul a:hover ul{visibility:visible; }
	
	#nav ul li#nav_team, #nav ul li#nav_team a{
	width:189px;
	}
	
	#nav ul li#nav_team ul{
		 width:177px; padding:5px; height:65px;
	}
	
	#nav ul li#nav_team ul a{
		 width:177px;
	}

	#nav ul li#nav_services, #nav ul li#nav_services a{
	width:203px;
	}
	
	#nav ul li#nav_services ul{
		 width:191px; padding:5px; height:88px;
	}
	
	#nav ul li#nav_services ul a{
		 width:191px;
	}
	
	#nav ul li#nav_clients, #nav ul li#nav_clients a{
	width:157px;
	}
	
	#nav ul li#nav_clients ul{
		 width:145px; padding:5px; height:34px;
	}
	
	#nav ul li#nav_clients ul a{
		 width:145px;
	}

	#nav ul li#nav_listings, #nav ul li#nav_listings a{
	width:158px;
	}
	
	#nav ul li#nav_listings ul{
		 width:146px; padding:5px; height:36px;
	}
	
	#nav ul li#nav_listings ul a{
		 width:146px;
	}
	
	#nav ul li#nav_visas, #nav ul li#nav_visas a{
	width:141px;
	}
	
	#nav ul li#nav_visas ul{
		 width:129px; padding:5px; height:160px;
	}
	
	#nav ul li#nav_visas ul a{
		 width:129px;
	}	
	
	#nav ul li#nav_contact, #nav ul li#nav_contact a{
	width:152px;
	}