#nav a, #subMenusContainer a{
	padding: 24px 11px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	letter-spacing : -0.05em;
	background-image : url('/images/nav-pipe.jpg');
	background-repeat : no-repeat;
	background-position : left center;
}

/* Get rid of bar at the left on HOME */
#nav a.home {
	background: none;
}

/* All menu links on hover or focus */
#nav a:hover, 
#nav a:focus, 
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused {
	background-image: url('/images/nav-hover.jpg');
	background-repeat: repeat-x;
	color: white;
}

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding: 0 2px;
	margin: 0 0 0 -2px;
	
}

/* All ULs and OLs */
#nav, #nav ul, #subMenusContainer ul { 
	margin: 0;
	padding: 0;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ul, 
#subMenusContainer ul { 
	/*border around submenu goes here*/	 
	border: 1px solid transparent;
}
#subMenusContainer a {
	background-image: url('/images/nav-back.jpg');
	background-repeat: repeat-x;
	padding: 14px 20px;
}
