#nav_abs{
	position:absolute;
	z-index: 99;
	width: 900px;
	height: 67px;
	left: 44px;
	top: -67px;
}
#nav_abs a:hover{
	text-decoration:none;
}
#container_nav {
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
}
#toolbar {
	display: block;
}
#topnav {
	float: left;
	display: block;
	margin: 0;
	min-height: 67px;
	background: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}
* html #topnav{
	height: 67px;
}

/* Set the UL to have no list item and give it a height */
#topnav ul {
	border: none;
	width: 823px;
	list-style-type: none;
	z-index: 1;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#topnav ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal */
	float: left;
	/* This will be used later for dropdowns */
	position: relative;
	}

#topnav ul li a {
	/* change each anchor item to a block so that it takes up space */
	display: block;
	text-decoration: none;
	/* WIN IE5 hack */
	height: 67px;
	}

/* Hide the text on the top nav bar */
#topnav ul li a span {
	display: none;
	}

/* On over move the viewable portion of the image up */
#topnav ul li a:hover {
	background-position: 0 -67px;
	}

/* No active state here so make sure it shows the default portion of the image */
#topnav ul li a:active {
	background-position: 0 0;
	}
#motorLink a {
	background-position: 0 0;
	width: 122px;
	background-image: url(images/nav_motor.jpg);
	background-repeat: no-repeat;
	}
#motorLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -67px;
	}
#busLink a {
	background-position: 0 0;
	width: 162px;
	background-image: url(images/nav_bus.jpg);
	background-repeat: no-repeat;
	}
#busLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -67px;
	}
#hotelLink a {
	background-position: 0 0;
	width: 109px;
	background-image: url(images/nav_hotel.jpg);
	background-repeat: no-repeat;
	}
#hotelLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -67px;
	}
#marriageLink a {
	background-position: 0 0;
	width: 90px;
	background-image: url(images/nav_marriage.jpg);
	background-repeat: no-repeat;
	}
#marriageLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -67px;
	}	
#notaryLink a {
	background-position: 0 0;
	width: 75px;
	background-image: url(images/nav_notary.jpg);
	background-repeat: no-repeat;
	}
#notaryLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -67px;
	}
#otherLink a {
	background-position: 0 0;
	width: 125px;
	background-image: url(images/nav_other.jpg);
	background-repeat: no-repeat;
	}
#otherLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -67px;
	}
#formsLink a {
	background-position: 0 0;
	width: 73px;
	background-image: url(images/nav_forms.jpg);
	background-repeat: no-repeat;
	}
#formsLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -67px;
	}
#aboutLink a {
	background-position: 0 0;
	width: 67px;
	background-image: url(images/nav_about.jpg);
	background-repeat: no-repeat;
	}
#aboutLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -67px;
	}
/* keep rollover active while on dropdown */
#topnav li a:hover,
#topnav li:hover a,
#topnav li.sfhover a {
	background-position: 0 -67px;
	}

/* dropdown list styles */
#topnav li ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 67px;
	background-image: none;
	}

#topnav li > ul {
	top: auto;
	left: auto;
	}

* html #topnav li ul {
	display: block;
	left: -10000px;
	}

/* this rule is for IE-Mac. */
#topnav li.over #topnav li.sfhover {
	border-width: 0;
	}

#topnav li:hover ul, #topnav li.over ul, #topnav li.sfhover ul  { /* lists nested under hovered list items */
	display: block;
	left: 0;
	}

#topnav li ul li {
	margin: 0;
	padding: 0;
	/* for IE 5.x */
	margin-left: -16px;
	display: block;
	float: none;
	/* Set the border to 0 for IE */
	border-right-width: expression("0");
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left: 0;
	margin-top: 3;
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9D0000;
	border-bottom-color: #9D0000;
	border-left-color: #9D0000;
	}

/* IE 5/6 Hack to fix a 3px gap under main category buttons */
* html #topnav li {
	margin: 0 0 -3px 0;
	}

/* IE 5.01 Hack, because IE 5.01 does not recognize the first style. This is thrown away then the other styles are applied */
#topnav li ul a {
	}

#topnav ul li ul {
	width: 133px;
	margin-left:4px;
	}

#topnav ul li ul a {
	color: #A20006;
	background: #FEECBA;
	padding: 3px 3px 3px 10px;
	height: auto;
	width: 115px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 115px;
	margin-left:4px;
	}

#topnav li ul a:hover {
	background-color: #9D0000;
	color: #FEECBC;
	}

#motorLink ul, #motorLink ul li,
#busLink ul, #busLink ul li,
#hotelLink ul, #hotelLink ul li,
#marriageLink ul, #marriageLink ul li,
#notaryLink ul, #notaryLink ul li,
#otherLink ul, #otherLink ul li,
#formsLink ul, #formsLink ul li,
#aboutLink ul, #aboutLink ul li {
	background-color: #A20006;
	}

/** Support for the "sfhover-fix.js" **/
* html #topnav ul iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	}
/** end **/

/** nav and nav_container are not being used anymore.
#nav {
	background-image: url(images/bkgd_nav.jpg);
	background-repeat: repeat-x;
	height: 67px;
}
#nav_container {
	width: 1028px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position: relative;
}**/
