/* ============================================ THE DUFFELBAGS NOTES ======================================= */

/* ASA RED = #B50000 */
/* CAP BLUE = #008AA3  */
/* ASA RED PANEL = #BE1C1C  */
/* GREY MID = #AEA9A3  */
/* GREY DARK = #323A2F  */
/* TOP NAV = #8D857E  */
/* SITE TEXT = #323A2F  */

/* ========================================================================================================= */

/* This section contains the TOP LEVEL classes, otherwise known as the main menu */

.menu1 {
	width: 140px;
	text-align: left;
	text-indent: 4px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323A2F
}
.menu1 a:visited {
	width: 140px;
	height: 15px;
	display: block;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323A2F;
	background-color: #E7DDCF;
	text-decoration: none
}
.menu1 a {
	display: block;
	text-align: left;
	text-indent: 4px;
	width: 140px;
	height: 15px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323A2F;
	background-color: #E7DDCF;
	border-right: 4px solid #E7DDCF;
	text-decoration: none
}
.menu1 a:hover {
	display: block;
	text-align: left;
	text-indent: 4px;
	width: 140px;
	height: 15px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323A2F;
	background-color: #FFFFFF;
	border-right: 4px solid #B50000;
	text-decoration: none
}
.menu1 a:active {
	display: block;
	text-align: left;
	text-indent: 4px;
	width: 140px;
	height: 15px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323A2F;
	background-color: #E7DDCF;
	text-decoration: none;
	border-right: 4px solid #B50000
}

/* This section contains the SECOND LEVEL classes, otherwise known as the second-level menus */

.menu2_spacer
{
	width: 10px;
	background-color: #E4E4E4;
}

.menu2 {
	width: 130px;
	height: auto;
	text-align: left;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323A2F
}
.menu2 a:visited {
	width: 130px;
	height: auto;
	display: block;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323A2F;
	background-color: #E4E4E4;
	text-decoration: none
}
.menu2 a {
	display: block;
	text-align: left;
	width: 130px;
	height: auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323A2F;
	background-color: #E4E4E4;
	border-right: 4px solid #E4E4E4;
	text-decoration: none
}
.menu2 a:hover {
	display: block;
	text-align: left;
	width: 130px;
	height: auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323A2F;
	background-color: #FFFFFF;
	border-right: 4px solid #B50000;
	text-decoration: none
}
.menu2 a:active {
	display: block;
	text-align: left;
	width: 130px;
	height: auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0033;
	background-color: #E4E4E4;
	text-decoration: none;
	border-right: 4px solid #E4E4E4
}

/* This section contains the BULLET classes for the ASA site */

li {
	text-align: left;
	list-style:  url("http://www.mng.org.uk/gh/media/ASA_ruling/AdjudicationDetails.aspx_files/assets/asa/cssGraphics/asaBullet.gif") outside
}

.asaNavDiv {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #B50000;
	text-align: center;
	height: auto;
	width: 15px;
}

/* --------------------------------------- PSEUDO CLASSES --------------------------------------- */

/* This section contains the RED site links for the ASA site. */

.siteLinksRed {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B50000;
	text-decoration: underline
}
a.siteLinksRed {text-decoration: underline}
a.siteLinksRed:link {text-decoration: underline}
a.siteLinksRed:hover {text-decoration: none}
a.siteLinksRed:visited {color: #B50000;text-decoration: underline}