﻿.menu 
{
	background:#a1a1a0 url(../images/template/nav-bg.gif) repeat-x;
	border-top:1px solid #000;
	text-transform:uppercase;
	font-size:.8em;
	position:relative;
	z-index:100;
	width:962px;
	margin-left:1px;
}

.menu ul 
{
	list-style:none;
	padding:0px;
	margin:0px;
}

.menu li 
{
	float:left;
	position:relative;
}

.menu a, .menu a:visited
{
	float:left;
	display:block;
	padding:10px 20px 11px 20px;
	border-right:1px solid #333;
	border-left:1px solid #cfcfcf;
	color:#333;
	text-decoration:none;
}

.menu .home, .menu .about, .menu .contact, .menu .clients, .menu .candidates, .menu .temps, .menu .news, .menu .info {	
	
}


.menu .home222222 {
	width:60px;
}

.menu .about {
	width:54px;
}

.menu .contact {
	width:69px;
}

.menu .clients {
	width:107px;
}

.menu .candidates {
	width:104px;
}

.menu .temps {
	width:79px;
}

.menu .news {
	width:76px;
}

.menu .info {
	width:106px;
	border-right:none;
}

.menu ul ul {
	width:15em;
}

.menu ul ul li a
{
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	border-left:1px solid #666;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
{
	background:#d4d8bd url(/images/template/grey-arrow.gif) no-repeat right top;
}

/* style the second level hover */
.menu ul ul a.drop:hover
{
	background:#c9ba65 url(/images/template/blue-arrow.gif) no-repeat right center;
}

.menu ul ul :hover > a.drop 
{
	background:#c9ba65 url(/images/template/blue-arrow.gif) no-repeat right center;
}

/* 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:3.3em;
	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:#dedddd;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:15em;
	border-left:1px solid #666;
}

/* style the top level hover */
.menu a:hover, .menu .On
{
	background:#dedddd url(../images/template/nav-ov.gif) repeat-x;
	color:White!important;
}

.menu ul ul a:hover 
{
	background:#c0c0c2!important;
	color:#333!important;
}

.menu :hover > a, .menu ul ul :hover > a {
	background:#dedddd url(../images/template/nav-ov.gif) repeat-x;
	color:white;
}

/* 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;}