#menu {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	z-index:10;
	height:59px;
}
#menu li {
	float:left;
	width:195px;
	border-right:1px solid #fff;
	border-left:1px solid #ccc;
	height:59px;
	text-align:center;
	padding-top:10px;
	margin-top:2px
}
#menu li.first {
	border-left:none;
	padding-left:1px;
}
#menu li.first:hover {
	padding-left:0px;
	border-left:1px solid #ccc;
}
#menu li a {
	text-decoration:none;
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#412D31;
	line-height:50px;
}
#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:200;
	position:relative;
}
#menu li:hover {
	position:relative;
	z-index:200;
	background:url(/ats/images/d1_bg.png) 50% 0 no-repeat;
}
#menu :hover ul {
	left:0;
	top:60px;
	width:100px;
}
/* keep the 'next' level invisible by placing it off screen. */
#menu ul, #menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	margin-top:3px;
	padding:0;
	list-style:none;
}
#menu :hover ul :hover ul {
	left:120px;
	top:-1px;
	white-space:nowrap;
	width:100px;
	z-index:200;
	height:auto;
}
#menu :hover ul li {
	height:20px;
	width:195px;
	text-align:left;
	margin:0;
	border:1px solid #ccc;
	border-top:1px solid #999;
	border-bottom:none;
	background-color:#eee;
}/*Change sub menu Attributes*/

#menu :hover ul li.first{border-top:2px solid #999;}

#menu :hover ul li a {
	padding:0 0 0 15px;
	font-size:12px;
}
/*Three deep*/
#menu :hover ul :hover ul li a {
	width:100px;
	padding:0;
	text-indent:10px;
	background:url(/ats/images/d1_bg.png) 50% -30px no-repeat;
	color:#ccc;
}
#menu :hover ul :hover ul :hover {
	color:#fff;
}
#menu li ul li a {
	line-height:16px!important;
}
