#nav {
  position: relative;
  left: 0px;
  top: 0px;
	margin: 0 auto;	
	padding: 0;
	width: 746px;
	height: 34px;
/*	background: url(../images/brown-bg.gif) top left no-repeat;*/
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	z-index: 99;
}

#nav ul {
	height: 34px;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;	 
}

#nav a {
	display: block;
	color: #185EA1;
	text-decoration: none;
	height: 34px
}

#nav a:hover {
	color: #1C70C1;
	background: url(../images/button-over.gif) top left no-repeat
}

#nav li {
	text-align: left;
	float: left;
	padding: 0;
	margin:0;
}

#nav li.mrm {
	background: url(../images/mrm.gif);
	width: 59px;
}

#nav li.newwork {
	background: url(../images/newwork.gif);
	width: 82px;
}

#nav li.surrealart { 
	background: url(../images/surrealart.gif);
	width: 81px;

}

#nav li.newartwork {
	background: url(../images/newartwork.gif);
	width: 85px
}

#nav li.portfolios {
	background: url(../images/portfolios.gif);
	width: 75px;
}

#nav li.printedsamples {
	background: url(../images/printedsamples.gif);
	width: 148px;
}

#nav li.bio {
	background: url(../images/bio.gif);
	width: 38px;
}
<!--
#nav li.clients{
	background: url(../images/clients.gif);
	width: 58px;
}
-->

}

#nav li.shows{
	background: url(../images/shows.gif);
	width: 58px;
}

#nav li.contact {
	background: url(../images/contact.gif);
	width: 98px;
}

#nav li:hover, #nav li.sfhover,
body.mrm #nav li.mrm,
body.newwork #nav li.newwork,
body.surrealart #nav li.surrealart,
body.newartwork #nav li.newartwork,
body.portfolios #nav li.portfolios,
body.printedsamples  #nav li.printedsamples,
body.bio #nav li.bio,
body.clients #nav li.shows,
body.contact #nav li.contact {
	background-position: 0 -34px
}

#nav ul.arrow {
	background: #E8EAF0 url(../images/arrow.gif) top right no-repeat;
}

#nav li span {
	display: none
}

#nav li.mrm ul.mrmul {
	border: 1px solid #C9CDDC;
	border-width: 0 1px 0px 1px;
	position: absolute;
	left: -999em;
	/*top: 40px;*/
	height: auto;
	width: 100px;
	font-weight: normal;
	display: inline;
	margin: 0 0 0 -20px;
	padding: 0;
	background-color: #AACFDF;
}

#nav li ul {
	border: 1px solid #C9CDDC;
	border-width: 0 1px 0px 1px;
	position: absolute;
	left: -999em;
	/*top: 40px;*/
	height: auto;
	width: 100px;
	font-weight: normal;
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #AACFDF;
}


#nav li li {
	width: 100%;
	height: 100%
}

#nav li ul a {
	border: solid #C9CDDC;
	border-width: 0 0 1px 0;
	display: block;
	text-decoration: none;
	width: 100px;
	padding: 5px 0;
	height: 100%;
	text-align: left;
	text-indent: 5px;
	margin: 0;
	font-weight: bold;
	background: none;
	voice-family: "\"}\""; voice-family:inherit;
}

#nav li ul a:hover {
	background-color: #CCE2EC;
	background-image: none
}

#nav li ul ul {
	margin: -26px 0 0 100px;
	padding: 0
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	
}

#nav li li li:hover, #nav li li li.sfhover, #nav li li.sfhover, #nav li li li.sfhover{
	background-color: #97C1D4;
	background-image: none
}
