.shadetabs{
padding: 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
width : 100%;
background: transparent;
/*voice-family: "\"}\"";
voice-family: inherit;*/
font: bold 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
line-height: 7px; 
height: 7px;
/*
clear: both;
background: #FF0000; /*Brown color theme*/ 

}


.shadetabs li a{
float: left;
display: block;
font color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
/*
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
font color: white;
}

.shadetabs li a:hover{
background-color: gray; /*Menu hover bgcolor*/
color: #000000 ;
text-decoration: none ;
}


.shadetabs li.selected{
width : 100%;
position: relative;
top: 1px;
color: #000000 ;
text-decoration: none ;
}



.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);
border-bottom-color: white;*/
background-color: #FF0000;  
border-color: #FF0000;  

}

.shadetabs li.selected a:hover{ /*selected main tab style */
background-color: #FF0000;  
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 513px;
margin-bottom: 1em; padding: 10px;
}

.shadetabs 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: black; /*Default menu color*/
border-bottom: 1px solid white;
} 

.shadetabs ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #FF0000; /*Brown color theme*/ 
}

.modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #FF0000; /*Brown color theme*/ 
}