/* www.wemtownhall.co.uk wm_styles3.css © shalldesign.com 2009 */ 
  
/* LINK STYLES */
a:focus {
  outline: 0;
	}
 
 
/* ======DEFAULT LINK STYLE======= */

a:link {
  color: #000;
	text-decoration:underline;
  }
	
a:visited {
  color: #333;
  }

a:hover {
  color:#e0002c;
  }
	
a:active {
  color:#e0002c;
  }
	
	
/* ======nav1 Links============== */

a.nav1, a:visited nav1 {
  display:block; 
  color:#333;
  text-decoration:none;
	font-size:0.75em;
  font-weight:bold;	
	padding:3px 2px 2px 25px;
	
	
	/* for ie6 */
  background-image:url(http://www.wemtownhall.co.uk/_SITE/_assets/btns/bullet0.gif);
  background-position: center left;
	background-repeat: no-repeat;	
  width:108px;
 }

/* for other browsers */

html>body a.nav1, a:visited nav1 {
  width: 148px;
  background-image:url(http://www.wemtownhall.co.uk/_SITE/_assets/btns/bullet0.png);
 }
  
a.nav1_sel {
  display:block;
	color:#333;
  text-decoration:none;
	font-size:0.75em;
  font-weight:bold;	
  padding:3px 2px 2px 25px;
	/* for ie6 */
  background-image:url(http://www.wemtownhall.co.uk/_SITE/_assets/btns/bullet1.gif);
  background-position: center left;
	background-repeat: no-repeat;
  width:108px; 
 }

 /* for other browsers */
 
html>body a.nav1_sel {
  width: 148px;
  background-image:url(http://www.wemtownhall.co.uk/_SITE/_assets/btns/bullet1.png);
 } 
  
a:hover.nav1  {
	color: #f37121;
	/* for ie6 */
  background-image:url(http://www.wemtownhall.co.uk/_SITE/_assets/btns/bullet2.gif);
  background-position: center left;
	background-repeat: no-repeat;
  }
	
/* for other browsers */

html>body a:hover.nav1 {
  width: 148px;
  background-image:url(http://www.wemtownhall.co.uk/_SITE/_assets/btns/bullet2.png);
 } 
 
a:active.nav1 {  
  color:#e0002c;
	/* for ie6 */
	background-image:url(http://www.wemtownhall.co.uk/_SITE/_assets/btns/bullet3.gif);
  background-position: center left;
	background-repeat: no-repeat;
  }
	
/* for other browsers */

html>body a:active.nav1 {
  width: 148px;
  background-image:url(http://www.wemtownhall.co.uk/_SITE/_assets/btns/bullet3.png);
 } 
	
/* ======nav2 Links===================== */	

a.nav2  {
  color:#333;	
	display: inline-block;
	font-size: 0.8em;
	font-weight: normal;
  text-decoration:none;	
 }

a:visited.nav2 {
  color: #333;	
 } 
 
a:hover.nav2 {
  color: #e0002c;
  }
	
a:active.nav2 {
  color: #e0002c;
  }
	
a:focus.nav2{
  outline: 0;
	}
	
/* Page Nav Links */
	
a.pgNav {
  color:#ed1c24;
  text-decoration:underline; 
	padding: 0 2px;
 }
  
a:hover.pgNav {
  color: #1e5ebd;
	color: #71277a;
  text-decoration:underline; 
  }
	
a:active.pgNav {  
  color: #1e5ebd;
	color: #71277a;
	text-decoration:underline; 
  }

a:focus.pgNav {
  outline: 0;
	}	
	
/* ======Sub Nav Links======================= */
	
a.sub1 {
  color:#333;
	font-size: 0.7em; 
  text-decoration:underline; 
	padding: 0 2px;
 }
  
a:hover.sub1 {
  color:#e0002c;
  text-decoration:underline; 
  }
	
a:active.sub1 {  
  color:#e0002c;
	text-decoration:underline; 
  }

a:focus.sub1 {
  outline: 0;
	}
		
/* ======Diary Links========================== */
	
a:link.diary {
  color:#000; 
  text-decoration:underline; 
	padding:3px;
 }

a:visited.diary{
  color:#333;
 }
  
a:hover.diary {
  color: #000;
	background-color: #f4f6f7;
  }
	
a:active.diary {  
  color:#e0002c;
  }

a:focus.diary {
  outline: 0;
	}	


/*============================================*/