@charset "utf-8";
/* CSS Document */

ul.tabs {
	list-style-type: none;
	padding: 9px;
	float:right;
	height: 82px;
	display: block;
	background-image: url(/images/new-nav.gif);
	width: 584px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
ul.tabs li {
	float: left; 
	list-style:none;
	list-style-image:none;
	padding: 3px 0 3px 0px;
	margin: 0;
	font-size: 85%;
	display:inline;
	text-align: center;
	width:197px;
} 

ul.tabs li.shorter {
	width:137px;
} 


ul.tabs li a, ul.tabs li a:link, ul.tabs li a:visited {
	float: left;
	color: #ffffff;
	text-decoration: none;
	padding:0 0 0 15px;
	list-style:none;
	list-style-image:none;
	font-size: 105%;
	margin:0;
	text-align: center;

} 
ul.tabs li a:hover, ul.tabs li a:active {
	color: #bababa;
	list-style-type: none;
}


body#Ohome #hometab a,
body#Onative #nativetab a,
body#Oarchi #architab a,
body#Ohistory #historytab a,
body#Oexotic #exotictab a,
body#Oirish #irishtab a,
body#Ounderfloor #underfloortab a,
body#Oabout #abouttab a,
body#Owhysolid #whysolidtab a,
body#Oinstall #installtab a,
body#Othediff #thedifftab a,
body#Ogallery #gallerytab a,
body#Oenviro #envirotab a,
body#Ocontact #contacttab a
 {
	background-image: url(/images/arrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
}