/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#999999;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-family: "Trebuchet MS";
	font-size: 15px;
  } html>body {}

#header {
	float:left;
	width:910px;
	font-size:93%;
	line-height:normal;
	background-image: url(../images/rojas/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 35px;
	padding-top: 14px;
  }
#header ul {
  margin:0;
  padding:4px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../images/rojas/left.gif") no-repeat left top;
  margin:0px 3px 0px 0px;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("../images/rojas/right.gif") no-repeat right top;
  padding:8px 18px 7px 9px;
  color:#FFE1E1;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#FFCC66;
  }
#header #current {
  background-image:url("../images/rojas/left_on.gif");
  }
#header #current a {
  background-image:url("../images/rojas/right_on.gif");
  color:#333;
  padding-bottom:8px;
  }
