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

#modernbricksmenu2{
	padding: 0;
	width: 100%; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #00CC00;
	margin: 0px;
}

#modernbricksmenu2 ul{
	list-style: none;
	height: 0px;
	padding: 0;
	margin: 0px;
}

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

#modernbricksmenu2 a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 9px;
	background-color: #009900; /*Brown color theme*/
	border-top: 1px solid white;
}
.topblock {
	background-color: #00CC00;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#modernbricksmenu2 a:hover{
	background-color: #33FF00; /*Brown color theme*/
	color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
	background-color: #00CC00; /*Brown color theme*/
	color: white;
	border-color: #00CC00; /*Brown color theme*/
}

.footer {
	width: 690px;
	text-align: right;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
}
h1 {
	text-align: center;
	font-size: 28px;
	text-transform: capitalize;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #009900;
	margin-bottom: 10px;
	font-weight: normal;
}
h2 {
	text-align: center;
	font-size: 20px;
	text-transform: capitalize;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	margin-bottom: 10px;
}

h3 {
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #009900;
	margin-bottom: 10px;
}
h4 {
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #009900;
	margin-bottom: 10px;
}
h5 {
	text-align: center;
	font-size: 12px;
	text-transform: capitalize;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #009900;
	margin-bottom: 10px;
}
