
/* Navigation Stylesheet for Labour Holme Valley

  (c) Colin Sewell, 2007
------------------------- */


.skiplinks {display:none;}


a img { border: 0; text-decoration: none; }


.ImageLink, .ImageLink:hover
{
    text-decoration: none;
	border-bottom: none;
	background-color: #fff;
}

/* Generic Page Links
   ------------------ */

a {
	font-family: arial, verdana, helvetica, sans-serif, serif;
	font-size: 100%;
    font-weight: bold;
    color: black;
    text-decoration: none;
	border-bottom: 1px #888 dashed;
}
a:hover {
    color: #cc0000;
	background-color: #ffd0d0;
	border-bottom: 1px #cc0000 solid;
}


/* Left Nav Menu */

#NavMenu ul
{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

#NavMenu li
{
	display: inline;
	border: 1px solid #ccc;

	margin: 5px;
	padding: 2px;
	overflow: hidden;
	list-style: none;
	list-style-type: none;
	list-style-image: none;

	width: 125px;
	line-height: 25px;
}

#NavMenu li:hover
{
	border: 1px solid #aa0000;
	background-color: #ffd0d0;
}

#NavMenu li.Selected
{
	border: #339933 1px solid;
}


#NavMenu li img
{
	border: 0px solid #cc0000;
	padding: 0px;
	margin: 0px;
}


#NavMenu a, #NavMenu a:hover {
	width: 125px;
	font-family: arial, verdana, helvetica, sans-serif, serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-decoration: none;
	border-bottom: none;
	text-align: center;
}

#NavMenu a:hover
{
    color: #cc0000;
}


#Footer a {
	font-size: 80%;
}
