/* Tabpane 1 */
#modernbricksmenu{
padding: 0; width: 100%; background: transparent; voice-family: "\"}\""; voice-family: inherit;
}

#modernbricksmenu ul {
font: bold 11px 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 2px 0 0; padding: 0; text-transform:uppercase; }

#modernbricksmenu a {
float: left; display: block; color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding:5px 10px; text-decoration: none; letter-spacing: 1px; background-color:#B8C545; /*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: #02365A; /*Brown color theme*/ 
border-color: #02365A; /*Brown color theme*/ 
}

#modernbricksmenuline {
clear: both; padding: 0; width: 100%; height: 1px; line-height:1px;
background: #02365A; /*Brown color theme*/ 
}

/* Tab pane 2 */

#tabpane2 {
padding: 0; width: 100%; background: transparent; voice-family: "\"}\""; voice-family: inherit;
}

#tabpane2 ul {
font: bold 11px Arial; margin:0;
/*margin between first menu item and left browser edge*/
padding: 0; list-style: none;
}

#tabpane2 li{
display: inline; margin: 0 2px 0 0; padding: 0; text-transform:uppercase; }

#tabpane2 a{
float: left; display: block; color: #676767;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding:5px 20px 5px 0px; text-decoration: none; letter-spacing: 1px;  /*Default menu color*/
border-bottom: 1px solid white;
text-decoration:underline;
}

#tabpane2 .current a{ /*currently selected tab*/
color: #02365A;
text-decoration:none;
}

#tabpane2 a:hover{
text-decoration:none;
}


#tabpane2line{
clear: both; padding: 0; width: 100%; height: 1px; line-height:1px;
background: #5e5e5e; /*Brown color theme*/ 
}

