/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

body{
text-align: left;
background: url(images/pagegfx/pavingbg.jpg);
color:#000000;
margin:0px;
}

.modernbricksmenu{
padding: 0;
width: 760px;
margin: 0 auto;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu ul{
font: bold 9px Arial;
margin: 0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu li{
display: inline;
margin: 0 1px 0 0;
padding: 0;
}

.modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 4px;
text-decoration: none;
letter-spacing: 1px;
background-color: #008000; /*Default menu color*/
border-top: 2px solid #00ae00;
border-right: 2px solid #005100;
border-bottom: 2px solid #005100;
border-left: 2px solid #00ae00;
}

.modernbricksmenu a:hover{
background-color: #ec7600; /*Menu hover bgcolor*/
border-top: 2px solid #ffb062;
border-right: 2px solid #ce6700;
border-bottom: 2px solid #ce6700;
border-left: 2px solid #ffb062;
}

.modernbricksmenu #current a{ /*currently selected tab*/
background-color: #fb5200; /*color theme*/ 
border-top: 2px solid #ffb693;
border-right: 2px solid #f24f00;
border-bottom: 2px solid #f24f00;
border-left: 2px solid #ffb693;
}

.modernbricksmenuline{
clear: both;
padding: 0;
width: 600px;
height: 1px;
line-height: 1px;
background: #dcc8b4; /* color theme*/ 
}
