body,td,th {
	color: #666666;
	font-family: Myriad Pro, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #FFFFFF;
	margin:0;
	padding:0;

}
img {
border:none;
}
#container {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	top:0px;
	background: url(images/bg.gif) top left repeat-y;
}

#left {
	float: left;
	width: 132px;
}
#menu {
	float: left;
	width:650px;
	height:20px;
	margin-left:10px;
	vertical-align:middle;
} 
#menu img{
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
}
#spacer1 {
	float: left;
	width:646px;
	height:50px;
	padding-left:4px;
} 
#content {
	float: left;
	width:395px;
	padding-left:4px;
	padding-bottom:7px;
} 
#content2 {
	float: left;
	width:646px;
	padding-left:4px;
	padding-bottom:7px;
} 

<!-- menu! -->

ul
{
list-style-type: none;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style:none;
	line-height: 1;
}

#nav a {
	display: block;
}
#nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#nav li { /* all list items */
	float: left;
	margin-top: 0px;
	padding-bottom:2px;
}

#nav li:hover {
	background: #fbcc9a;
	color: #999999;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fbcc9a;
	width:295px;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	float:none;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color:#666666;
}
a:active {
	text-decoration: none;
	color: #999999;
}

a img {border-width: 0; background: top left no-repeat;}

a#home img {background: url(images/menu/menu_off_01.png); width:53px; height:13px;}
a#home:hover img {background: url(images/menu/menu_on_01.png); width:53px; height:13px;}

a#clinic img {background: url(images/menu/menu_off_02.png); width:115px; height:13px;}
a#clinic:hover img {background: url(images/menu/menu_on_02.png); width:115px; height:13px;}

a#about img {background: url(images/menu/menu_off_03.png); width:121px; height:13px;}
a#about:hover img {background: url(images/menu/menu_on_03.png); width:121px; height:13px;}

a#canine img {background: url(images/menu/menu_off_04.png); width:130px; height:13px;}
a#canine:hover img {background: url(images/menu/menu_on_04.png); width:130px; height:13px;}

a#feline img {background: url(images/menu/menu_off_05.png); width:117px; height:13px;}
a#feline:hover img {background: url(images/menu/menu_on_05.png); width:117px; height:13px;}

a#contact img {background: url(images/menu/menu_off_06.png); width:86px; height:13px;}
a#contact:hover img {background: url(images/menu/menu_on_06.png); width:86px; height:13px;}