.menu 
{
	height: 41px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 0px;
	width: 940px;
	border-bottom: 1px solid #9bcbef;
	border-top: 1px solid #9bcbef;
	font-size: 1em;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	z-index: 110;
}

.menu ul 
{
	list-style:none;
	padding:0px;
	margin:0px;
	line-height: 1em;
}

.menu li 
{
	float:left;
	position:relative;
	margin: 0px;
	z-index: 110;
}

.menu a, .menu a:visited
{
	display:block;
	float: left;
	padding:13px 4px 15px 8px;
	color:#506B80;
	text-decoration:none;
}

.menu .home, .menu .about, .menu .contact, .menu .clients, .menu .candidates, .menu .temps, .menu .news, .menu .info {	
	
}

.menu .home			{width:59px;}
.menu .about		{width:94px;}
.menu .solutions	{width:84px;}
.menu .products		{width:82px;}
.menu .information	{width:147px;}
.menu .services		{width:177px;}
.menu .vesdirect	{width:97px;}
.menu .contact		{width:90px;}


.menu ul ul li a
{
	border-bottom:1px solid #9BCBEF;
	z-index: 110;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
{
	background-color:red;
}

/* style the second level hover */
.menu ul ul a.drop:hover
{
	background-color:green;
}

.menu ul ul :hover > a.drop 
{
	background-color:yellow;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
{
	background-color: #ffffff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:21.5em;
	list-style:none outside none;
	font-size: 80%;
	z-index: 150;
}

/* style the third level hover */
.menu ul ul ul a:hover 
{
	background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:2.4em;
	left:0;
	width:12em;

}

/* position the third level flyout menu */
.menu ul ul ul
{
	left:18.3em;
	top:0px;
	width:15em;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
{
	left:-149px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table 
{
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-color: #ffffff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:21em;
	list-style:none outside none;
	font-size: 80%;
	z-index: 150;
}

/* style the top level hover */
.menu a:hover, .menu .On
{
	background:#bfd7ef;
}

.menu ul ul a:hover 
{
	background:#bfd7ef!important;
	color:#333!important;
}

.menu :hover > a, .menu ul ul :hover > a {
	background:#bfd7ef;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


.greenMenu {
	border-top:1px solid #378708;
	border-bottom:none;
	margin:10px 0px 0px;
	width:100%;
}
.greenMenu a, .greenMenu a:visited {
	color:Black;
}

.greenMenu a:hover, .greenMenu .On {
	background-color:White;
}

.greenMenu {
	display:table;
}

.greenMenu ul {
	width:100%;
	display:table-row;
}

.greenMenu li {
	display:table-cell;
}

.greenMenu ul li {
	padding-top:2px;
	text-align:center;
}

.greenMenu ul li a {
	font-size:1.2em;
}

.greenMenu ul li:hover {
	background:White;
	border-top:2px solid #378708;
	padding-top:0px;
}

.greenMenu ul ul a:hover 
{
	background:White!important;
	color:#333!important;
}

.greenMenu :hover > a, .greenMenu ul ul :hover > a {
	background:White;
}

.greenMenu ul ul li {
	padding-top:0px;
	text-align:left;
}

.greenMenu ul ul li a {
	font-weight:normal;
	font-size:0.8em;
}

.greenMenu ul ul li:hover {
	border-top:none;
}

.greenMenu ul ul li a {
	border-bottom-color:#378708;
}

.greenMenu ul ul li a:hover {
	color:#378708!important;
}

.greenMenu .home		,
.greenMenu .about		,
.greenMenu .solutions	,
.greenMenu .products	,
.greenMenu .information	,
.greenMenu .services	,
.greenMenu .vesdirect	,
.greenMenu .contact {
	width:auto;
	margin: 0px 14px;
	font-weight:600;
}

.greenMenu .home 
{
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}
.greenMenu .contact {
	margin-right:0px;
	margin-left:0px;
	text-align:right;
	padding-right:0px;
}