/* Navigation Stylesheet for ShrinkLink (c) Colin Sewell, 2008 */

.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: arial, verdana, helvetica, serif, sans-serif;
    font-size: 100%;
    text-decoration: none;
	text-align: center;
    color: #6986a8;
	border-bottom: 1px dotted #444;
}

a:link
{
    color: #6986a8;
}
a:visited
{
    color: #6986a8;
}
a:hover
{
    color: #e58a1f;
	border-bottom: 1px solid #e58a1f;
}
a:active
{
    color: #6986a8;
}


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

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

#NavMenu li
{
	float: left;
	height: 22px;

	list-style-type: none;
	list-style-image: none;

	font-size: 80%;
	color: #fff;

	margin: 0px;
	padding: 3px 8px;
}


#NavMenu a {
	float: left;

	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important;	/* hide inline link text */
	height /**/:22px; /* for IE5/Win only */

	font-size: 80%;
	color: #fff;

	text-decoration: none;
	border-bottom: 0px;
}


#NavMenu #nav-home {
	width: 100px;
	background: url(../../images/buttons/nav-home.gif) 0 0 no-repeat;
}
#NavMenu #nav-home:hover {
	background: url(../../images/buttons/nav-home.gif) 0 -22px no-repeat;
}

#NavMenu #nav-quote {
	width: 125px;
	background: url(../../images/buttons/nav-quote.gif) 0 0 no-repeat;
}
#NavMenu #nav-quote:hover {
	background: url(../../images/buttons/nav-quote.gif) 0 -22px no-repeat;
}

#NavMenu #nav-send {
	width: 100px;
	background: url(../../images/buttons/nav-send.gif) 0 0 no-repeat;
}
#NavMenu #nav-send:hover {
	background: url(../../images/buttons/nav-send.gif) 0 -22px no-repeat;
}

#NavMenu #nav-search {
	width: 150px;
	background: url(../../images/buttons/nav-search.gif) 0 0 no-repeat;
}
#NavMenu #nav-search:hover {
	background: url(../../images/buttons/nav-search.gif) 0 -22px no-repeat;
}

#NavMenu #nav-suggest {
	width: 175px;
	background: url(../../images/buttons/nav-suggest.gif) 0 0 no-repeat;
}
#NavMenu #nav-suggest:hover {
	background: url(../../images/buttons/nav-suggest.gif) 0 -22px no-repeat;
}

#NavMenu #nav-about {
	width: 125px;
	background: url(../../images/buttons/nav-about.gif) 0 0 no-repeat;
}
#NavMenu #nav-about:hover {
	background: url(../../images/buttons/nav-about.gif) 0 -22px no-repeat;
}


/* 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;
}

.QuoteTag .LinkTag {
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 125%;
    text-decoration: none;
	border-bottom: none;
	color: #CC0000;
	padding: 2px 0px;
}

.QuoteTag .LinkTag:hover {
	color: #fff;
	background-color: #CC0000;
}
