/* 
Carey Glass 
Website design and development: New Odyssey Ltd.
Visit: http://www.newodyssey.ie or email info@newodyssey.ie
//////////////////////////*/

html>body.overview #button ul li a.overview{ color: #000; background: #2C4581 url(../images/vert-nav-active.gif) left top repeat-x;}


html>body.roof #button ul li a.roof{ color: #000; background: #2C4581 url(../images/vert-nav-active.gif) left top repeat-x;}
html>body.fireglass #button ul li a.fireglass{ color: #000; background: #2C4581 url(../images/vert-nav-active.gif) left top repeat-x;}
html>body.wallglass #button ul li a.wallglass{ color: #000; background: #2C4581 url(../images/vert-nav-active.gif) left top repeat-x;}
html>body.curved #button ul li a.curved{ color: #000; background: #2C4581 url(../images/vert-nav-active.gif) left top repeat-x;}
html>body.spandrel #button ul li a.spandrel{ color: #000; background: #2C4581 url(../images/vert-nav-active.gif) left top repeat-x;}
html>body.insulated #button ul li a.insulated{ color: #000; background: #2C4581 url(../images/vert-nav-active.gif) left top repeat-x;}
html>body.tough #button ul li a.tough{ color: #000; background: #2C4581 url(../images/vert-nav-active.gif) left top repeat-x;}
html>body.silk #button ul li a.silk{ color: #000; background: #2C4581 url(../images/vert-nav-active.gif) left top repeat-x;}
html>body.laminate #button ul li a.laminate{ color: #000; background: #2C4581 url(../images/vert-nav-active.gif) left top repeat-x;}


html>body.quality #button ul li a.quality{ color: #000; background: #2C4581 url(../images/vert-nav-active.gif) left top repeat-x;}
html>body.wholesale #button ul li a.wholesale{ color: #000; background: #2C4581 url(../images/vert-nav-active.gif) left top repeat-x;}



#button {
	float: left;
	width: 200px;
	padding: 0px 0;
	margin-bottom: 1em;
	font: bold italic 85% Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #BCC7DF;
	}
#button li a, #button li a:visited {
		display: block;
		padding: 8px 5px 8px 0.5em;
		border-left: 10px solid #BCC7DF;/*---------- (Darker grey) ----------*/
		border-bottom: 1px dotted #5169A3;
		background: #D9DFEC url(../images/vert-nav-off.gif) left top repeat-x;/*---------- (Lighter grey) ----------*/
		color: #5169A3;
		text-decoration: none;
		width: 100%;
		text-decoration: none;
				}

	html>body #button li a, html>body #button li a:visited {
		width: auto;
		text-decoration: none;
		}

	#button li a:hover {
		border-left: 10px solid #5169A3	;
		background: #2C4581 url(../images/vert-nav-on.gif) left top repeat-x;
		color: blue;
		text-decoration: none;
		}
body.home #button a#home, #button a#home:hover,
#button li ul li a:hover
{color:#FFF; background: #993300 url(../images/vert-nav-on.gif) left top repeat-x;}

