/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs { font: bold 10px Verdana; text-align: left; list-style-type: none; margin-top: 1px; margin-bottom: 0; margin-left: 0; padding: 3px 0 }

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
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{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2  { background: transparent; padding: 0; width: 362px; border-top: 3px solid #df0; voice-family: inherit  }

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a { color: white; font: bold 11px Arial; text-decoration: none; background-color: black; display: block; margin: 0 1px 0 0; padding: 3px 7px; float: left; border-top: 1px solid white }

.modernbricksmenu2 a:hover { color: white; background-color: #df0 }

.modernbricksmenu2 a.selected { color: white; background-color: #df0; border-color: #d25a0b }

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu  { font: bold 11.5px Arial; width: 100% }

.indentmenu ul { background: black url("indentbg.gif") repeat-x center; margin: 0; padding: 0; float: left; border-top: 1px solid #df0 }

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a  { color: black; text-decoration: none; padding: 3px 8px; float: left; border-right: 1px solid #df0 }

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected { color: black !important; background: black url("indentbg2.gif") repeat-x center; padding-top: 3px; padding-bottom: 2px }