/* 

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;
		width:480px;
		}
#nav:after, #nav ul:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
#nav a {
		display: block;
		font-size:17px;
		font-size:1.4em;
		text-transform:uppercase;
		color:#f2f0e4;
		text-decoration:none;
		margin-top:5px;
		height:35px;
		line-height:34px;
		padding:0 10px;
		}
#nav a:hover, #nav a.on {
		background:#f5f4eb;
		border-top:#fff;
		color:#c00;
		}
#nav a:hover{
		color:#7e7a72;
		}
#nav li {
		float: left;
		padding:0 5px;
1		width: 11em;
		}
/*	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;	} 
