.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: 10;
}

.menu ul 
{
	list-style:none;
	padding:0px;
	margin:0px;
	line-height: 1em;
}

.menu li 
{
	float:left;
	position:relative;
	margin: 0px;
}

.menu a, .menu a:visited
{
	display:block;
	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;
}

/* 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:#b2ab9b;
}

/* 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:17em;
	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-image: url(../Images/Png/whitetrans.png);
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:21em;
	list-style:none outside none;
	font-size: 80%;
	z-index: 15;
}

/* style the top level hover */
.menu a:hover, .menu .On
{
	background:#bfd7ef;
}

.menu ul ul a:hover 
{
	background:#ffffff!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;}