/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
#nav {
	background: url(../images/nav2.jpg) no-repeat left top;
	width:187px;		/* Width of buttons, not entite image (or half of entire image) */
	height:369px;		/* Height of entire image */
	margin:0;
	padding:0;
	}
	
#nav li span { display: none; }

#nav li {
	float: left;
	list-style:none;
	display:inline;
	}
 

#nav li, #nav a { 
	height:123px;			/* Each button must have the same height, define it here */
	display:block;
	line-height:94px;
	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:187px; }

/* margin-top if there is a spacing between each nav button */
#nav-01, #nav-02, #nav-03{ margin-top:0px !important; width:187px;}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:0px; !important; width:187px; }
#nav-02 { margin-top:0px; !important; width:187px; }
#nav-03 { margin-top:0px; !important; width:187px; }


#nav-01 a:hover { background: url(../images/nav2_over.jpg) 0px  -0px no-repeat; }
#nav-02 a:hover { background: url(../images/nav2_over.jpg) 0px  -123px no-repeat; }
#nav-03 a:hover { background: url(../images/nav2_over.jpg) 0px  -246px no-repeat; }
