/* main navigation */
.topnav{
	clear: both;
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	}
.mainnav{
	float: left;
	width: 928px;
	margin:0;
	padding:0;
}
	#nav #linkphone{
	background-image: url(../images/nav_phone_bg.gif);
	text-indent: -9999px;
	background-repeat: no-repeat;
	width:257px;
}
	#nav #linkindustry{
	background-image: url(../images/nav_industry_bg.gif);
	text-indent: -9999px;		
	background-repeat: no-repeat;
	width:357px;	
}
	#nav #linkseniors{
	background-image: url(../images/nav_seniors_bg.gif);
	text-indent: -9999px;		
	background-repeat: no-repeat;
	width:205px;
}
#nav {
	overflow: hidden;
	font-size:12px;
	list-style-type: none;
	margin:0px;
	padding:0px;
	height: 41px;
}

#nav li{
	margin:0px;
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.last{
background:none !important;
}

#nav a:link, #nav a:visited {
	display:block;
	text-decoration: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	background-image: url(../images/mainnav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;	
}
/* override for final link */
.lastlink{
	padding-right: 20px !important;
}

#nav a:link, #nav a:visited {
color: #fff; 
}

#nav a:hover, #nav a:active {
	color: #fff;
	background-image: url(../images/mainnav_hover.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/* nav trays */
.blackline{
	display:block;
	width: 960px;
	height: 0px;
	padding-left: 10px;
}

.tray{
	position:absolute;
	z-index:5;
	top:35px;
	left:0px;
	visibility:hidden;
	width:920px;
	height:130px;	
	padding:20px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #edc665;
	border-bottom-color: #edc665;
}
.tray td{
	line-height:normal;
}
.trayback{
	position:absolute;
	z-index:4;
	top:35px;
	left:0px;
	visibility:hidden;
	width:960px;
	height:171px;
	background-color:#323232;
}
.traynav{
	padding-right:15px;
	padding-top: 1px;
}
.traynav ul{
	margin: 0px;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	white-space: normal;
	background-image: url(../images/subnav_bg.gif);
	background-repeat: repeat-x;
}
.traynav ul li{
	list-style-type: none;
	padding: 0px;
	font-size:12px;
	margin: 0px;
	display: inline;
}
.traynav li a:link, .traynav li a:visited {
	color: #FFFFFF;
	display: block;
	background-image: url(../images/arrow_orange.gif);
	background-position: 4px 7px;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	width:200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6a6a6a;	
}
.traynav li a:hover, .traynav li a:active {
	background-color:#69696a;
	color: #edc665;
}
.trayimage{
	color: #ffffff;
}
.trayimage img{
	border: 1px dotted #edc665;
}
