﻿    #wrapper {
	    text-align: left;
	    margin: 0px auto;
	    padding: 0px;
	    border:0;
	    width: 100%;
	    left: 0px;
	    top: 0px;
	    position: absolute;
    }

    #header {
	    margin: 0 0 3px 0;
	    background: #EAF5FA;
    }

    #rightcol { 
	    margin: 0;
	    float: left;
	    width: 450px;
	    height: 1% /* Holly hack for Peekaboo Bug */
    }

    #footer {
	    clear: both;
	    text-align: center;
	    font: normal xx-small Verdana, Arial, Helvetica, sans-serif;
	    color: #999999;	
    }
	
	p a
	{
		color:#006699;
	}
	
	#leftnav {
	background: #EAF5FA url(http://www.laois.ie/media/Media,1289,en.png) no-repeat center top;
	width: 171px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	}

	#leftnavbottomcurve {
		background: url(http://www.laois.ie/media/Media,1290,en.png) no-repeat center bottom;
		height: 9px;
		width: 171px;
	}

	#leftnav ul {
		list-style: none;
		margin-left: 5px;	
		
	}

	#leftnav ul a {
		font: bold small Verdana, Arial, Helvetica, sans-serif;
		color: #333333;
		text-decoration: none;
		background: #EAF5FA;
	}
	#leftnav ul a:visited {
		color: #006699;
	}
	#leftnav ul a:active {
		color: #ff6600;
	}
	#leftnav ul a:hover {
		color: #ff6600;
	}

	#leftnav ul li {
		font: bold small Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
	}

	#leftnav ul ul li {
		background: #FBDEB2;
		display: block;
	}
	#leftnav ul ul a {
		font: normal small Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
		background: #FBDEB2;
	}
	#leftnav ul ul a:visited {
		color: #006699;
	}
	#leftnav ul ul a:hover {
		color: #ff6600;
	}
	#leftnav ul ul ul li {
		background: #FFFFFF;
		display: block;
		list-style: none;
		border-top: 1px solid #FBDEB2;
	}
	#leftnav ul ul ul a {
		font: normal x-small Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
		background: #FFFFFF;
		}
	#leftnav ul ul ul a:visited {
		color: #006699;
	}
	#leftnav ul ul ul a:active, #leftnav ul ul ul a:hover  {
		color: #ff6600;
	}

	/* required to make left nav line up in both ie and firefox*/
	html>/**/body #leftnav ul{
	margin-left: -25px;
	}

	#leftnav ul ul {
		text-decoration: none;
		background: #FBDEB2;
		margin-left: -5px;
		padding-left: 5px;
		border-right: 5px solid #FFFFFF;
		border-left: 5px solid #FFFFFF;
	}

	#leftnav p  {
		color: #666666;
		margin-left: 5px;
	}

	/* required to make left nav line up in both ie and firefox*/
	html>/**/body #leftnav ul ul{
	margin-left: -15px;
	}
	#leftnav ul ul ul {
		text-decoration: none;
		background: #FFFFFF;
		border-right: 5px solid #FFFFFF;
		border-left: 5px solid #FFFFFF;
		padding-left: 5px;
	}

	#topnav {
		background: url(http://www.laois.ie/media/Media,1283,en.png) no-repeat center top;
		margin-right: auto;
		margin-left: auto;
		height: 25px;
		text-align: center;
		color: #FFF;
		width: 100%;

	}

	#topnav a{
		font: normal x-small Verdana, Arial, Helvetica, sans-serif;
		color: #FFF;
		letter-spacing: 0.05em;
		text-decoration: none;
	}
	#topnav a:visited {
		color: #faddb1;
	}
	#topnav a:active {
		color: #82c9ff;
	}
	#topnav a:hover {
		color: #ff6600;
	}
	.splitter
	{
	width:100%;
	background-color:#14619A;
	margin: 0 0 3px 0;
	}



	  ul, li {margin:0;padding:0;}

	  ul.pmenu
	  {
		  position:absolute;
		  margin: 0;
		  padding: 1px;
		  list-style: none;
		  width: 150px; /* Width of Menu Items */
		  border: 1px solid #ccc;
		  background:white;
		  display:none;
		  z-index:10;
	  }

	  ul.pmenu li { position: relative; }

	  /* Styles for Menu Items */
	  ul.pmenu li a
	  {
		  display: block;
		  text-decoration: none;
		  color: black;
		  padding: 2px 5px 2px 20px; 
	  }

	  ul.pmenu li a:hover
	  {
		  background:#335EA8;
		  color:white;
	  }



