#hnav {
	background: url(../images/nav.jpg) no-repeat;
	width:1000px;
	height:49px;
	margin:0px;
	padding:0px;
	}
#hnav ul{
	float: left;
}	

#hnav span { display:none; }

#hnav li, #hnav a { height:49px; display:block; } /* change height here also */

#hnav li { float:left; list-style:none; _display:block; }

#hnav-01 { width:93px;}
#hnav-02 { width:92px;}
#hnav-03 { width:124px;}
#hnav-04 { width:151px;}
#hnav-05 { width:108px;}
#hnav-06 { width:111px;}
#hnav-07 { width:149px;}
#hnav-08 { width:172px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#hnav-01 a:hover { background: url("../images/nav-o.jpg")  0px 0px no-repeat; }
#hnav-02 a:hover { background: url("../images/nav-o.jpg")   -93px 0px no-repeat; }
#hnav-03 a:hover { background:url("../images/nav-o.jpg")   -185px 0px no-repeat; }
#hnav-04 a:hover { background:url("../images/nav-o.jpg")   -309px 0px no-repeat; }
#hnav-05 a:hover { background:url("../images/nav-o.jpg")   -460px 0px no-repeat; }
#hnav-06 a:hover { background:url("../images/nav-o.jpg")   -568px 0px no-repeat; }
#hnav-07 a:hover { background:url("../images/nav-o.jpg")   -679px 0px no-repeat; }
#hnav-08 a:hover { background:url("../images/nav-o.jpg")   -828px 0px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #hnav-01 { background:url("http://www.bridgecaresuites.com/images/nav.gif")  -79px -49px no-repeat; }
body#SPECIFY #hnav-02 { background:url("http://www.bridgecaresuites.com/images/nav.gif") -158px -49px no-repeat; }
body#SPECIFY #hnav-03 { background:url("http://www.bridgecaresuites.com/images/nav.gif") -247px -49px no-repeat; }
body#SPECIFY #hnav-04 { background:url("http://www.bridgecaresuites.com/images/nav.gif") -341px -49px no-repeat; }
body#SPECIFY #hnav-05 { background:url("http://www.bridgecaresuites.com/images/nav.gif") -428px -49px no-repeat; }



/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */
#hnav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#fff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	opacity:0.85;
	padding-left:0px !important;
	margin-left:0px;
	z-index:10000;
	}
	
	
.arrow{background: url(http://www.bridgecaresuites.com/images/nav_sub.gif) center right no-repeat;}

#hnav li ul li {
	height:20px; 				/* Height of each drop down nav item */
	border-top:1px dashed #000;
	}	


	
#hnav li ul li ul{
	margin-left:250px;
	margin-top:-20px;}
	
#hnav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#hnav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#hnav a:link, #hnav a:visited, #hnav a:hover, #hnav a:active {
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;

	}

/* Hover styles for drop down items */
#hnav-01 ul a:hover, #hnav-02 ul a:hover, #hnav-03 ul a:hover, #hnav-04 ul a:hover, #hnav-05 ul a:hover, #hnav-06 ul a:hover, #hnav-07 ul a:hover, #hnav-08 ul a:hover {
	background-image:none;
	background-color:#642200;
	color:#fff;
	text-decoration:none;
}


.hide { display:none !important; }  .show { display:block !important; }

#hnav-01-sub-00 {margin-left: 208px !important;}
#hnav-03-sub-00 {margin-left: 170px !important;}
#hnav-05-sub-00 {margin-left: 160px !important;}
#hnav-06-sub-00 {margin-left: 150px !important;}

#hnav li:hover ul, #hnav li.sfHover ul { left: auto; }
/* width of drop down nav - choose width that allows items to display on one line */
#hnav-01 ul, #hnav-01 li { width:208px; }	
#hnav-02 ul, #hnav-02 li { width:200px; }
#hnav-03 ul, #hnav-03 li { width:170px; }	
#hnav-04 ul, #hnav-04 li { width:170px; }
#hnav-05 ul, #hnav-05 li { width:160px; }		
#hnav-06 ul, #hnav-06 li { width:150px; }
#hnav-07 ul, #hnav-07 li { width:160px; }
#hnav-08 ul, #hnav-08 li { width:150px; }