/* this block only effects Chrome and safari
   http://www.evotech.net/blog/2008/09/css-hack-for-google-chrome-and-safari-31/ 
   
*/
@media screen and (-webkit-min-device-pixel-ratio:0){
div.navigation div.oneLine {
 padding-top: 18px;
 padding-bottom: 13px;
}}


/* IE6 hack to make the menu text white */
.sidemenu a, .sidemenu a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

/* IE7 hack */
*:first-child+html div.header div.logo {
    padding-bottom:4px;
}

div.lockdown div {
  _z-index: -1;
  _position: relative; left: 5em;
  
}
/* IE7 hack */
*:first-child+html div.lockdown div {
  z-index: -1;
}

div.lockdown div.left {
  _background: #0B1459 url(images/lockdown_menu/left.gif) left top no-repeat;
 }	

div.lockdown div.middle {
  _background: #0B1459 url(images/lockdown_menu/middle.gif);
  _z-index: 1;
}

div.lockdown div.right {
  _background: #0B1459 url(images/lockdown_menu/right.gif) right top no-repeat; 
}	

div.navigation a {
  _background: url(images/menu/left.gif) left top no-repeat;/*IE6 HACK */
}

div.navigation a div {
  _background: url(images/menu/middle.gif) repeat-x;/*IE6 HACK */
}

div.navigation a span {	
  _background: url(images/menu/right.gif) right top no-repeat;/*IE6 HACK */
}

div.navigation a:hover {
  _background: url(images/menu/left-hover.gif) left top no-repeat;
}

div.navigation a:hover span {
  _background: url(images/menu/right-hover.gif) right top no-repeat;
}

div.navigation a:hover div {	
  _background: url(images/menu/middle-hover.gif) repeat-x;
}

div.navigation li.selected a {
  _background: url(images/menu/left-hover.gif) left top no-repeat;
}

div.navigation li.selected span {
  _background: url(images/menu/right-hover.gif) right top no-repeat;
}

div.navigation li.selected div {
  _background: url(images/menu/left-hover.gif) left top no-repeat;
  _background: url(images/menu/middle-hover.gif) repeat-x;   
}

/* IE6 hack to make the menu text white */
div.navigation a:visited {
  color: #FFFFFF;
}

/* IE6 hack to make the menu text not underline on hover */
div.navigation A:hover {
	text-decoration: none;
}

div.innerLeft {
  _margin-left: 9px;
}

div.tableDate {
  _width: 430px;
}

