body {
	font-family: verdana, arial, helvetica, serif;
	font-size: 12px;
	font-weight:normal;
	color: #6699cc;
	background-image:   url("/images/assets/page_table/siteback.GIF");
	padding: 2em;
	margin: 0;
}

#content {
	width: 34em;
	background-color: #ffffff;
	padding: 1em 0;
	border: 6px double #6699cc;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 32em;
}
html>body #content {
	width: 32em;
} 

a {
	text-decoration: underline;
}

a:link {
	color: #6699cc; font-weight: bold; text-decoration:none
}

a:visited {
	color: #6699cc; font-weight: bold; text-decoration:none
}
a:active {
	color: #6699cc; font-weight: bold; text-decoration:none
}

a:hover {
	color: #000000; font-weight: bold; text-decoration:underline
	
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* Ignore this. It's the colour of parent links
#nav a {
	font-weight: bold;
	color: #000000;
}
*/

#nav a {
	text-decoration: none;
	padding: 0.2em 1px; /* Padding within the submenu cells*/
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #6699cc;
	padding: 0.2em 10px; /* Padding within the submenu cells on mouse up*/
}

#nav li li a:hover {
	padding: 0.2em 5px; /* Padding within the submenu cells on mouse over*/
	border: 3px solid #99ccFF; /* colour of border on rollover*/
	border-width: 0 5px;
	text-decoration: underline; /* decoration of text within the submenu cells*/
	
}

li {
	float: left;
	position: relative;
	width: 10em;
	text-align: left;
	cursor:default;
	background-color: white;
	border: 1px solid #FFFFFF; /* border above and below parent links */
	border-width: 0px 0; /* border around parent links */
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
	
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background:   url("http://www.stokes.ie/images/assets/page_table/gray_square.gif") top left no-repeat;
	width:200px; /* This fixes the bottom line of menu to the same width as the cells, 200px*/
	padding: 0em 0 em 0;
	boder-vertical-align:top;
	
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background:   url("http://www.stokes.ie/images/assets/page_table/cell_background.gif") top left;
	width:200px;
	border: 0;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}

li:hover ul, li.over ul {
	display: block;
	

}

hr {
	display: none;
}

p {
	clear: left;
	background: white;
	padding: 1em 1em 0 1em;
	margin: 0;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #000000;
}

</style>	
<script type="text/javascript">//<![CDATA[//>

startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList;


.page_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0066FF;
	text-decoration: none;
}
