#tnav {
	width:307px;
	height:36px;
	margin:0px 32px 0px 0px;
	padding:0px;
	float:right;
	}
	
#tnav ul{
	float: right;
}	

#tnav span { display:none; }

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

#tnav li { float:left; list-style:none; _display:block; }
#tnav-01{ width:127px;}
#tnav-02{ width:127px;}
#tnav-03 { width:133px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#tnav-02 a:hover { background: 0px 0px no-repeat; }
#tnav-02 a:hover { background: -127px 0px no-repeat; }
#tnav-03 a:hover { background:  -254px 0px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #tnav-02 { -79px -49px no-repeat; }
body#SPECIFY #tnav-03 {  -158px -49px no-repeat; }



/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */
#tnav 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;}

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


	
#tnav li ul li ul{
	margin-left:250px;
	margin-top:-20px;}
	
#tnav 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 */
	}

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

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

	}

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


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

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

#tnav li:hover ul, #tnav li.sfHover ul { left: auto; }
/* width of drop down nav - choose width that allows items to display on one line */
#tnav-01 ul, #tnav-02 li { width:208px; }	
#tnav-02 ul, #tnav-03 li { width:200px; }