/* 

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

*/

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

/*	Nav Menu	*/
#nav {
		background: url(/mainpics/menu/bar_mid_div.jpg) left 3px no-repeat;
		padding-left: 2px;
		height: 46px;
		}
#nav, #nav ul {
		}
#nav:after, #nav ul:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
#nav a {
		display: block;
		padding: 0px;
		height: 46px;
		line-height: 46px;
		text-decoration: none;
		color: #e8baa1;
		}
#nav a:hover {
		background: url(/mainpics/menu/bar_mid_over.jpg) 0 3px repeat-x;
		}
#nav li {
		display: block;
		float: left;
		background: url(/mainpics/menu/bar_mid_div.jpg) right 3px no-repeat;
		padding: 0 2px 0 0;
1		float: left;
1		width: 11em;
		}
#nav li.first {
1		border-left: none;
		}
/*	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 {
		width: 85px;
		}
#nav a#services {
		width: 107px;
		}
#nav a#contact {
		width: 103px;
		}
#nav a#ecommerce {
		width:138px;
		}
#nav a#news {
		width:78px;
		}
#nav a#packages {
		width:108px;
		}
#nav a#portfolio {
		width:108px;
		}
#nav a#process {
		width:98px;
		}
#nav a#testimonials {
		width:128px;
		}


1#nav a#home span, #nav a#about_us span, #nav a#services span, #nav a#team span, #nav a#contact span {
		display: none;
		}
#nav span{
	display:none;
}

#nav a#home 						{ background: url(/mainpics/menu/button_home_off.jpg) center 3px no-repeat;	} 
#nav a#home:hover , #nav a#home.on 	{ background: url(/mainpics/menu/button_home_on.jpg) center 3px no-repeat;	} 
#nav a#services 					{ background: url(/mainpics/menu/button_services_off.jpg) center 3px no-repeat;	} 
#nav a#services:hover , #nav a#services.on 	{ background: url(/mainpics/menu/button_services_on.jpg) center 3px no-repeat;	} 
#nav a#contact 						{ background: url(/mainpics/menu/button_contact_off.jpg) center 3px no-repeat;	} 
#nav a#contact:hover , #nav a#contact.on 	{ background: url(/mainpics/menu/button_contact_on.jpg) center 3px no-repeat;	} 

#nav a#portfolio 					{ background: url(/mainpics/menu/button_portfolio_off.jpg) center 3px no-repeat;	} 
#nav a#portfolio:hover , #nav a#portfolio.on 	{ background: url(/mainpics/menu/button_portfolio_on.jpg) center 3px no-repeat;	} 

#nav a#news 						{ background: url(/mainpics/menu/button_news_off.jpg) center 3px no-repeat;	} 
#nav a#news:hover , #nav a#news.on 	{ background: url(/mainpics/menu/button_news_on.jpg) center 3px no-repeat;	} 
#nav a#ecommerce 						{ background: url(/mainpics/menu/button_ecommerce_off.jpg) center 3px no-repeat;	} 
#nav a#ecommerce:hover , #nav a#ecommerce.on 	{ background: url(/mainpics/menu/button_ecommerce_on.jpg) center 3px no-repeat;	} 
#nav a#packages 						{ background: url(/mainpics/menu/button_packages_off.jpg) center 3px no-repeat;	} 
#nav a#packages:hover , #nav a#packages.on 	{ background: url(/mainpics/menu/button_packages_on.jpg) center 3px no-repeat;	} 
#nav a#process 						{ background: url(/mainpics/menu/button_process_off.jpg) center 3px no-repeat;	} 
#nav a#process:hover , #nav a#process.on 	{ background: url(/mainpics/menu/button_process_on.jpg) center 3px no-repeat;	} 
#nav a#testimonials 						{ background: url(/mainpics/menu/button_testimonials_off.jpg) center 3px no-repeat;	} 
#nav a#testimonials:hover, #nav a#testimonials.on 	{ background: url(/mainpics/menu/button_testimonials_on.jpg) center 3px no-repeat;	} 

