1 /* ######### CSS for Shade Tabs. Remove if not using ######### */
\r
8 font: bold 12px Verdana;
\r
9 list-style-type: none;
\r
10 text-align: left; /*set to left, center, or right to align the menu as desired*/
\r
19 text-decoration: none;
\r
24 border: 1px solid #778;
\r
26 background: white url(../image/shade.gif) top left repeat-x;
\r
29 .shadetabs li a:visited{
\r
33 .shadetabs li a:hover{
\r
34 text-decoration: underline;
\r
38 .shadetabs li a.selected{ /*selected main tab style */
\r
43 .shadetabs li a.selected{ /*selected main tab style */
\r
44 background-image: url(../image/shadeactive.gif);
\r
45 border-bottom-color: white;
\r
48 .shadetabs li a.selected:hover{ /*selected main tab style */
\r
49 text-decoration: none;
\r
58 display:block !important;
\r
62 /* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
\r
67 border-top: 5px solid #D25A0B; /*Brown color theme*/
\r
68 background: transparent;
\r
69 voice-family: "\"}\"";
\r
70 voice-family: inherit;
\r
73 .modernbricksmenu2 ul{
\r
75 margin-left: 10px; /*margin between first menu item and left browser edge*/
\r
80 .modernbricksmenu2 li{
\r
84 text-transform:uppercase;
\r
87 .modernbricksmenu2 a{
\r
90 font: bold 11px Arial;
\r
92 text-decoration: none;
\r
93 margin: 0 1px 0 0; /*Margin between each menu item*/
\r
95 background-color: black; /*Brown color theme*/
\r
96 border-top: 1px solid white;
\r
99 .modernbricksmenu2 a:hover{
\r
100 background-color: #D25A0B; /*Brown color theme*/
\r
104 .modernbricksmenu2 a.selected{ /*currently selected tab*/
\r
105 background-color: #D25A0B; /*Brown color theme*/
\r
107 border-color: #D25A0B; /*Brown color theme*/
\r
116 display:block !important;
\r
120 /* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
\r
124 font: bold 13px Arial;
\r
125 width: 100%; /*leave this value as is in most cases*/
\r
132 /* width: 80%; width of menu*/
\r
133 border-top: 1px solid navy; /*navy border*/
\r
134 background: black url(../image/indentbg.gif) center center repeat-x;
\r
141 .indentmenu ul li a{
\r
143 color: white; /*text color*/
\r
145 text-decoration: none;
\r
146 border-right: 1px solid navy; /*navy divider between menu items*/
\r
149 .indentmenu ul li a:visited{
\r
153 .indentmenu ul li a.selected{
\r
154 color: white !important;
\r
155 padding-top: 6px; /*shift text down 1px*/
\r
156 padding-bottom: 4px;
\r
157 background: black url(../image/indentbg2.gif) center center repeat-x;
\r
161 .tabcontentstyle{ /*style of tab content oontainer*/
\r
162 border: 1px solid gray;
\r
164 margin-bottom: 1em;
\r
174 display:block !important;
\r