/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
#nav {
	background: url(../images/side-nav.jpg) no-repeat right top;					
	width:358px;		/* Width of buttons, not entite image (or half of entire image) */
	height:225px;		/* Height of entire image */
	margin:0;
	padding:0px 0px 0px 0px;
	}

#nav li span { display: none; }

#nav li {
	float: right;
	list-style:none;
	}

#nav li, #nav a { 
	height:75px;			/* Each button must have the same height, define it here */
	display:block;
	line-height:75px;
	margin:0px !important;
	}
	
.hide { display:none !important; }  .show { display:block !important; }

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:0px; width:358px; }


/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07 { margin-top:0px !important; width:358px;}

#nav-01 a:hover { background: url(../images/side-nav-o.jpg) 0px  0px no-repeat; }
#nav-02 a:hover { background: url(../images/side-nav-o.jpg) 0px  -75px no-repeat; }
#nav-03 a:hover { background: url(../images/side-nav-o.jpg) 0px  -150px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background: url(http://www.bridgecaresuites.com/images/vnav-o.jpg) -100px  -15px no-repeat; }
body#SPECIFY #nav-02 { background: url(http://www.bridgecaresuites.com/images/vnav-o.jpg) -100px  -30px no-repeat; }
body#SPECIFY #nav-03 { background: url(http://www.bridgecaresuites.com/images/vnav-o.jpg) -100px  -60px no-repeat; }
body#SPECIFY #nav-04 { background: url(http://www.bridgecaresuites.com/images/vnav-o.jpg) -100px  -90px no-repeat; }
body#SPECIFY #nav-05 { background: url(http://www.bridgecaresuites.com/images/vnav-o.jpg) -100px -120px no-repeat; }
body#SPECIFY #nav-06 { background: url(http://www.bridgecaresuites.com/images/vnav-o.jpg) -100px -150px no-repeat; }

body#SPECIFY #nav-10 { background: url(http://www.bridgecaresuites.com/images/nav-o1.gif) -100px  -15px no-repeat; }
body#SPECIFY #nav-11 { background: url(http://www.bridgecaresuites.com/images/nav-o1.gif) -100px  -30px no-repeat; }
body#SPECIFY #nav-12 { background: url(http://www.bridgecaresuites.com/images/nav-o1.gif) -100px  -60px no-repeat; }
body#SPECIFY #nav-13 { background: url(http://www.bridgecaresuites.com/images/nav-o1.gif) -100px  -90px no-repeat; }

/* Son of Suckerfish: Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
 
#nav li ul {
	
	position:absolute;
	left:-9999px;
	background-color:#9d0b1e;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:200px;			/* Set to same width as in #nav */
	margin-top:-48px;			/* Set to each button height, same as used above */
	padding-left:0px !important;
	}
	
#nav li ul li {
	height:20px;				/* Height of each drop down nav item */
	border:1px solid #000;
	border-top:none;
	display:block;
	}

#nav 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 */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}
	
#nav-02-sub-00 { margin-left: 200px !important;  }
#nav-03-sub-00 { margin-left: 250px !important;  }
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

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

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:200px; }	
#nav-02 ul, #nav-02 li { width:200px; }	
#nav-03 ul, #nav-03 li { width:250px; }		
#nav-04 ul, #nav-04 li { width:200px; }
#nav-05 ul, #nav-05 li { width:220px; }
#nav-06 ul, #nav-06 li { width:200px; }