/* SUCKERFISH DROPDOWNS*//* nav bar basics */	#topMenu {  position: absolute;  background: black;   height: 22px;  top: 0px;   left: 0;  z-index:6;  font-size: 12px;  color: white;  font-weight: normal;  text-decoration: none;  width: 100%;  padding: 0 0 0 3%;	}#topMenu ul { /* all nav lists */	padding: 0 0 0 0;	margin: 0 0 0 0;	list-style: none;	}#topMenu li { /* all topMenu list items */	float: left;	padding: 1px 13px 3px 13px;	color: white;	line-height: 1.5em;}	#topMenu li#topMenu-paintingsby, #topMenu li#topMenu-paintingsby a, #topMenu li#topMenu-paintingsby a:hover { /* wider width for title link */	width: 17em;	font-size: 14px;	font-family: 'Gill Sans', Georgia, Garamond, Times, Serif; 	height: 22px;	color: #B6C3B2; 	font-weight: normal;	background: black;	padding: 0 0 0 0; }			#topMenu a {	text-decoration: none;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	color: white;	display: block;	width: 90%;	}#topMenu a:hover {	color: white; /* white hover text */	}/* first hover control - changing background color */	#topMenu li:hover, #topMenu li.sfhover {	background: #889A83; /* greenish grey hover background for top level link */	color: #000;	}	#topMenu li ul { 	position: absolute;	width: 10em;	left: -999em; /* hides second-level lists */	padding-top: 1px;	}	#topMenu li ul li {	border: solid;	border-width: 1px;	border-top: none;	border-color: #D1C899;	background-color: #7D8275;	width: 10em;	height: 20px;	padding-top: 4px;	}#topMenu li ul li a {	padding-right: 20px;	}#topMenu li ul li.bottomRung {  /* working on a way to make menus more sticky */	width: 10em;	height: 20px;	border: none;	background-color: none;	background-image: url("images/transparent.gif");	}#topMenu li ul li:hover, #topMenu li ul li.sfhover, #topMenu li ul li a:hover, #topMenu li ul li a.sfhover {	color: #753119;  /* red hover text */	background: #D1C899;}#topMenu li ul a:hover, #topMenu li ul a.sfhover {	color: #000;}#topMenu li ul li.first {	border-top-width: 0px;}		#topMenu li:hover ul ul, #topMenu li.sfhover ul ul {	left: -999em; /* hides third-level lists */}	#topMenu li:hover ul, #topMenu li li:hover ul, #topMenu li.sfhover ul, #topMenu li li.sfhover ul {	left: auto; /* brings hidden lists back into view on hover */	margin-left: -13px;	margin-top: 2px;}#topMenu li ul ul.second {	margin: -24px 0 0 95px; /*  moves third-level to the side of second-level*/}