#navcontainer{
	background:url('../images/menu.png');
	background-repeat:no-repeat;
	width:648px; /*original 693 */
	height:61px;
	padding:0 0 0 0;
	background-position:0px;
}

#topnav, #subnav {
	margin:0 0 0 2px;
	list-style: none;
	white-space:nowrap;

}

#topnav {
	padding:1px 0 0 0;
}


#topnav a { 
	color:#4a4b4d; 
	height:61px;
	display: block;
	margin:0px 2px 0px 0px;
	padding:25px 32px 0px 32px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}

#subnav a{ 
	color:#ffffff; 
	height:25px;
	display: block;
	padding:7px 20px 0px 10px ;
	margin:0px 2px 3px 0px;
}

#topnav a:hover{ 
	color:#e76718;
	
}

#subnav a:hover{ 
	color:#e76718;
}



#topnav .topnavlink_r, #topnav li.vbar{
	margin:0px 0 0 0;
	background:url('../images/vbar.png');
	background-position:top right;
	background-repeat:no-repeat;
	background-color:transparent;
}

#topnav li, #subnav li { /* all list items */
	float: left;

	letter-spacing:1px;

}

#topnav li:hover {
	background:url('../images/top_right.png');
	background-position:top right;
	background-repeat:no-repeat;
	height:60px;
}

#topnav li:hover .topnavlink_r, #topnav li.sfhover .topnavlink_r {
	background:url('../images/top_right.png');
	background-position:top right;
	background-repeat:no-repeat;
}

#topnav #topnavlink_l:hover, #topnav #topnavlink_l.sfhover {
	background:url('../images/top_right.png');
	background-position:top left;
	background-repeat:no-repeat;
}

#subnav { /* second-level lists */
	white-space:nowrap;
	width:5em;
	margin:-25px 0px 0 0px;
	position: absolute;
	background:url('../images/sub_top.png');
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#subnav li {
	background:url('../images/sub_tile.png');
	width:200px;
	margin:0px 0 0px 0px;
	filter:alpha(opacity=99);
	moz-opacity:.99;
	opacity:.99;
}

#subnav li.spacer{height:0px;}

#subnav li:hover, #subnav li.sfhover {
	background:#5c5c5c;
	width:200px;
	height:35px;
	margin:0 0 0 0px;
	text-indent:-1px;
}

#topnav li:hover #subnav, #topnav li.sfhover #subnav { /* lists nested under hovered list items */
	left: auto;
	width:200px;
	padding:0 0 5px 0;
	margin:-21px 0 0 0px;
	background:url('../images/sub_bottom.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	//margin:-26px 0px 0 0px;

}

#subnav li ul  { /* lists nested under hovered list items */
	left: auto;
	width:200px;
	padding:0 0 5px 0;
	margin:-21px 0 0 0px;
	background:url('../images/sub_bottom.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	//margin:-26px 0px 0 0px;

}

#topnav li:hover #subnav ul{visibility:hidden;}

#topnav li:hover #subnav li:hover ul, #topnav li.sfhover #subnav li.sfhover ul{
	visibility:visible;
	left: 196px;
	margin:-35px 0 0 0;
}
