@import url("../common/commonStyles.css");
@import url("../common/adStyles.css");
@import url("../common/preferencesAndPagingStyle.css");

table#menu { /*overided*/
	top: 300px;
}
table#menu a {/*overided*/
  color: #330000; 
}
td.otherPage a {
	background-color: #d4ac88;
}
table#menu a:hover {/*restore*/
   color: white;
   background-color: #cc6633;
}
#adRight, #adLeft {
    background-image: url(../pictures/menuWeave.jpg);
}
table#menu td {
	background-color: #d4ac88;
}
table#menu td.otherPage { /*extended*/
	background-image: url(../pictures/menuWeave.jpg);
}
h4 {
	text-align: left;
	padding-left: 20px;
	clear: both;
	margin: 0;
}

h4 img {
	float: left;
	margin: 0 20px 0 50px;
	border: 3px solid #e6e6e6;
}
	
h4 span {
	text-align: left;
	margin: 50px 10px 0 10px;
	float: left;
}
h4 a span {
	text-decoration: underline;
}
h4 a img:hover {
	border: 3px solid #cc6633;
	color: #cc6633;
}
h4 a span:hover, h4 a:hover {
	color: #b14825;
}		