<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;
}

#modernbricksmenu ul{
	list-style: none;
	width: 100%;
	margin: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 25px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

#modernbricksmenu li{
	display: inline;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4;
	padding-right: 0;
	padding-bottom: 4;
	padding-left: 0;
	width: 100%;
}

#modernbricksmenu a{
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #365C74;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 22px;
	margin-right: 0px;
}

#modernbricksmenu a:hover{
	background-color: #CC3333; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #333333; /*Brown color theme*/
	border-color: #000000; /*Brown color theme*/
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
}

</style>

