

/* ----------- menu ----------- */

#menurow {
	margin: 2px 0 0 0;
	float: left;
	height: 40px;
	width: 740px;
	background: #fff;
}

#modernbricksmenu2 {
	width: 740px;
	border-top: 5px solid #A1A1A1; /*gray color theme*/
}

#modernbricksmenu2 ul{
	margin: 0px;
	padding: 0px;
}

#modernbricksmenu2 li{
	display: inline;
}

#modernbricksmenu2 a{
	float: left;
	font: bold 11px verdana, Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 15px;
	background-color: #0072BC; /*color theme*/
	border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
	background-color: #61c0ff; /*color theme*/
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
	background-color: #A1A1A1; /*gray color theme*/
	border-color: #A1A1A1; /*gray color theme */
}

#modernbricksmenu2 .lastlink {
	margin: 0 0 0 0;
}

img.pixel {
	border: none;
	width: 2px;
}