/* Start of Main Navigation Container*/
#mainNavContainer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width: 797px;
  	\width: 801px;
  	w\idth: 797px;
  	height: 24px;
	\height: 26px;
	h\eight: 24px;
	margin:0px auto;
	padding:0px;
	text-align: left;
	background-image:url(../images/tab.gif);
}

/* attributes for background tabs*/
#mainNav {
  float:left;
  width:100%;
  line-height:normal;
  }
#mainNav ul {
  margin:0;
  padding:0px 0px 0 0;
  margin:0 0 0 0px;
  list-style:none;
  }
#mainNav li {
  float:left;
/*  background:url(/tab.gif);*/
  margin:0 0 0 1px;/* set distance between tabs*/
  padding:0 0 0 3px;
}
#mainNav a {
  float:left;
  display:block;
 /* background:url(/tab.gif);*/
  padding:4px 5px 6px 4px;/*padding:5px 15px 4px 7px;*/
  /*top right bottom left*/
  text-decoration:none;
  font-weight:bold;
  font-size: 12px !important;
  color:#fff;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainNav a {float:none;}
/* End IE5-Mac hack */
#mainNav a:hover {
	color:#EAD5FF;
	text-decoration:overline;
}
/* End of Main Navigation */

/* Start of Sub Navigation*/
#subNav {
  float:left;
  width:100%;
  line-height:normal;
  margin: 0px 0px 10px 0px;
  }
#subNav ul {
  margin:0;
  padding:0;
  list-style:none;
  }
#subNav li {
  float:left;
  margin:0 0 0 1px;/* set distance between tabs*/
  padding:0 0 0 4px;
}
#subNav a {
  float:left;
  display:block;
  padding:0px 2px 0px 2px;
  text-decoration:none;
  font-weight:bold;
  font-size: 12px;
  color:#408080;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subNav a {float:none;
	text-decoration:underline;
}
/* End IE5-Mac hack */
#subNav a:hover {
	color:#8B5A8B;
	background-color:#E9E7E0;
	}
/* End of Sub Navigation*/
