<style type="text/css">

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

#modernbricksmenu{
padding: 0;
width: 540px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: 10px Verdana;
width: 540px;
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;
/*text-transform:uppercase;*/
}

#modernbricksmenu a{
float: left;
display: block;
color: #0061E8;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 0px;
background-color: #EAEAEA; /*Default menu color*/
}

#modernbricksmenu a:hover{
background-color: #EED91C; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
color: #FFFFFF;
background-color: #0061E8; /*Brown color theme*/ 
border-color: #0061E8; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 540px;
height: 1px;
line-height: 1px;
background: #0061E8; /*Brown color theme*/ 
}


</style>
