/* 

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 * {
1		border: 1px solid #fff;
		}
#nav, #nav ul {
		display: block;
		padding: 0;
		margin: 0;
		list-style: none;
		width: 100%;
		}
#nav:after, #nav ul:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
#nav li {
		float: left;
1		width: 114px;
		height:50px;
		}
#nav a {
		display: block;
		width: 100px;
		height:50px;
1		border: 1px solid #fff;
		border-right: 2px solid #e5e5e5;
		margin-top:20px;
		}
#nav a span {
		display: block;
		width: 100%;
		height: 50px;
		}
#nav a:hover {
		height:70px;
		margin-top:0px;
		}
#nav a.on {
		height:70px;
		margin-top:0px;
		}

/*	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             { background:url(/mainpics/buttons/button_home.png) right 0 no-repeat;	}
#nav a#food             { background:url(/mainpics/buttons/button_food_blue.png) right 0 no-repeat;    }
#nav a#parties          { background:url(/mainpics/buttons/button_parties.png) right 0 no-repeat;    }
#nav a#gigs             { background:url(/mainpics/buttons/button_gigs_pink.png) right 0 no-repeat;    }
#nav a#events           { background:url(/mainpics/buttons/button_events.png) right 0 no-repeat;    }
#nav a#sports           { background:url(/mainpics/buttons/button_sports.png) right 0 no-repeat;    }
#nav a#contact          { background:url(/mainpics/buttons/button_contact.png) right 0 no-repeat;    }



