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

#modernbricksmenu{
	padding: 0;
	padding-top: 12px;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu ul{
	font-size: 11px;
	font-family: "Times new Roman",Verdana, Arial, Tahoma;
	margin:0;
	margin-right: 10px; /*margin between first menu item and right browser edge*/
	padding: 0;
	list-style: none;
}

#modernbricksmenu li{
	display: inline;
	margin: 0 2px 0 0px;
	padding: 0;
}

#modernbricksmenu a{
	float: right;
	display: block;
	color: #666;
	font-size: 21px;
	margin: 0 10px 0 20px; /*Margin between each menu item*/
	text-decoration: none;
	letter-spacing: 1px;
}

#modernbricksmenu a:hover{
	/*background-color: #9c6; *//*Menu hover bgcolor*/
	color: #900;
}

#modernbricksmenu #current a{ /*currently selected tab*/
	color: #900;
}

#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
}