body {
	background-color: #e6e6e6;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.hdrRight {
	color:#999999;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	width:798px;
}
.topMostLinks {
	text-align: right;
	height: 20px;
}
.hdrRight a, .hdrRight a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999;
	padding: 0 5px;
	paddding-bottom: 5px;
}
.hdrRight a:hover {
	color: #000;
	text-decoration: underline;
}
.palmwho, .palmwhat, .palmedge, .palmchange, .palmdonate {
	float: left;
	/*margin-top: 20px;*/
}
.palmwho {
	margin-left: 75px;
}
.palmwhat {
	margin-left: 76px;
}
.palmedge {
	margin-left: 99px;
}
.palmchange {
	margin-left: 108px;
}
.palmdonate {
	margin-left: 88px;
}

#nav, 
#nav ul {
	padding:0; 
	margin:0; 
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background:url(transparent.gif); 
	position:relative; 
	z-index:100;
}

#nav {
	float:left;
	height:21px;
	margin-top:4px;
	padding:0;
	width: 761px;
	padding-left:37px;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}

#nav table {
	border-collapse:collapse;
}
#nav li {
	float:left;
}
#nav li li {
	float:none;
}
/* a hack for IE5.x and IE6 */
#nav li a li {
	float:left;
}

#nav li a {
	display:block; 
	
	color:#999;
	height:21px; 
	/*padding: 0 20px;*/ 
	padding: 0 14px; 
	line-height:21px; 
	text-decoration:none; 
	white-space:nowrap; 
	font-weight:bold;
	text-align: center;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}
#nav li a {
	border-bottom:1px solid #666666;
	border-top:0px solid #666666;
	color:#999999;
	display:block;
	
	font-weight:bold;
	height:21px;
	line-height:21px;
	padding:0 27px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}
#nav li li a {
	height:21px; 
	line-height:21px; 
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #e6e6e6;
	font-size: 10px;
	color: #000;
	text-align: left;
	padding-left: 8px;
	width: 129px;
	display: block;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#nav li li li a {
	width: 210px;
}

#nav li:hover {
	position:relative; 
	z-index:100;
}
#nav a:hover {
	position:relative; 
	z-index:100; 
	background:#e6e6e6; 
	color:#000;
}
#nav li:hover > a {
	background:#e6e6e6; 
	color:#000;
}

#nav :hover  ul {
	left:0; 
	top:22px; 
	z-index:300;
	text-align: left;
}
#nav a:hover ul {left:-1px;}

#nav ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
}
#nav li .active {
	display:block; 
	float:left; 
	color:#fff;
	height:21px; 
	/*padding: 0 20px;*/ 
	padding: 0 27px; 
	line-height:21px; 
	text-decoration:none; 
	white-space:nowrap; 
	font-weight:bold;
	text-align: center;
	border-bottom: 0px solid #666;
	border-top: 1px solid #666;
	background-color: #369;
}

.picCaptions {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    font-style: italic;
    padding-left: 8px;
    text-align: left;
}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {
	left:0; 
	margin-left:100%; 
	top:0;
}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {background:#ff8f29; color:#000; }

#nav li a:hover ul li a:hover {background:#ff8f29;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
}
<!--[if IE 6]>
<style type="text/css">
li a {
	display:inline-block;
}
li a {
	display:block;
}
li {
	margin-bottom: -2px;
}
    </style>
    <![endif]-->
