@charset "utf-8";
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
	font-family: "Times New Roman", Times, serif;
}

#modernbricksmenu ul{
	margin:0;
	/*margin-left: 40px;           margin between first menu item and left browser edge*/
padding: 0;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#modernbricksmenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
	
}

#modernbricksmenu a{
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: black;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D25A0B;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 0px;
line-height: 0px; /* àÊé¹ÅèÒ§µÔ´¢Íº à»ç¹ 10 */
background: #D25A0B; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired  */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
	width: 120px;
	border: 1px solid gray;
	background-color: #FFCC99;
}

#myform .submit{
	height: 22px;
	background-color: #330033;
	font-family:  "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC9900;
}

</style>
