/* ######### CSS for Shade Tabs. Remove if not using ######### */



.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

@media print {
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */



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



@media print {

}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 14px Arial;
width:446px; /*leave this value as is in most cases*/
background-color:#F7F5F6;
margin:0 0 10px 0;
border-top:1px solid #666666;
border-left:1px solid #666666;
border-bottom:1px solid #666666;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/

}

.indentmenu ul li{
display: inline;
padding:0px;
}

.indentmenu ul li a{
float: left;
color:#000000;
padding: 5px 7px 5px 7px;
text-decoration: none;
line-height:20px;
border-right: 1px solid #666666; /*navy divider between menu items*/

}

.indentmenu ul li a:visited{
color:#000000;
background:url(../images/home-images/tab-grediwnt-bg.jpg) left top repeat-x;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background:#000000 !important;
}
@media print {

}
