/* NAVIGATION BURNLEY-MARKETS */

body#home_body a#home_nav,
body#stalls_body a#stalls_nav,
body#markethall_body a#stalls_nav,
body#openmarket_body a#stalls_nav,
body#news_body a#news_nav,
body#events_body a#events_nav,
body#offers_body a#offers_nav,
body#history_body a#history_nav,
body#about_body a#about_nav,
body#find_body a#find_nav,
body#contact_body a#contact_nav {
background:#333;
}

/* Stalls Nav */
body#stalls_body a#stalls_snav, body#openmarket_body a#om_snav, body#markethall_body a#mh_snav { font-weight:bold; background:#EBF4FE;}

/* ---------------- TOP Navigation -------------------------*/
#navigation {	position:relative;  width:896px; height:32px; background:#fff;  border:1px solid #A7A7A7;padding:1px;}

	#navigation ul {
	position:absolute;
	background:url('../images/backgrounds/global/nav_bg.jpg') no-repeat;
	}
		#navigation ul li {
		display:inline;
		float:left;
		height:32px;
		text-align:center;
		}		
			#navigation ul li a {
			display:block;
			height:24px;
			border-right:1px solid #fff;
			padding-top:8px;
			color:#fff;
			text-decoration:none;
			font-family: Verdana;
			font-size:13px;
			}
				#navigation ul li a:hover {
				background:#333;
				}
	
/* ---------------- Feature Navigation -------------------------*/	
body#home_body a#offers_latest_nav {
background:#333;
}

#feature_nav {	position:relative;  width:464px; height:32px; background:#fff;  border:1px solid #A7A7A7; padding:1px; margin-left:-6px; margin-top:-4px;}

	#feature_nav ul {
	position:absolute;
	background:url('../images/backgrounds/global/nav_bg.jpg') no-repeat;
	}
		#feature_nav ul li {
		display:inline;
		float:left;
		height:32px;
		text-align:center;
		}		
			#feature_nav ul li a {
			display:block;
			height:24px;
			border-right:1px solid #fff;
			padding-top:8px;
			color:#fff;
			text-decoration:none;
			font-family: Verdana;
			font-size:13px;
			}
				#feature_nav ul li a:hover {
				background:#333;
				}
	
/* TOP NAV Button Widths <li> */
#home_bullet,#stalls_bullet,#news_bullet,#events_bullet, #offers_bullet { width:98px;} 
#history_bullet { width:100px; }
#about_bullet { width:102px; }
#find_bullet { width:102px;}
#contact_bullet {width:102px; }

/* TOP NAV Button Widths <li> */
#offers_latest_bullet,#events_latest_bullet, #news_latest_bullet { width:155px; cursor:pointer; } 
 	
/* Remove end line */
#navigation #contact_nav {border-right:none}

/* side navigation */
#side_nav {margin-bottom:8px; }
#side_nav ul { margin-left:10px;   border-top:none;}
#side_nav ul li {background:url('../images/backgrounds/global/bullet.jpg') no-repeat 4px 12px;} 
#side_nav ul li a { display:block; width:155px; line-height:32px; padding-left:21px; border-top:1px dotted #333;}
#side_nav ul li a:hover { background:#EBF4FE url('../images/backgrounds/global/bullet.jpg') no-repeat 4px 11px; }
