#modernbricksmenu{
	clear: both;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-top:-35px; /* Firefox */
	*margin-top:-35px!important; /* IE7 */
	-margin-top:-35px; /* IE6 */	
	<!--[if lt ie ]> 
	margin-top:-24px; /* Firefox */
	*margin-top:-24px!important; /* IE7 */
	-margin-top:-24px; /* IE6 */
	<![endif]--> 
}

#modernbricksmenu ul{
font: bold 11px Arial;
	padding-right:187px!important; /* IE7 */
   -padding-right:185px;
	list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: right;
display: block;
color: white;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #333; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #0099FF; /*Brown color theme*/ 
border-color: #0099FF; /*Brown color theme*/ 
}

#modernbricksmenu #skin1 a{ /*currently selected tab*/
background-color: #00CA00; /*Brown color theme*/ 
border-color: #fff; /*Brown color theme*/ 
}
#modernbricksmenu #skin2 a{ /*currently selected tab*/
	background-color: #FF9900; /*Brown color theme*/
	border-color: #fff; /*Brown color theme*/
}
#modernbricksmenu #skin3 a{ /*currently selected tab*/
	background-color: #CC33CC; /*Brown color theme*/
	border-color: #fff; /*Brown color theme*/
}
#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #0099FF; /*Brown color theme*/ 
}