h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}

body {
	background:url(images/masons_r1_c10.jpg) repeat-x top;
	margin:0;
}
#page_body {
	background:url(images/masons_r5_c2.jpg) repeat-y;
	width:631px;
	margin:0 auto;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #274490;
	font-size: 12px;
}
a:link {
	color: #274490;
}
a:visited {
	color: #6282D5;
}
a:hover {
	color: #3C63CA;
}

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; 
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #BEBEBE;
	width: 150px;
	visibility: hidden;
	text-align:left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #3057A9;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #FEFEFE;
}
