/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

@CHARSET "UTF-8";

#modernbricksmenu2 {
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul {
border-top: 4px solid #0071bb; /*Brown color theme*/
margin: 0;
padding: 0;
list-style: none;
}

#modernbricksmenu2 li {
display: inline;
margin: 0 0 0 1px;
padding: 0;
float: right;
}

#modernbricksmenu2 a {
float: left;
display: block;
font: bold 10px Arial;
color: #7BA6D8;
text-decoration: none;
margin: 0 0 0 0px; /*Margin between each menu item*/
padding: 6px 10px;
background-color: #fff; /*Brown color theme*/ 
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover {
	/*background-color: #7BA6D8; 
	color: white;*/
	text-decoration: underline;
}

#modernbricksmenu2 a.current { /*currently selected tab*/
background-color: #0071BB; /*Brown color theme*/ 
color: white;
border-color: #0071BB; /*Brown color theme*/ 
}
