﻿#modernbricksmenu {
	voice-family: "\"}\"";
	margin: 0px auto 0px auto;
	padding: 0;
	background: transparent;
	voice-family: inherit;
	text-align: center;
	vertical-align: middle;
}
#modernbricksmenu ul {
	/*margin between first menu item and left browser edge*/padding: 0px;
	margin: 0px auto 0px auto;
	font: bold 11px Arial;
	list-style: none;
	width: 615px;
	text-align: center;
}
#modernbricksmenu li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
#modernbricksmenu a {
	float: left;
	display: block;
	color: #808080;
	margin: 0 0px 0 0;
/*Margin between each menu item*/
	padding: 6px 0px 6px 4px;
	text-decoration: none; /*Default menu color*/;
	width: 96px;
	text-align: center;
}
#modernbricksmenu a:hover {
	/*Menu hover bgcolor*/
	background-position: left top;
	background-image: url('../images/olive-page-corner.gif');
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: underline;
	padding-left: 65x;
}
#modernbricksmenu #current a {
	/*currently selected tab*/
	background-position: left top;
/*Brown color theme*/;	background-image: url('../images/purple-page-corner.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#footerline {
	margin: 20px 0px 0px 0px;
	background-position: center bottom;
	padding: 0;
	width: 601px;
	height: 4px;
	line-height: 4px;
	background-image: url('../images/purple-line-bottom.gif');
	background-repeat: no-repeat;
}
#myform {
	/*CSS for sample search box. Remove if desired */
float: right;
	margin: 0;
	padding: 0;
}
#myform .textinput {
	width: 190px;
	border: 1px solid gray;
}
#myform .submit {
	font: bold 11px Verdana;
	height: 22px;
	background-color: lightyellow;
}


