ul.menu li a {color:#26292c;}
ul.menu {position:absolute; z-index:2;}

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border:1px solid #aaa; padding:5px 7px 7px; font-weight:bold; background:url(header.gif); width:134px}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(header_over.gif)}
ul.menu .sub {background:#d1d1d1 url(arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}


/* group headings to paragraphs and images */
h1 + p, h1 + img {
		margin-top: -11pt;
}
h2 + p, h2 + img {
		margin-top: -11pt;
}
h3 + p, h3 + img {
		margin-top: -11pt;
}
h4 + p, h4 + img {
		margin-top: -12pt;
}

/* used to indent all paragraphs except the first one after a heading */
p + p {
	margin-top: 0px;
	text-indent: 1em;
}

/* group description text with corresponding image */
img + p {
	margin-top: 0;
}
p + img {
	margin-top: 20px;
}

/* insert space between consecutive images */
img + img {	
	margin-top: 30px;
}
table + img {margin-top: 30px;}

/* group headings with their corresponding list or table */
h3 + ul, h3 + table {
	margin-top: -11px;
}
h4 + ol, h4 + ul {
	margin-top: -12px;
}


BODY {margin:0;
      border-style:solid; border-width:0; border-left-width:10px; border-color:#26292c;
      background-color:#999ea2;
      font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
     }
DIV.heading {width:100%; height:120px;
             background-color:white;
             border:solid; border-color:#26292c; border-width:0; border-bottom-width:10px;
            }
/* div.content exists only on the main page as of now*/
DIV.content {
	width:800px;
	}
DIV.left {margin-left:10px; margin-right:10px; margin-top:235px;
          float:left;
          width:460px;
         }
DIV.right {margin-top:235px;
		   float:right;
		   width:305px;
          }
DIV.bottom_rule {background-color:#26292c; height:95px; width:100%;
                 clear:both;
                }
H1, H2, H3, H4, H5 {font-family:Verdana, Geneva, sans-serif;
                    color:#26292c;
                   }
P {color:#26292c;
   font-size:10pt;
  }
A:hover {color:red;}
A {text-decoration:none;
   color:#0094cc;
   font-weight:bold;
  }
A IMG {border:none;
       vertical-align:top;
      }
IMG {border:solid;}
IMG.noborder {border:none;
              display: block;
              margin-left: auto;
              margin-right: auto;
                 }
IMG.ninja {border:none;}
IMG.banner {margin:10px; margin-left:0;
            border:none;
           }
IMG.chassis_outline {position:absolute; top:10px; right:30px;
                     border:none;
					 margin: 0;
                    }
					
/*					
TABLE {font-size:9pt; width:460px;
       margin-left:-3px;
      }
TH {color:#26292c; border-color:#999ea2;} 
TD {border:solid; border-color:#26292c;
    padding-left:.25em; padding-right:.25em;
   }
TD.titles {font-weight:bold;}
*/

UL {list-style-type:none;
    list-style-position:outside;
    font-size:10pt;
    padding-left:0;
   }
TABLE.right_side {margin:0;
                  width:300px;
}
TABLE.right_side TH{border:solid;
                    color:#26292c;
}
TABLE.right_side TD.titles{font-weight:bold;
                           color:#26292c;
                          
}
TABLE.right_side TD{padding-left:1em;}

/* Tables */
table {
	border: solid; border-color:#000;
	border-spacing: 5px;
	width: 460px;
	font-size: 10pt;
	}
th {
	padding-left:1em; padding-right:1em;
	}
tr td {
	color:#999ea2; background-color:#26292c;
	padding-left:1em; padding-right:1em;
	}
/* */

OL {font-size:10pt;
    padding-left:20px;
}
LI.title {list-style-type:none;
          color:#26292c;
		  font-family:Verdana, Geneva, sans-serif;
          font-weight:bold;
         }
.depin {color:#fc0606;}