/**************** menu coding *****************/
#menu {
width: 600px;
background: white;
font-size: 11pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: right;
padding-left:145px;

z-index:1000;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 3.5em;

display: inline;
text-align: left;


border:0px dotted pink
}
*>div#menu ul{
	margin-right:15px;
}
*>div#menu ul { 
	 margin-right:13px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html div#menu ul {
 margin-right:15px;
}
/* end filter */

/*Setting elpicit widths to precisly match the headers*/
#menu ul.services {
	width: 54px;
}
#menu ul.offices {
	width: 40px;
}
#menu ul.research {
	width: 50px;
}
#menu ul.news {
	width: 89px;
}
#menu ul.careers {
	width: 45px;
}
#menu ul.home {
	width: 30px;
}
/*about us*/
*>div#menu ul.wide{
	 width: 56px;
}
*>div#menu ul.wide { 
	 width: 65px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html div#menu ul.wide {
 width: 56px;
}
/* end filter */

/*knowledgebase*/
*>div#menu ul.verywide{
	 width: 64px;
}
*>div#menu ul.verywide { 
	 width: 73px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html div#menu ul.verywide {
 width: 64px;
}
/* end filter */

#menu a, #menu h2 {
display: block;
margin: 0;
padding: 1px 2px;
font-size: 8pt !important;
font-family: Verdana;
font-weight: normal;

}

#menu h2 {
color: black;
background: white;
margin-left:-1px;
}



#menu a {
color: #333;

text-decoration: none;
}


/* LOOKY HERE BOSS. YOU CAN CHANGE THE COLORS!!!!  */
#menu ul li{background-color:#ccc


} 
/*#menu ul li{background-color:#CEDEFF}*/



#menu a:hover {
color: #333;

}

#menu li {position: relative;	padding-left: 1px;}


#menu li:hover{background: #fff;}




#menu ul ul {
position: absolute;
z-index: 500;
width: 7em;

}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

