﻿/* Like threepart, but with fixed menus */
@import "threepart.css";
/* The child selectors are a hack to hide these rules from WinIE6,
   which gets confused by 'fixed' */
body>div#Menu,
body>div.map { position: fixed }

body>div#Menu,
body>div.map3 { position: fixed }

body>div#Menu,
body>div.map2 { position: fixed }
.map #p1 a span {
	font-family: Georgia, Times New Roman, Times, serif;
}
.map #p3a a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}

