@charset "utf-8";
/* CSS Document */
/* History Page */
#rightcol {
	background:url(../img/right39.jpg) no-repeat;
	background-position: 0px 0px;
	min-height:560px;
}

#leftcol {
	background: url(../img/side39.jpg) no-repeat;
}

#whitebg {
	background: url(../img/sidelow39.jpg) #fff repeat-y;
}

#menu {
 	background: url(../img/menu39.jpg) no-repeat;
}

	/*menu stuff*/
	/*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:#99bfca; color:#005e7d; 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:#99bfca;}	 
.menu ul ul a.drop:hover{background:#99bfca;}

.menu a:hover, .menu ul ul a:hover{color:#fff; background:#005e7d;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#005e7d;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#005e7d;}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#99bfca;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#005e7d;}
.menu ul ul :hover > a.drop {background:#99bfca;}
