--- /dev/null
+<!--[if IE 7]>
+ <link rel="stylesheet" type="text/css" href="<?php echo $CFG->httpswwwroot ?>/theme/chameleon/styles_ie7.css" />
+<![endif]-->
+<!--[if IE 6]>
+ <link rel="stylesheet" type="text/css" href="<?php echo $CFG->httpswwwroot ?>/theme/chameleon/styles_ie6.css" />
+<![endif]-->
--- /dev/null
+/*
+ * These styles are ONLY included for IE 6 (via meta.php)
+ */
+div.breadcrumb span.sep {
+ font-family: arial, sans-serif;
+}
+.tabtree {
+ height: 100%;
+}
+.tabrow0 {
+ padding-top: 10px;
+}
+.tabrow0 li {
+ margin: 0;
+ /*padding: 0;*/
+}
+.tabrow0 li.first {
+ margin: 0;
+}
+.tabrow0 li.last a {
+ margin-right: 0;
+}
+.tabrow0 li.onerow {
+ margin-right: 0;
+}
+.tabrow0 a {
+ padding: 0 5px 5px;
+}
+.tabrow0 a span {
+ padding: 0;
+}
+.tabrow0 div,
+.tabrow0 ul {
+ top: 100%;
+ padding: 0 0 3px 0;
+}
\ No newline at end of file
--- /dev/null
+/*
+ * These styles are ONLY included for IE 7 (via meta.php)
+ */
+.tabrow0 {
+ padding-top: 5px;
+}
+.tabrow0 li {
+ margin-left: 0;
+}
+.tabrow0 li.first {
+ margin-right: 0;
+}
+.tabrow0 li.onerow {
+ margin-right: 0;
+}
+.tabrow0 a {
+ display: inline-block;
+ padding: 0 5px 5px;
+ line-height: 1.5em;
+}
+.tabrow0 a span {
+ padding: 0;
+}
+.tabrow0 div,
+.tabrow0 ul {
+ top: 2.6em;
+ padding: 0 0 3px 0;
+}
+.tabrow0 div.empty {
+ margin-right: 0;
+}
\ No newline at end of file