@charset "utf-8";
/* CSS Document */
/* MENU STYLES */

#menuCell 
{
	height:33px;
	vertical-align:top;
}
#menu {
	background-color:#FAA836;
	border-bottom:3px solid /*#005cab*//*#594c0b*/#524d1d;
	width:100%;
	z-index:500;
	position:absolute;
}
#table {

}
#menuItemsList {
}
#menu UL {
	padding:0px;
	margin:0px;
	list-style: none;

	top:35px;
	_top: auto;
	_left: auto;
}

#menu UL UL UL{top:30px;}

#menu LI {
	/*
	height:14px;
	 */
	text-transform:lowercase;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
	float: left;
	position: relative;
}
LI.menuItem {
	border-right:1px solid #FFFFFF;
	text-align:center;
}

#menu LI LI, .dropdown LI 
{ 
	display:block; text-transform:capitalize;
}
#menu LI UL {
	display: none;
	
	position: absolute;
	
	top:32px;
	left: -2px;
	border-top:2px solid /*#005cab*//*#594c0b*/#524d1d;
}
#menu LI LI UL {
	position: relative;
	top:10px;
	left:-20px;
	width:200px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#menu LI:hover UL, #menu LI.over UL {
	display:block;
	clear:left;
}

LI LI {
	border:2px solid /*#005cab*/ /*#594c0b*/#524d1d;
	border-top:1px;
/*	background-color:#dadff1;*/
background-color:/*#efe2a1*/#e8e3b3;
	width:178px;
	text-align:left;
	font-size:12px;
	padding-top:8px;
	padding-left:18px;
	padding-bottom:8px;
	margin:0px;
	font-weight:bold;
}

#menu LI LI.holderHack 
{
	/*
	padding-bottom:0px;
	border-bottom:0px;
	margin-bottom:0px;
	*/
}

#menu LI LI LI {
	text-transform:capitalize;
	width:168px;
	padding-left:28px;
}


#menuHome {
	width:97px;
}
#menuAbout{	width:92px;}
#menuHome UL {margin-left:2px;}
#menuCompany {
	width:92px;
}
#menuServices {
	width:88px;
}
#menuCapabilities {
	width:112px;
}
#menuSectors {	width:103px;}

#menuSectors LI { width:140px;}
 
 
#menuClients {
	width:81px;
}
#menuContact {
	width:81px;
	border:none;
}
#menu A, #menu A:visited {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
#menu A {	font-weight:bold;		font-size:14px;}
#menu .dropDown A {font-weight:normal;		font-size:12px;}
#menu A:hover, #menu A:visited:hover, #menu A.currentpage, #menu A.currentpage:visited, #menu A.currentpage:hover, #menu A.currentpage:visited:hover {
	color:/*#005cab*//*#594c0b*/#524d1d;	display:block;
}
#menu .dropDown A, #menu .dropDown A:visited, #menu .dropDown LI:hover LI A, #menu .dropDown LI.over LI A {
	color:/*#005cab*//*#594c0b*/#524d1d;
	text-decoration:none;
	display:block;
	width:100%;
}
#menu .dropDown A.currentpage, #menu .dropDown A.currentpage:visited, #menu .dropDown A.currentpage:hover, #menu .dropDown A.currentpage:visited:hover, UL.dropDown LI:hover, UL.dropDown LI.over, #menu .dropDown LI:hover A, #menu .dropDown LI.over A, #menu .dropDown LI LI:hover A, #menu .dropDown LI LI.over A {
	color:#FFFFFF;
	display:block;
}
#menu .dropDown A.currentpage, #menu .dropDown A.currentpage:visited, #menu .dropDown A.currentpage:hover, #menu .dropDown A.currentpage:visited:hover, UL.dropDown LI:hover, UL.dropDown LI.over {
	background-color:/*#7089c5*//*#988b4a*/#918c5c; 
}

