/* Navigation Stylesheet RS Acupuncture 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: #fff;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #fff;
}

/* colour crib :
   d2dfde = greeny  8856a4 = dark purple  efe9f3 = light purple  c8a738 = orange */
a:link
{
    color: #fff;
}
a:visited
{
    color: #fff;
}
a:hover
{
    color: #cc0000;
	background-color: #fff;
	border-bottom: 1px solid #cc0000;
}
a:active
{
    color: #d5376d;	/* purple */
}




/* Left Navigation Menu
   -------------------- */

#NavLeftMenu
{
	width: 150px;
}

#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: 5px;

	width: 100%;
	height: 21px;
	line-height: 20px;

	font-family: arial, verdana, helvetica, sans-serif, serif;
/*	font-size: 80%; */
	font-weight: bold;

	border-top: #e3dfd6 1px solid;
	border-bottom: #e3dfd6 1px solid;
	margin-bottom: 8px;
}

#NavLeftMenu li:hover
{
	border-top: #faf4fe 1px solid;
	border-bottom: #faf4fe 1px solid;
}

#NavLeftMenu li.Selected
{
	background-image: url(../images/nav-bullet.gif);
	border: #339933 1px solid;
}


#NavLeftMenu a {
	display: block;
	width: 100%;
	height: 21px;
	line-height: 21px; 

	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: 20px;

	border-bottom: 0px solid #000;		/* remove default a tag line */
}

#NavLeftMenu a:hover
{
	background-image: url(../images/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #bf271e;
	color: #fff;
}


/* Footer and other Links
   ------------------ */

#Footer a {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 90%;
    color: #bf271e;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #888888;
}
#Footer a:link {
    color: #bf271e;
}
#Footer a:visited {
    color: #bf271e;
}
#Footer a:hover {
    color: #c8a738;
	border-bottom: 1px solid #c8a738;
}
#Footer:active
{
    color: #bf271e;
}


.DesignCreditsLink
{
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 100%;
    font-weight: normal;
    color: black;
    text-decoration: none;
	border-bottom: 1px dotted #c8a738;
}
.DesignCreditsLink:link, .DesignCreditsLink:visited
{
    color: black;
}
.DesignCreditsLink:hover
{
    color: #bf271e;
	border-bottom: 2px solid #bf271e;
}
