/* -- TABSTYLE 01 --- */
#tabstyle01 {
	/*
	background: url("../images/tabs/bg.gif") repeat-x bottom;
	*/
	width:100%;
	line-height:normal;
	font-size: 12px;
	font-weight: bold;
}
#tabstyle01 ul {
  margin:0;
  padding:0;
  list-style:none;
	float: left;
}
#tabstyle01 li {
  float:left;
  background:url("../images/tabs/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
}
#tabstyle01 a {
  float:left;
  display:block;
  background:url("../images/tabs/right.gif") no-repeat right top;
  padding:7px 15px 2px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#002e63;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabstyle01 a {float:none;}
/* End IE5-Mac hack */
#tabstyle01 a:hover {
  color:#000;
}
#tabstyle01 #current {
  background-image:url("../images/tabs/left_on.gif");
}
#tabstyle01 #current a {
  background-image:url("../images/tabs/right_on.gif");
  color:#d90014;
  padding-bottom:3px;
  margin-right:-1px;
}

/* -- TABSTYLE 03 --- */
#tabstyle03 {
	/*
	background: url("../images/tabs/bg.gif") repeat-x bottom;
	*/
	width:100%;
	line-height:normal;
	font-size: 12px;
	font-weight: bold;
}
#tabstyle03 ul {
  margin:0;
  padding:0;
  list-style:none;
}
#tabstyle03 li {
  float:left;
  background:url("../images/tabs/left2.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}
#tabstyle03 a {
  float:left;
  display:block;
  background:url("../images/tabs/right2.gif") no-repeat right top;
  padding:7px 15px 2px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#002e63;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabstyle03 a {float:none;}
/* End IE5-Mac hack */
#tabstyle03 a:hover {
  color:#000;
}
#tabstyle03 #current {
  background-image:url("../images/tabs/left_on2.gif");
}
#tabstyle03 #current a {
  background-image:url("../images/tabs/right_on2.gif");
  color:#d90014;
  padding-bottom:3px;
  margin-right:-1px;
}

/* -- TABSTYLE 02 --- */
#tabstyle02 {
	/*
	background: url("../images/tabs/bg.gif") repeat-x bottom;
	*/
	margin:0;
	width:100%;
	line-height:normal;
	font-size: 12px;
	font-weight: bold;
}
#tabstyle02 ul {
  margin:0;
  padding:0;
  list-style:none;
}
#tabstyle02 li {
  display:inline;
  float:left;
  background:url("../images/tabs/popup_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
}
#tabstyle02 a {
  float:left;
  display:block;
  background:url("../images/tabs/popup_right.gif") no-repeat right top;
  padding:7px 15px 1px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#002e63;
  
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabstyle02 a {float:none;}
/* End IE5-Mac hack */
#tabstyle02 a:hover {
  color:#000;
}
#tabstyle02 #current {
  background-image:url("../images/tabs/popup_left_on.gif");
}
#tabstyle02 #current a {
  background-image:url("../images/tabs/popup_right_on.gif");
  color:#d90014;
  padding-bottom:2px;
  margin-right:1px;
}


/* -- TABSTYLE 04 --- */
#tabstyle04 {
	/*
	background: url("../images/tabs/bg.gif") repeat-x bottom;
	*/
	
	line-height:normal;
	font-size: 11px;
	background: url(../images/section_bg/bg_repeatShips.gif) repeat-x left bottom; 
	
}
#tabstyle04 ul {
  margin:0;
  padding:0;
  list-style:none;
}
#tabstyle04 li {
  float:left;
  background:url("../images/tabs/left3.gif") no-repeat left top;
  margin:0 1px 0 0;
  padding:0 0 0 4px;
}
#tabstyle04 a {
  float:left;
  display:block;
  background:url("../images/tabs/right3.gif") no-repeat right top;
  padding:1px 10px 2px 6px;
  text-decoration:none;
  font-weight:normal;
  color:#242424;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabstyle04 a {float:none;}
/* End IE5-Mac hack */
#tabstyle04 a:hover {
  color:#000;
}
#tabstyle04 .current {
  background-image:url("../images/tabs/left_on3.gif");
}
#tabstyle04 .current a {
  background-image:url("../images/tabs/right_on3.gif");
  color:#fff;
  font-weight: bold;
  padding-bottom:2px;
}

/* -- TABSTYLE 05 --- */
#tabstyle05 {
	/*
	background: url("../images/tabs/bg.gif") repeat-x bottom;
	*/
	width:100%;
	line-height:normal;
	font-size: 14px;
	font-weight: bold;
}
#tabstyle05 ul {
  margin:0;
  padding:0;
  list-style:none;
}
#tabstyle05 li {
  float:left;
  background:url("../images/tabs/left4.gif") no-repeat left top;
  margin:0 1px 0 0;
  padding:0 0 0 6px;
}
#tabstyle05 a {
  float:left;
  display:block;
  background:url("../images/tabs/right4.gif") no-repeat right top;
  padding:7px 20px 2px 13px;
  text-decoration:none;
  font-weight:bold;
  color:#6899ce;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabstyle05 a {float:none;}
/* End IE5-Mac hack */
#tabstyle05 a:hover {
  color:#306fb3;
}
#tabstyle05 #current {
  background-image:url("../images/tabs/left_on4.gif");
}
#tabstyle05 #current a {
  background-image:url("../images/tabs/right_on4.gif");
  color:#306fb3;
  padding-bottom:3px;
}
