

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #9ABAE6;/*darkred darkred border*/
background: black url(../images/shade.gif) top center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #15428B; /*blacktext color*/
padding: 1px 8px;
text-decoration: none;
border-right: 1px solid  #9ABAE6; /*darkreddarkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: #15428B;
}

.indentmenu ul li a.selected{
color: #000066 !important; /*black*/
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(../images/shadeactive.gif) top center repeat-x;
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.indentmenu1{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu1 ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #9ABAE6;/*darkred darkred border*/
background: black url(../images/subshade.gif) top center repeat-x;
}

.indentmenu1 ul li{
display: inline;
}

.indentmenu1 ul li a{
float: left;
color: #15428B; /*blacktext color*/
padding: 1px 8px;
text-decoration: none;
border-right: 1px solid  #9ABAE6; /*darkreddarkred divider between menu items*/
}

.indentmenu1 ul li a:visited{
color: #15428B;
}

.indentmenu1 ul li a.selected{
color: #000066 !important; /*black*/
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(../images/subshadeactive.gif) top center repeat-x;
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 535px;
border-top: 2px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*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{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 2px 6px;
background-color: #425A64; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
font: bold 11px Arial;
text-decoration:none;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
font: bold 11px Arial;
text-decoration:none;
border-color: #D25A0B; /*Brown color theme*/ 
}
