/* NAVIGATION BUTTONS */
.menu {
	height: 30px;
	/*width: 950px;*/
	padding-left: 3px;
}
.cssnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:  url(http://www.drmosser.com/images/nav_home2.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: inline;
	width: 91px;
	height: 23px;
	margin: 0;
	float: left;
	padding: 0;
}
.cssnav2	{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url(http://www.drmosser.com/images/nav_espanol2.gif);
			background-repeat: no-repeat;
			white-space: nowrap;
			display: inline;
			width: 91px;
			height: 23px;
			margin: 0; 
			padding: 0;
			float: left; 
}
.cssnav3	{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			background-image:  url(http://www.drmosser.com/images/nav_sitemap2.gif);
			background-repeat: no-repeat;
			white-space: nowrap;
			display: inline;
			width: 91px;
			height: 23px;
			margin: 0; 
			padding: 0;
			float: left; 
}
.cssnav4	{
			position:relative;
			font-family: arial, helvetica, sans-serif;
			white-space: nowrap;
			display: inline;
			height: 23px;
			margin: 0; 
			padding: 0;
			float: left; 
			font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #7E5A59;
	text-decoration: none;
}
.cssnav a {
			display: block;
			color: #000000;
			font-size: 11px;
			width: 91px;
			height: 23px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
}
.cssnav a:hover {
			color: #ffffff;
}


.cssnav img {width: 91px; height: 23px; border: 0; }
.cssnav2 img {width: 91px; height: 23px; border: 0; }
.cssnav3 img {width: 91px; height: 23px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav2 a:hover img{visibility:hidden}
.cssnav3 a:hover img{visibility:hidden}

.cssnav span {
			position: relative;
			float: left; 
			left: 10px;
			top: -29px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 92px;
			height: 14px;
			text-align: center;
}
/* END OF NAVIGATION */