/* 

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

*/

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

/*	Nav Menu	*/
#nav {
		}
#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;
		padding-left:2px;
		padding-right:2px;
		}
#nav a.on ,
#nav a:hover {
		border-left: 2px solid #eed50b;
		border-right: 2px solid #eed50b;
		padding-left:0;
		padding-right:0;
1		margin-left: -2px;
1		margin-right: 2px;
		}
#nav li {
		float: left;
		}
/*	root menu items	*/
#nav a#home, #nav a#services, #nav a#contact {
		width: 134px;
		height: 50px;
		}
#nav a#home span, #nav a#about_us span, #nav a#services span, #nav a#team span, #nav a#contact span {
		display: none;
		}
#nav a#home 			{ background: url(/mainpics/buttons/button-home-off.jpg) center 0 no-repeat;} 
#nav a#home:hover 		{ background: url(/mainpics/buttons/button-home-on.jpg) center 0 no-repeat;	} 
#nav a#home.on 			{ background: url(/mainpics/buttons/button-home-on.jpg) center 0 no-repeat;	} 

#nav a#services 			{ background: url(/mainpics/buttons/button-services-off.jpg) center 0 no-repeat;} 
#nav a#services:hover 		{ background: url(/mainpics/buttons/button-services-on.jpg) center 0 no-repeat;	} 
#nav a#services.on 			{ background: url(/mainpics/buttons/button-services-on.jpg) center 0 no-repeat;	} 

#nav a#contact 			{ background: url(/mainpics/buttons/button-contact-off.jpg) center 0 no-repeat;} 
#nav a#contact:hover 		{ background: url(/mainpics/buttons/button-contact-on.jpg) center 0 no-repeat;	} 
#nav a#contact.on 			{ background: url(/mainpics/buttons/button-contact-on.jpg) center 0 no-repeat;	} 
