ul.tabs { list-style-type: none; padding: 0; margin: 0; } 
ul.tabs li {
	float: left; 
	list-style:none;
	list-style-image:none;
	padding: 0;
	margin-right: 1px;
	width:120px;
	margin-top: 0;
	margin-bottom: -20px;
	margin-left: 0;
	font-size: 100%;
	display:inline;
} 
ul.tabs li a, ul.tabs li a:link, ul.tabs li a:visited {
	float: left;
	color: #6d6d6d;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	height: 34px;
	width:100px;
	font-weight: bold;
	list-style:none;
	list-style-image:none;
	font-size: 120%;
	margin:0 0 0px 0;
} 
ul.tabs li a:hover, ul.tabs li a:active {
	color: #000000;
	list-style-type: none;
}


.sm {
	font-size: 60%;
	margin:0;
	padding:0;
}

.mainnav {
	display: block;
	margin: 0px auto;
	padding: 5px 0px 4px 0px;
	width: 900px;
	height:52px;
	list-style-type: none;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d60200;
	border-bottom-color: #d60200;
}

body#Ohome #hometab a,
body#Oabout #abouttab a,
body#Oservices #servicestab a,
body#Oclients #clientstab a,
body#Onews #newstab a,
body#Ocontact #contacttab a {	background-image: url(../images/red.jpg);
	background-repeat: repeat-x;
	background-position: left top;
		color: #ffffff;}