@charset "utf-8";
/* CSS Document */


#nav-bar a, #nav-bar a:hover {} /*--Hover State--*/
a.home {background: url(http://www.archertechgroup.com/themes/archer/images/btn_home01.png) no-repeat;width: 52px;height:32px;margin-left:-4px;display:inline-block;height:32px;text-decoration:none;}
a.home:hover {background: url(http://www.archertechgroup.com/themes/archer/images/btn_home02.png) no-repeat;width: 52px;}
a.home span{visibility:hidden}

a.products {background: url(http://www.archertechgroup.com/themes/archer/images/btn_products01.png) no-repeat;width:79px;margin-left:-4px;display:inline-block;height:32px;text-decoration:none;}
a.products:hover {	background: url(http://www.archertechgroup.com/themes/archer/images/btn_products02.png) no-repeat;width: 79px;}
a.products span{visibility:hidden}

a.services {background: url(http://www.archertechgroup.com/themes/archer/images/btn_services01.png) no-repeat;width: 73px;margin-left:-4px;display:inline-block;height:32px;text-decoration:none;}
a.services:hover {background: url(http://www.archertechgroup.com/themes/archer/images/btn_services02.png) no-repeat;width: 73px;}
a.services span{visibility:hidden}

a.partners {background: url(http://www.archertechgroup.com/themes/archer/images/btn_partners01.png) no-repeat;width: 79px;margin-left:-4px;display:inline-block;height:32px;text-decoration:none;}
a.partners:hover {background: url(http://www.archertechgroup.com/themes/archer/images/btn_partners02.png) no-repeat;width: 79px;}
a.partners span{visibility:hidden}

a.company {background: url(http://www.archertechgroup.com/themes/archer/images/btn_company01.png) no-repeat;width: 71px;margin-left:-4px;display:inline-block;height:32px;text-decoration:none;}
a.company:hover {background: url(http://www.archertechgroup.com/themes/archer/images/btn_company02.png) no-repeat;width: 71px;}
a.company span{visibility:hidden}

ul#menu{margin:0}
ul#menu li {position:relative;display:inline;margin:0;padding:0;}

ul#menu div {display: none;width:489px;height:165px;}

ul#menu li.mega div {
	z-index: 100;
	width:270px;
	height:165px;
	position: absolute; /*--Important--*/
	top: 32px;
	left: 3px;
	background:url(http://www.archertechgroup.com/themes/archer/images/bg_subnav_mega.gif) no-repeat; /*--Background gradient--*/
	display: none; /*--Hidden for those with js turned off--*/
	padding-top:0px;padding-left:20px;
}
	
ul#menu li.hovering div {display:block;top:32px;width:270px;height:165px;}

.megamenu ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 135px;
	float: left;
}

.megamenu h3 { /*--Sub nav heading style--*/	
	font-size: 1.0em;
	font-weight: bold;
	color:#fff;
	margin-bottom:17px;
	margin-top:9px;
}
		
.megamenu ul li a {
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	display: block;
	text-decoration: none;
	color: #626262;
	font-size:11px;
	padding: 1px;
	
}
.megamenu ul li a:hover {
	color: #54942a;
	background-position: 5px 12px ;/*--Override background position--*/
	text-decoration:underline;
	}
	
	ul#menu li.mega div.last {margin-left:-200px;}