/* 

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;
		width: 175px;
		height:48px;
		background:url(/mainpics/buttons/button-off.jpg) 0 0 no-repeat;
		color:#5b5b71;
		text-align:right;
		text-decoration:none;
		border-bottom:1px solid #262642;
		padding-bottom:1px;
		}
#nav a:hover,
#nav a.on {
		color:#fff;
		background:url(/mainpics/buttons/button-on.jpg) 0 0 no-repeat;
		}
#nav li {
}
#nav span {
		margin:20px;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:1.6em;
		line-height:55px;
		font-weight:bold;
}
/*	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#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;	} 
