<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{
font: bold 11px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;

}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#modernbricksmenu a{
float: right;
display: block;
color: white;
margin-left: 1px;
padding: 5px 5px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*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: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenu #lastMenuLink {text-align: center;width: 95px;}
html>body #modernbricksmenu #lastMenuLink {text-align: center;width: 75px;}




#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
margin-left: 0px; /*margin between first menu item and left browser edge*/
margin-right: 0px; 
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
}

</style>
