#nav, 
#nav ul {
	margin:0;
	list-style:none;
	position:relative;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#nav {
	height:28px;
	padding:0;
	background-color: transparent;
}

#nav table {border-collapse:collapse;}
#nav li {
	float:left;
}
#nav li li {
	float:none;
	font-weight: normal;
}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {
	display:block;
	float:left;
	color:#333333;
	height:28px;
	line-height:28px;
	text-decoration:none;
	white-space:nowrap;
	width: 100px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}
#nav li li a {
	height:20px;
	line-height:20px;
	float:none;
	text-align: left;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 175px;
	padding-left: 10px;
	font-size: 11px;
	color: #505050;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#nav   li   li   .new  {
	text-align: left;
	background-image: url(../images/NEW.gif);
	background-repeat: no-repeat;
	background-position: 140px center;
}
/* show path followed */
#nav li:hover li:hover > .new:hover {
	color:#00ADEF;
	background-image: url(../images/NEW.gif);
	background-color: #F2F2F2;
}

#nav li:hover {position:relative; z-index:100;}
#nav a:hover {
	position:relative;
	z-index:100;
	color:#fff;
}
#nav li:hover > a {
	color:#00ADEF;
	background-image: url(../images/bar_nav_hover.gif);
	*background-image: url(../images/bar_nav_hover.gif);
	background-repeat: no-repeat;
}
#nav  li a:hover   {
	color:#00ADEF;
	background-image: url(../images/bar_nav_hover.gif);
	*background-image: url(../images/bar_nav_hover.gif);
	background-repeat: no-repeat;
}

#nav :hover  ul {
	left:0;
	top:23px;
	z-index:300;
}
#nav a:hover ul {
}
#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:auto;
}
/* show path followed */
#nav li:hover li:hover > a {
	color:#00ADEF;
	background-image: url(none);
	background-color: #F2F2F2;
}

#nav li a:hover ul li a:hover {
	background:#F2F2F2;
}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}
.active_empresa {
	background-image: url(../images/active-empresa.gif);
	*background-image: url(../images/active-empresa.gif);
}
.active_noticias {
	background-image: url(../images/active-empresa.gif);
	*background-image: url(../images/active-empresa.gif);
}
.active_recrutamento {
	background-image: url(../images/active-recrutamento.gif);
	*background-image: url(../images/active-recrutamento.gif);
}
.active_contacto {
	background-image: url(../images/active-contacto.gif);
	*background-image: url(../images/active-contacto.gif);
}
.active_area_cliente {
	background-image: url(../images/active-area-cliente.gif);
	*background-image: url(../images/active-area-cliente.gif);
}

