/* 

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

*/

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

/*	Nav Menu	*/
#nav {
		font-family: Tahoma, Geneva, sans-serif;
		}
#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 {
		color: #a6a5a5;
		font-size:1.5em;
		text-decoration:none;
		}
#nav a:hover {
		color: #4eb609;
		text-decoration:underline;
		}
#nav a.on {
		color: #4eb609;
		text-decoration:underline;
		}
#nav li {
		float: left;
		width: 11em;
		}

/*	root menu items	*/
#nav a#home, #nav a#about_us, #nav a#services, #nav a#team, #nav a#contact {
		1width: 120px;
		1height: 67px;
		}
#nav a#home span, #nav a#about_us span, #nav a#services span, #nav a#team span, #nav a#contact span {
		1display: none;
		}
#nav a#home 			{ 1background: url(/mainpics/buttons/button_home_off.jpg) 0 0 no-repeat;	} 
#nav a#home:hover 		{ 1background: url(/mainpics/buttons/button_home_over.jpg) 0 0 no-repeat;	} 
#nav a#home.on 			{ 1background: url(/mainpics/buttons/button_home_on.jpg) 0 0 no-repeat;	} 

