
/* Navigation Stylesheet  KL Plastering website

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

.skiplinks {display:none;}


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


.ImageLink, .ImageLink:hover
{
    text-decoration: none;
	border-bottom: none;
}


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

a
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 100%;
    color: #d2dfde;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #888888;
}

a:link
{
    color: #52867b;
}
a:visited
{
    color: #52867b;
}
a:hover
{
    color: #88aa00;
	border-bottom: 1px solid #558800;
}
a:active
{
    color: #52867b;
}




/* Left Navigation Menu
   -------------------- */

#NavLeftMenu
{
	width: 150px;
}

#NavLeftMenu img
{
	margin-bottom: 4px;
}

#NavLeftMenu ul
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
/*	background-color: #fff; */
}

#NavLeftMenu li
{
	overflow: hidden;
	list-style: none;
	list-style-type: none;
	text-indent: 10px;

	width: 100%;
	line-height: 20px;

	font-family: arial, verdana, helvetica, sans-serif, serif;
/*	font-size: 80%; */
	font-weight: bold;

	border-top: #c9d7d6 1px solid;
	border-bottom: #c9d7d6 1px solid;
	margin-bottom: 8px;
}

#NavLeftMenu li:hover
{
	border-top: #89beb2 1px solid;
	border-bottom: #89beb2 1px solid;
}

#NavLeftMenu li.Selected
{
	background-image: url(../images/nav-arrow.gif);
	border: #339933 1px solid;
}


#NavLeftMenu a {
	display: block;
	width: 100%;
	line-height: 20px; 

	font-family: arial, verdana, helvetica, sans-serif, serif;
	font-size: 90%;
	font-weight: bold;
	color: #444;

	text-align: left;
	text-decoration: none;
	text-transform: uppercase;

	margin: 0px;
	padding-left: 25px;

	border-bottom: 0px solid #000;		/* remove default a tag line */
}

#NavLeftMenu a:hover
{
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #6da297;
	color: #fff;
}


/* Footer and other Links
   ------------------ */

#Footer a {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 90%;
    color: #9e4000;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #888888;
}
#Footer a:link {
    color: #9e4000;
}
#Footer a:visited {
    color: #9e4000;
}
#Footer a:hover {
    color: #be0105;
	border-bottom: 1px solid #be0105;
}
#Footer:active
{
    color: #9e4000;
}


.DesignCreditsLink
{
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 100%;
    font-weight: normal;
    color: black;
    text-decoration: none;
	border-bottom: 1px dotted #888888;
}
.DesignCreditsLink:link, .DesignCreditsLink:visited
{
    color: black;
}
.DesignCreditsLink:hover
{
    color: #B57613;
	border-bottom: 2px solid #B57613;
}


.ThumbnailLink {
    text-decoration: none;
	border-bottom: none;
	font-size: 80%;
}
