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

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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.selected:hover{ /*selected main tab style */
text-decoration: none;
}



.modernbricksmenu2 ul{
margin:0;
margin-left: 3px; /*margin between first menu item and left browser edge 10*/
padding: 0;
list-style: none;
}

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

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


.indentmenu{
font:  11px Arial;
width: 334px; /*leave this value as is in most cases*/
height: 30px;
}


.indentmenu ul{
margin: 0;
padding: 0;
float: left;
height: 30px;
width: 334px;
/* width: 80%; width of menu*/
border-top: 0px solid darkred; /*darkred border*/
background: white url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color:white; /*text color*/
padding: 8px 7px;/*aqui*/
text-decoration: none;
border-right: 0px solid darkred; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 8px; /*shift text down 1px*/
padding-bottom: 0px;
background: black url(indentbg2.gif) center center repeat-x;
}
