/* 

DEFAULTS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 3. nav menu --------- */

/*	Nav Menu	*/
#nav *{
1	border:1px solid #f00;
		}
#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		}
#nav:after, #nav ul:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
#nav a {
		display: block;
		width: 75px;
		height:40px;
		text-decoration:none;
		margin-top:2px;
		}
#nav a:hover {
		background:url(/mainpics/sqs/sqWhite40.png) 0 bottom repeat;
		text-decoration:none;
		}
#nav a.on {
		background:url(/mainpics/sqs/sqWhite40.png) 0 bottom repeat;
		}
#nav li {
		float: left;
		}
#nav li:hover {
		}
/*	sub menu level 1	*/
#nav li ul {
		position: absolute;
		width: 12em;
		left: -999em;
		1top: 43px;
		}
#nav li:hover ul {
		left: auto;
		}
#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
		}
#nav li ul li {
		1font-family: Tahoma, Arial, Helvetica, sans-serif;
		1font-size: 1.2em;
		1background: #0574a2;
		1padding: 7px;
		1border-bottom: 1px solid #036292;
		}
#nav li ul li a {
		1text-decoration: none;
		1color: #eee;
		}
#nav li ul li:hover {
		1background: #df8f38;
		}
#nav li ul li:hover a {
		1color: #fff;
		}


/*	root menu items	*/
#nav a#home, #nav a#bernie, #nav a#contact, #nav a#faq, #nav a#testimonials {
		width: 75px;
		padding:0 10px;
		}
#nav a#home span, #nav a#bernie span, #nav a#contact span, #nav a#faq span, #nav a#treatments span, #nav a#testimonials span {
		display: block;
		height:43px;
		width:75px;
		text-decoration:none;
		}
#nav a#treatments {
		width:147px;
		padding:0 6px;
		}
#nav a#treatments span {
		display: block;
		height:43px;
		width:147px;
		text-decoration:none;
		}
#nav a#home span			{ background: url(/mainpics/buttons/button_home_off.png) center center no-repeat;	} 
#nav a#bernie span			{ background: url(/mainpics/buttons/button_bernie_off.png) center center no-repeat;	} 
#nav a#contact span 			{ background: url(/mainpics/buttons/button_contact_off.png) center center no-repeat;	} 
#nav a#faq span 			{ background: url(/mainpics/buttons/button_faq_off.png) center center no-repeat;	} 
#nav a#testimonials span 			{ background: url(/mainpics/buttons/button_testimonials_off.png) center center no-repeat;	} 
#nav a#treatments span 			{ background: url(/mainpics/buttons/button_treatments_off.png) center center no-repeat;	} 

