
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
margin-left:17px;
width: 700px;

}



.modernbricksmenu2 li{
display: inline;
padding: 0;
text-transform:uppercase;

}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: #990000;
text-decoration: underline;
padding: 5px 10px;


}

.modernbricksmenu2 a:hover{
background-color:#eeeeee;
color:#000;
text-decoration: none;
/*background-color: #D25A0B; /*Brown color theme*/ 


}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-image: url(../gfx/navred_h27.jpg);
/*background-color: #D25A0B; /*Brown color theme*/ 
color: #fff;
height:17px;
text-decoration: none;



}



/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */






