/*Web Design Tabs*/

#webdesignsamples{ margin-left:40px; height:270px;}
/*
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px;
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;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border-left: 1px solid #921f2b;
border-right: 1px solid #921f2b;
border-top: 1px solid #921f2b;
color: #ffffff;
background-color:#991C20;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
}

.shadetabs li.selected{
position: relative;
color:#921f2b;
font-weight:bold;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color:#F7EFDB;
color:#921f2b;
font-weight:bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color:#921f2b;
font-weight:bold;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #921f2b;
width: 290px;
margin-bottom: 1em;
padding: 1px;
background-color:#F7EFDB;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}*/




.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0px;
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 10px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #991C20; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #991C20; /*Brown color theme*/ 
color: white;
border-color: #991C20; /*Brown color theme*/ 
}

