@charset "utf-8";
/* CSS Document */
/* History Page */
#rightcol {
	background:url(../img/right2.jpg) no-repeat;
	background-position: 0px 0px;
	min-height:560px;
}

#leftcol {
	background: url(../img/side2.jpg) no-repeat;
}

#whitebg {
	background: url(../img/sidelow7.jpg) #fff repeat-y;
}

#menu {
 	background: url(../img/menu2.jpg) no-repeat;
}

.highlight {
color:#998a42;
font-weight:bold;
}

a:link.highlight {
color:#998a42;
font-weight:bold;
}

a:visited.highlight {
color:#998a42;
font-weight:bold;
}

	/*menu stuff*/
	
.menu a, .menu a:visited {display:block;font-size:0.9em;text-decoration:none; color:#222; width:70px; height:26px; border:1px solid #fff; border-width:1px 0 1px 1px; background:#fff; padding-left:10px; line-height:27px;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#f3efcf; color:#c5b500; height:auto; line-height:1em; padding:5px 10px; width:139px;border-width:0 1px 1px 1px;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#f3efcf;}	 
.menu ul ul a.drop:hover{background:#f3efcf;}

.menu a:hover, .menu ul ul a:hover{color:#fff; background:#c5b500;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#c5b500;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#c5b500;}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#f3efcf;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c5b500;}
.menu ul ul :hover > a.drop {background:#f3efcf;}
