1 /* ######### CSS for Shade Tabs. Remove if not using ######### */
8 font: bold 12px Verdana;
10 text-align: left; /*set to left, center, or right to align the menu as desired*/
19 text-decoration: none;
24 background-color:#A1A1A1;
27 -moz-border-radius:0.4em 0.4em 0 0; /* Firefox */
28 -webkit-border-radius:0.4em 0.4em 0 0; /* Safari, Chrome */
29 -khtml-border-radius:0.4em 0.4em 0 0; /* Konqueror */
30 border-radius:0.4em 0.4em 0 0 ; /* CSS3 */
31 behavior:url(border-radius.htc);
32 border-bottom: thin solid #FE5F14;
35 .shadetabs li a:visited{
38 background-color:#A1A1A1;
42 .shadetabs li a:hover{
44 background-color:#EBEBEB;
47 .shadetabs li a.selected{ /*selected main tab style */
50 background-color: #D1D1D1;
54 .shadetabs li a.selected{ /*selected main tab style */
55 border-bottom-color:#EBEBEB;
58 .shadetabs li a.selected:hover{ /*selected main tab style */
59 text-decoration: none;
68 display:block !important;
72 /* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
77 border-top: 5px solid #D25A0B; /*Brown color theme*/
78 background: transparent;
79 voice-family: "\"}\"";
80 voice-family: inherit;
83 .modernbricksmenu2 ul{
85 margin-left: 10px; /*margin between first menu item and left browser edge*/
90 .modernbricksmenu2 li{
94 text-transform:uppercase;
100 font: bold 11px Arial;
102 text-decoration: none;
103 margin: 0 1px 0 0; /*Margin between each menu item*/
105 background-color: black; /*Brown color theme*/
106 border-top: 1px solid white;
109 .modernbricksmenu2 a:hover{
110 background-color: #D25A0B; /*Brown color theme*/
114 .modernbricksmenu2 a.selected{ /*currently selected tab*/
115 background-color: #D25A0B; /*Brown color theme*/
117 border-color: #D25A0B; /*Brown color theme*/
126 display:block !important;
130 /* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
134 font: bold 13px Arial;
135 width: 100%; /*leave this value as is in most cases*/
142 /* width: 80%; width of menu*/
143 border-top: 1px solid navy; /*navy border*/
144 background: black url(../image/indentbg.gif) center center repeat-x;
153 color: white; /*text color*/
155 text-decoration: none;
156 border-right: 1px solid navy; /*navy divider between menu items*/
159 .indentmenu ul li a:visited{
163 .indentmenu ul li a.selected{
164 color: white !important;
165 padding-top: 6px; /*shift text down 1px*/
167 background: black url(../image/indentbg2.gif) center center repeat-x;
171 .tabcontentstyle{ /*style of tab content oontainer*/
172 /* border: 1px solid #D2691E; */
176 -moz-border-radius:0 0 0.4em 0.4em; /* Firefox */
177 -webkit-border-radius:0 0 0.4em 0.4em; /* Safari, Chrome */
178 -khtml-border-radius:0 0 0.4em 0.4em; /* Konqueror */
179 border-radius:0 0 0.4em 0.4em; /* CSS3 */
180 behavior:url(border-radius.htc);
181 border: thin solid #A1A1A1;
191 display:block !important;