@charset "utf-8";
/* CSS Document */
#modernbricksmenu{
	width:654px;
	height:auto;
	margin:0 0 0 2px;
	padding:0;
	background: transparent;
	voice-family: inherit;
	float:left;
	}
#modernbricksmenu ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	font-weight:bold;
	margin:0;
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	}
#modernbricksmenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
	}
#modernbricksmenu a.normal{
	float: left;
	display: block;
	color: #8d1543;
	margin: 0 4px 0 0; /*Margin between each menu item*/
	padding: 2px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	border-top: 1px solid #8d1543;
	border-left: 1px solid #8d1543;
	border-right: 1px solid #8d1543;
	}
#modernbricksmenu a.normal:hover{
	background-color:#DF0057; /*Menu hover bgcolor*/
	color:#fff;
	}
	
	
#modernbricksmenu  a.current{ /*currently selected tab*/
	float: left;
	display: block;
	color: #8d1543;
	margin: 0 4px 0 0; /*Margin between each menu item*/
	padding: 2px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	border-top: 1px solid #8d1543;
	border-left: 1px solid #8d1543;
	border-right: 1px solid #8d1543;
	
	background-color: #8d1543; /*color theme*/ 
	border-color: #8d1543; /*color theme*/ 
	color: #fff;
	}
#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height:4px;
	line-height:4px;
	background: #8d1543; /*color theme*/ 
	}
#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;
	}