body { font-size: 13px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }
a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a:hover { color: #999; text-decoration: none; }
a:active { color: black; text-decoration: none; }
#wrapper { width: 800px; margin-top: 50px; margin-right: auto; margin-left: auto; }
#content { font-size: 12px; padding-left: 10px; }
#menu { float: right; }
.menupages { padding-right: 40px; padding-left: 40px; }
.cb_header { padding-top: 6px; }
paintings { padding-right: 5px; padding-bottom: 5px; }
.paintings { padding-right: 5px; padding-bottom: 5px; }
.indent { padding-left: 8px; }
.caption { font-size: 11px; text-align: left; }
.paintingnav { font-size: 17px; line-height: 0; }
.painting_table { float: left; margin-right: 5px; }
#arrows { line-height: 0; }
.prev { font-size: 17px; line-height: 0; float: right; }
.next { font-size: 17px; }
/*start style for navigation*/
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
li { /* all list items */
	float: right;
	position: relative;
	width: 4em;
}
li#first { width: 7em; }
li#last { width: 3em; }
li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	border: 0;
	width: 14em;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
/*end style for navigation*/
